docs: the explore row stays "new place"
This commit is contained in:
parent
b484a077d4
commit
ff49b56e2c
2 changed files with 6 additions and 6 deletions
|
|
@ -49,10 +49,10 @@ set, which this rule deliberately did not do.
|
||||||
finding what is in a place -- new ground, a door, a person or sign it opened, an item it picked up
|
finding what is in a place -- new ground, a door, a person or sign it opened, an item it picked up
|
||||||
-- at the same quiet scale (0.05 to 0.15). Not `area`, which counts maps and is a notable row; not
|
-- at the same quiet scale (0.05 to 0.15). Not `area`, which counts maps and is a notable row; not
|
||||||
`story`, which is the plot; not `wildwin`, which is a battle. No feed kind was added, so
|
`story`, which is the plot; not `wildwin`, which is a battle. No feed kind was added, so
|
||||||
`docs/feed-protocol.md` and the stage's switch statements did not move. What did move is the one
|
`docs/feed-protocol.md` and the stage's switch statements did not move. The Pokémon Red ticker's
|
||||||
word that would have been untrue: the Pokémon Red ticker's `explore` row said "new place", which is
|
`explore` row still says "new place" ("3 new places" collapsed) for all four: "new find" was
|
||||||
not what a conversation or an item is, and now says **"new find"** ("3 new finds" collapsed), which
|
proposed and the operator kept "new place" (2026-09-23), so a conversation or an item reads as a
|
||||||
is true of all four. The event labels -- `TALKED TO #<slot> IN AREA <map>`, `READ SIGN #<id> IN
|
new place on screen. The event labels -- `TALKED TO #<slot> IN AREA <map>`, `READ SIGN #<id> IN
|
||||||
AREA <map>`, `FOUND ITEM #<item>`, `FOUND A HIDDEN ITEM` -- reach the event log, `/status` and the
|
AREA <map>`, `FOUND ITEM #<item>`, `FOUND A HIDDEN ITEM` -- reach the event log, `/status` and the
|
||||||
checkpoint. Both also reset the stage's stall meter, which counts `explore`: engaging with a
|
checkpoint. Both also reset the stage's stall meter, which counts `explore`: engaging with a
|
||||||
building is progress in the sense the operator asked for.
|
building is progress in the sense the operator asked for.
|
||||||
|
|
|
||||||
|
|
@ -296,8 +296,8 @@ impl RewardKind {
|
||||||
// already counts -- new ground, a door found -- at the same quiet scale (0.05 to
|
// already counts -- new ground, a door found -- at the same quiet scale (0.05 to
|
||||||
// 0.15), so both publish there and the feed's closed kind set does not move. Not
|
// 0.15), so both publish there and the feed's closed kind set does not move. Not
|
||||||
// `area`, which counts maps and is a notable row; not `story`, which is the plot;
|
// `area`, which counts maps and is a notable row; not `story`, which is the plot;
|
||||||
// not `wildwin`, which is a battle. The Pokémon Red ticker's copy for `explore` says
|
// not `wildwin`, which is a battle. The Pokémon Red ticker's copy for `explore` stays
|
||||||
// "new find" so that the row is true of all four (`apps/stage/src/games/pokemon-red.ts`).
|
// "new place" for all four, the operator's call (`apps/stage/src/games/pokemon-red.ts`).
|
||||||
"talk" => Self::Explore,
|
"talk" => Self::Explore,
|
||||||
"item" => Self::Explore,
|
"item" => Self::Explore,
|
||||||
// The platformer.
|
// The platformer.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue