Coheronia Wiki

Status Browser

HTML wiki page generated from the current repo-backed markdown source. This keeps browsing in HTML while preserving markdown as the maintainable source format.

Generated HTML Page

Status Browser

Generated: 2026-07-15

This page gives the wiki a quick current-vs-planned browser. It is intentionally classification-first: use it when you need to know whether a page describes live behavior, planned data, internal implementation glue, or source-only material.

Status Groups

StatusMeaningBrowse
completeLive source and meaningful live downstream use.Current Live
source-onlyLive or defined source exists, but no meaningful downstream sink exists yet.Current Live and Planned Data
deadDefined in current data, but not obtainable in current play.Planned Data
plannedReferenced only by planned data. Not live gameplay.Planned Data
internalRuntime bridge token, not a player-facing object.Internal Tokens

Practical Use

  • Start with Current Live for player-facing or currently obtainable things.
  • Use Planned Data for future sink notes, planned enemy drops, dead equipment definitions, and design pressure.
  • Use Internal Tokens for implementation bridges such as tool_tier_2_pick.
  • Use Recipes when a status question depends on route behavior rather than item identity.