diff options
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" |