summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
authorJoël Simoneau <simoneaujoel@gmail.com>2025-01-22 22:48:20 -0500
committerJoël Simoneau <simoneaujoel@gmail.com>2025-01-22 22:48:20 -0500
commita81a0848e12f736a009d7b377ccfac1b6f2003ea (patch)
treece56421ad4a575f4a1ecffc32f7748f2fa7c4491 /events.txt
parenta08c374cda70b94d0e8b5c48df862108180424c4 (diff)
downloadvijayanagara-a81a0848e12f736a009d7b377ccfac1b6f2003ea.tar.gz
Event 23.
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt24
1 files changed, 22 insertions, 2 deletions
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"