From 45914fcdaab3eb8f47713cf52f24ca5c87545328 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Thu, 16 Jan 2025 09:43:15 -0500 Subject: Basic events. --- events.txt | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) (limited to 'events.txt') 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" -- cgit v1.2.3