summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
authorJoël Simoneau <simoneaujoel@gmail.com>2025-01-23 09:15:53 -0500
committerJoël Simoneau <simoneaujoel@gmail.com>2025-01-23 09:15:53 -0500
commitfc0e6ce45c145b8e3f80cab861f70254da957e62 (patch)
tree034bb7870749e6cddbcbe28bd6fb442eda3e2c68 /events.txt
parenta81a0848e12f736a009d7b377ccfac1b6f2003ea (diff)
downloadvijayanagara-fc0e6ce45c145b8e3f80cab861f70254da957e62.tar.gz
Event 27.
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"