Add choice-based events with a resolution modal

Standard/kaos events can now present 2 options instead of a fixed
effect, pausing new event triggers until the player answers. Adds
4 choice events as a first batch; resources keep accruing while a
choice is pending.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Fredrik Johansson
2026-07-12 23:17:48 +02:00
parent 0efbe9d55b
commit b9561b05a5
5 changed files with 189 additions and 9 deletions

View File

@@ -343,6 +343,18 @@ body {
gap: 20px;
}
.event-modal-text {
font-size: 13px;
line-height: 1.6;
color: var(--text);
}
.event-modal-choices {
display: flex;
flex-direction: column;
gap: 8px;
}
.help-section { display: flex; flex-direction: column; gap: 8px; }
.help-section-title {