summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
authorJoël Simoneau <simoneaujoel@gmail.com>2025-02-01 08:23:15 -0500
committerJoël Simoneau <simoneaujoel@gmail.com>2025-02-01 08:23:15 -0500
commit69a05275bb9cda58fe8c561c79ca6f6ab8eb16d4 (patch)
tree1223aa0ae5708ae9674f5bffb5c4d6eda3ce34f8 /events.txt
parent36e49ee394e1df50e5434051f33d1d5a3eef0d5d (diff)
downloadvijayanagara-69a05275bb9cda58fe8c561c79ca6f6ab8eb16d4.tar.gz
Event 14.
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt24
1 files changed, 22 insertions, 2 deletions
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."