diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-01-22 20:31:11 -0500 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-01-22 20:31:11 -0500 |
commit | 435a5c4cc61da7470ad2e23e7db72d6a81d05c02 (patch) | |
tree | 740a6ed4aa24acf58f4e2a180e77de3c579987c2 /events.txt | |
parent | e85c797f7de1d3aae736fe574685f369115c4a38 (diff) | |
download | vijayanagara-435a5c4cc61da7470ad2e23e7db72d6a81d05c02.tar.gz |
Event 8.
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -79,10 +79,22 @@ SHADED 7 log "NOT IMPLEMENTED" EVENT 8 - log "NOT IMPLEMENTED" + current REBEL_FACTIONS + prompt `In each Province, replace a Delhi Sultanate Unit with a ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]}.` + space_opt all (is_adjacent_to_city(C_DEVAGIRI, s) || is_adjacent_to_city(C_GULBARGA, s)) && has_ds_unit(s) && can_place_piece(s, game.current, ELITE) + piece 1 is_ds_unit(p) && is_piece_in_event_space(p) + remove + auto_place (game.current) ELITE + endpiece + endspace SHADED 8 - log "NOT IMPLEMENTED" + current DS + prompt `In each Province, free Govern and then add a Troop.` + space_opt all (is_adjacent_to_city(C_DEVAGIRI, s) || is_adjacent_to_city(C_GULBARGA, s)) && can_govern_in_space(s) + free_govern + place_opt 1 DS TROOPS + endspace EVENT 9 current VE |