From 69a05275bb9cda58fe8c561c79ca6f6ab8eb16d4 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Sat, 1 Feb 2025 08:23:15 -0500 Subject: Event 14. --- events.txt | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index 0ce4b08..accb07d 100644 --- a/events.txt +++ b/events.txt @@ -167,10 +167,30 @@ SHADED 13 log "NOT IMPLEMENTED" EVENT 14 - log "NOT IMPLEMENTED" + current VE + gain_cavalry 2 + asm game.vm.count = 0 + repeat 2 + prompt `Place up to ${2-game.vm.count} Rajas adjacent to Vijayanagara.` + space_opt 1 is_adjacent_to_city(C_VIJAYANAGARA, s) && can_place_piece(s, VE, ELITE) + auto_place VE ELITE + asm (game.vm.count += 1) + endspace + endrepeat + prompt "Remove a Tributary marker in a Province adjacent to Vijayanagara." + space_opt 1 is_adjacent_to_city(C_VIJAYANAGARA, s) && is_tributary(s) + remove_tributary + endspace SHADED 14 - log "NOT IMPLEMENTED" + current DS + gain_cavalry 3 + prompt "Place up to 4 Troops and 1 Governor in a province adjacent to Vijayanagara and Demand Obedience there." + space_opt 1 is_adjacent_to_city(C_VIJAYANAGARA, s) + place_opt 4 DS TROOPS + place_opt 1 DS ELITE + demand_obedience + endspace EVENT 15 prompt "Replace Governors with Rebelling Amirs in Provinces adjacent to Devagiri." -- cgit v1.2.3