From 7ad6c3eec0a3dc96c0f001cb5ad0dbf2194b9abd Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Tue, 4 Feb 2025 15:33:20 -0500 Subject: Event 20 --- events.txt | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index 0584464..15ac6d8 100644 --- a/events.txt +++ b/events.txt @@ -313,10 +313,27 @@ SHADED 19 endspace EVENT 20 - log "NOT IMPLEMENTED" + current REBEL_FACTIONS + add_influence (game.current) + prompt "In Orissa or an adjacent Province, you may Migrate, Rally and then Build." + space 1 (is_adjacent_to_city(C_WARANGAL, s) || s === S_BENGAL) + free_migrate + free_rally + free_build + endspace SHADED 20 - log "NOT IMPLEMENTED" + current DS + prompt "In Orissa, remove an enemy Structure, add 1 Governor, 1 Qasbah, 2 Troops and a Tributary marker." + space 1 (s === S_ORISSA) + piece_opt 1 ((is_temple(p) || is_fort(p)) && is_piece_in_event_space(p)) + remove + endpiece + place 1 DS ELITE + place 1 DS DISC + place 2 DS TROOPS + place_tributary + endspace EVENT 21 log "NOT IMPLEMENTED" -- cgit v1.2.3