summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
authorJoël Simoneau <simoneaujoel@gmail.com>2025-01-16 09:43:15 -0500
committerJoël Simoneau <simoneaujoel@gmail.com>2025-01-16 09:43:15 -0500
commit45914fcdaab3eb8f47713cf52f24ca5c87545328 (patch)
tree4d4a97f81c22d03f94dbae054f779cb790e90de4 /events.txt
parent18416aa5490342334c53ab806d06669f5d17a5de (diff)
downloadvijayanagara-45914fcdaab3eb8f47713cf52f24ca5c87545328.tar.gz
Basic events.
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt34
1 files changed, 30 insertions, 4 deletions
diff --git a/events.txt b/events.txt
index 3268551..8d29a20 100644
--- a/events.txt
+++ b/events.txt
@@ -55,16 +55,42 @@ SHADED 9
log "NOT IMPLEMENTED"
EVENT 10
- log "NOT IMPLEMENTED"
+ current DS
+ prompt "Move up to 4 Delhi Sultanate Units into adjacent Provinces."
+ piece_undo_opt 4 is_ds_unit(p)
+ prompt "Move Delhi Sultanate Unit into an adjacent space."
+ space_no_undo 1 is_adjacent(s, piece_space(game.vm.p))
+ move
+ endspace
+ endpiece
+ resources DS -5
SHADED 10
- log "NOT IMPLEMENTED"
+ prompt "Move any Qasbah to Spaces containing Governors."
+ piece_opt all is_qasbah(p)
+ space 1 has_governor(s) && !has_qasbah(s)
+ move
+ endspace
+ endpiece
+ prompt "Add up to 2 Troops in each Space with a Qasbah."
+ space_opt all has_qasbah(s)
+ place_opt DS TROOPS
+ place_opt DS TROOPS
+ endspace
EVENT 11
- log "NOT IMPLEMENTED"
+ prompt "Place up to two Mongol Invaders in each of Mtn Passes and Punjab."
+ space_opt 2 (s === S_PUNJAB || s === S_MOUNTAIN_PASSES)
+ place MI TROOPS
+ place_opt MI TROOPS
+ endspace
SHADED 11
- log "NOT IMPLEMENTED"
+ current DS
+ prompt "Remove 4 Mongol Invaders."
+ piece 4 is_mongol_invader(p)
+ remove
+ endpiece
EVENT 12
log "NOT IMPLEMENTED"