diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 28 |
1 files changed, 26 insertions, 2 deletions
@@ -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" |