summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt24
1 files changed, 22 insertions, 2 deletions
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"