From 9b9cc01d9a8d8e177a8ba3f3b6245adc875ee506 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Sun, 9 Mar 2025 14:59:32 -0400 Subject: Event 28. --- events.txt | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'events.txt') 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" -- cgit v1.2.3