diff options
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" |