diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-01-22 22:48:20 -0500 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-01-22 22:48:20 -0500 |
commit | a81a0848e12f736a009d7b377ccfac1b6f2003ea (patch) | |
tree | ce56421ad4a575f4a1ecffc32f7748f2fa7c4491 /events.txt | |
parent | a08c374cda70b94d0e8b5c48df862108180424c4 (diff) | |
download | vijayanagara-a81a0848e12f736a009d7b377ccfac1b6f2003ea.tar.gz |
Event 23.
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -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" |