From a81a0848e12f736a009d7b377ccfac1b6f2003ea Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Wed, 22 Jan 2025 22:48:20 -0500 Subject: Event 23. --- events.txt | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index 492d422..2c7f2a4 100644 --- a/events.txt +++ b/events.txt @@ -237,10 +237,30 @@ SHADED 22 log "NOT IMPLEMENTED" EVENT 23 - log "NOT IMPLEMENTED" + current VE + prompt "Build and then replace a Unit with a Raja in each Province with a Temple." + add_influence VE + space 1 can_build_in_space(s) + free_build + endspace + prompt "In each Province with a Temple, replace a Unit with a Raja." + space all has_temple(s) && has_units_enemy_faction(s) + piece 1 is_enemy_unit(p) && is_piece_in_event_space(p) + remove + auto_place VE ELITE + endpiece + endspace SHADED 23 - log "NOT IMPLEMENTED" + prompt "Place 4 Units in a Province with a Temple." + space_opt 1 has_temple(s) + place_opt 4 (game.current) UNITS + prompt "Remove the Temple." + piece 1 (is_temple(p) && is_piece_in_event_space(p)) + remove + endpiece + endspace + steal (game.current) VE 2 EVENT 24 log "NOT IMPLEMENTED" -- cgit v1.2.3