From fc0e6ce45c145b8e3f80cab861f70254da957e62 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Thu, 23 Jan 2025 09:15:53 -0500 Subject: Event 27. --- events.txt | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index 2c7f2a4..e313138 100644 --- a/events.txt +++ b/events.txt @@ -278,10 +278,30 @@ EVENT 26 log "NOT IMPLEMENTED" EVENT 27 - log "NOT IMPLEMENTED" + current BK + add_influence BK + prompt "Place up to 2 Amirs in Sindh and Gujarat." + space_opt all (s === S_GUJARAT || s === S_SINDH) && can_place_piece(s, game.current, ELITE) + place_opt 2 BK ELITE + endspace + prompt "Place a Fort and remove a Tributary marker in Sindh." + space 1 (s === S_SINDH) + place 1 BK DISC + remove_tributary + endspace SHADED 27 - log "NOT IMPLEMENTED" + current DS + prompt "Place up to 2 Troops and a Governor in Sindh and Gujarat." + space_opt all (s === S_GUJARAT || s === S_SINDH) && (can_place_piece(s, game.current, ELITE) || can_place_piece(s, game.current, TROOPS)) + place_opt 2 DS TROOPS + place_opt 1 DS ELITE + endspace + prompt "Place a Qasbah and a Tributary marker in Sindh." + space 1 (s === S_SINDH) + place 1 DS DISC + place_tributary + endspace EVENT 28 log "NOT IMPLEMENTED" -- cgit v1.2.3