diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-01-23 09:15:53 -0500 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-01-23 09:15:53 -0500 |
commit | fc0e6ce45c145b8e3f80cab861f70254da957e62 (patch) | |
tree | 034bb7870749e6cddbcbe28bd6fb442eda3e2c68 /events.txt | |
parent | a81a0848e12f736a009d7b377ccfac1b6f2003ea (diff) | |
download | vijayanagara-fc0e6ce45c145b8e3f80cab861f70254da957e62.tar.gz |
Event 27.
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -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" |