From 435a5c4cc61da7470ad2e23e7db72d6a81d05c02 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Wed, 22 Jan 2025 20:31:11 -0500 Subject: Event 8. --- events.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index 89a7372..60dc675 100644 --- a/events.txt +++ b/events.txt @@ -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 -- cgit v1.2.3