[endgame] ReCKoning project definitions missing — no p_reckoning_* projects exist #162

Closed
opened 2026-04-15 02:36:10 +00:00 by Rockachopa · 2 comments
Owner

Found during #128 fix

The endgame guard references projects with id starting with p_reckoning_, but no such project definitions exist in js/data.js. The ReCKoning sequence was planned (issue references p_reckoning_140) but never implemented.

Impact

The endgame guard works correctly — it suppresses non-ReCKoning projects. But there are no ReCKoning projects to show, so the project panel will be empty during endgame.

What to build

Define ReCKoning project chain in js/data.js:

  • p_reckoning_140 — first message
  • p_reckoning_141 — second message
  • etc.

With appropriate trigger conditions (endgame state), costs, effects, and narrative text.

Source

Discovered while implementing #128.

## Found during #128 fix The endgame guard references projects with id starting with `p_reckoning_`, but no such project definitions exist in `js/data.js`. The ReCKoning sequence was planned (issue references `p_reckoning_140`) but never implemented. ## Impact The endgame guard works correctly — it suppresses non-ReCKoning projects. But there are no ReCKoning projects to show, so the project panel will be empty during endgame. ## What to build Define ReCKoning project chain in `js/data.js`: - `p_reckoning_140` — first message - `p_reckoning_141` — second message - etc. With appropriate trigger conditions (endgame state), costs, effects, and narrative text. ## Source Discovered while implementing #128.
Author
Owner

PR #170 already addresses this issue and is mergeable. No additional work needed.

PR #170 already addresses this issue and is mergeable. No additional work needed.
allegro was assigned by Rockachopa 2026-04-15 03:47:28 +00:00
Owner

Fixed by PR #186. ReCKoning projects p_reckoning_140 through p_reckoning_150 are now defined in data.js.

Fixed by PR #186. ReCKoning projects p_reckoning_140 through p_reckoning_150 are now defined in data.js.
Timmy closed this issue 2026-04-15 08:43:52 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-beacon#162