diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-02-01 08:23:15 -0500 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-02-01 08:23:15 -0500 |
commit | 69a05275bb9cda58fe8c561c79ca6f6ab8eb16d4 (patch) | |
tree | 1223aa0ae5708ae9674f5bffb5c4d6eda3ce34f8 /events.txt | |
parent | 36e49ee394e1df50e5434051f33d1d5a3eef0d5d (diff) | |
download | vijayanagara-69a05275bb9cda58fe8c561c79ca6f6ab8eb16d4.tar.gz |
Event 14.
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -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." |