summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
authorJoël Simoneau <simoneaujoel@gmail.com>2025-03-09 14:59:32 -0400
committerJoël Simoneau <simoneaujoel@gmail.com>2025-03-09 14:59:32 -0400
commit9b9cc01d9a8d8e177a8ba3f3b6245adc875ee506 (patch)
tree568e48341a6ae081bc6a3ac3aaf3a6efd444e9b9 /events.txt
parent1499afe7b4fa9b7e87736106f83dff390d0e3ddb (diff)
downloadvijayanagara-9b9cc01d9a8d8e177a8ba3f3b6245adc875ee506.tar.gz
Event 28.
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt28
1 files changed, 26 insertions, 2 deletions
diff --git a/events.txt b/events.txt
index c348c54..02033e7 100644
--- a/events.txt
+++ b/events.txt
@@ -571,10 +571,34 @@ SHADED 27
endspace
EVENT 28
- log "NOT IMPLEMENTED"
+ add_influence BK
+ remove_influence VE
+ current BK
+ prompt "Spend a Cavalry token to place 2 Amirs and remove a Raja in Andhra."
+ space 1 ((s === S_ANDHRA) && (n_cavalry(BK) > 0))
+ spend_cavalry 1
+ auto_place BK ELITE
+ auto_place BK ELITE
+ piece 1 (is_raja(p) && is_piece_in_event_space(p))
+ remove
+ endpiece
+ endspace
SHADED 28
- log "NOT IMPLEMENTED"
+ current [DS VE]
+ if (game.current === DS)
+ prompt "In a space with Bahmani presence, you may add 2 Troops and free Attack without defenders."
+ else
+ prompt "In a space with Bahmani presence, you may add 2 Rajas and free Attack without defenders."
+ endif
+ space 1 (has_piece_faction(s, BK))
+ if (game.current === DS)
+ place_opt 2 DS TROOPS
+ else
+ place_opt 2 VE ELITE
+ endif
+ free_attack BK
+ endspace
EVENT 29
log "NOT IMPLEMENTED"