diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-01-16 09:43:15 -0500 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-01-16 09:43:15 -0500 |
commit | 45914fcdaab3eb8f47713cf52f24ca5c87545328 (patch) | |
tree | 4d4a97f81c22d03f94dbae054f779cb790e90de4 /events.txt | |
parent | 18416aa5490342334c53ab806d06669f5d17a5de (diff) | |
download | vijayanagara-45914fcdaab3eb8f47713cf52f24ca5c87545328.tar.gz |
Basic events.
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 34 |
1 files changed, 30 insertions, 4 deletions
@@ -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" |