From a259fb59db9718c4d2ae41c9fa7e75134303b638 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Thu, 16 Jan 2025 20:47:17 -0500 Subject: Event 33 --- events.txt | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index 8d29a20..644f373 100644 --- a/events.txt +++ b/events.txt @@ -55,7 +55,6 @@ SHADED 9 log "NOT IMPLEMENTED" EVENT 10 - 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." @@ -66,6 +65,7 @@ EVENT 10 resources DS -5 SHADED 10 + current DS prompt "Move any Qasbah to Spaces containing Governors." piece_opt all is_qasbah(p) space 1 has_governor(s) && !has_qasbah(s) @@ -216,10 +216,18 @@ SHADED 32 log "NOT IMPLEMENTED" EVENT 33 - log "NOT IMPLEMENTED" + current (has_majority_goa()) + prompt "Remove up to 3 Opposing Units adjacent to Goa." + piece_opt 3 (is_adjacent_to_city(C_GOA, piece_space(p))) + remove + endpiece + resources (game.current) 2 SHADED 33 - log "NOT IMPLEMENTED" + current DS + prompt "Reduce Rebel Factions Resources by half." + resources_opt BK (-Math.floor(game.resources[BK]/2)) + resources_opt VE (-Math.floor(game.resources[VE]/2)) EVENT 34 log "NOT IMPLEMENTED" @@ -237,4 +245,4 @@ EVENT 36 log "NOT IMPLEMENTED" SHADED 36 - log "NOT IMPLEMENTED" \ No newline at end of file + log "NOT IMPLEMENTED" -- cgit v1.2.3