diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-01-16 20:47:17 -0500 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-01-16 20:47:17 -0500 |
commit | a259fb59db9718c4d2ae41c9fa7e75134303b638 (patch) | |
tree | be4915c141834847d6b616e235312bec8b7788f6 /events.txt | |
parent | ccb16006adbe3fbfc0950da33081e7b97cc8e2b5 (diff) | |
download | vijayanagara-a259fb59db9718c4d2ae41c9fa7e75134303b638.tar.gz |
Event 33
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -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" |