From aba33782d90bffc6438d5069e495a428da1aaa57 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Mon, 3 Feb 2025 11:10:16 -0500 Subject: Event 22. --- events.txt | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index 8ece636..0584464 100644 --- a/events.txt +++ b/events.txt @@ -325,10 +325,26 @@ SHADED 21 log "NOT IMPLEMENTED" EVENT 22 - log "NOT IMPLEMENTED" + current REBEL_FACTIONS + prompt `Build in any province with a ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]}.` + space 1 can_build_in_space(s) + free_build + endspace SHADED 22 - log "NOT IMPLEMENTED" + current DS + prompt "Place 1 Troops in one space." + space_opt 1 can_place_piece(s, DS, TROOPS) + place_opt 1 DS TROOPS + endspace + prompt "Place 2 Troops in one space." + space_opt 1 can_place_piece(s, DS, TROOPS) + place_opt 2 DS TROOPS + endspace + prompt "Place 4 Troops in one space." + space_opt 1 can_place_piece(s, DS, TROOPS) + place_opt 4 DS TROOPS + endspace EVENT 23 current VE -- cgit v1.2.3