Add event prerequisite gates

This commit is contained in:
2026-06-18 14:04:06 +09:00
parent e76d7e3a7e
commit 8c4d7c8822
10 changed files with 153 additions and 8 deletions

View File

@@ -298,7 +298,7 @@
{
"id": "turn_6_granary_collapse",
"once": true,
"when": { "type": "turn_start", "team": "player", "turn": 6 },
"when": { "type": "turn_start", "team": "player", "turn": 6, "after_event": "wuchao_depot_burned" },
"actions": [
{
"type": "dialogue",

View File

@@ -305,7 +305,7 @@
{
"id": "turn_7_city_surrenders",
"once": true,
"when": { "type": "turn_start", "team": "player", "turn": 7 },
"when": { "type": "turn_start", "team": "player", "turn": 7, "after_event": "surrender_signal_sent" },
"actions": [
{
"type": "dialogue",