summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-03-20 01:40:37 +0100
committerTor Andersson <tor@ccxvii.net>2023-05-03 18:48:16 +0200
commit4a4f245fdcfa1e738f93205163845aeb0f5578d9 (patch)
tree162b25b9efb24f70d758e528c392425b2f0bf2e8 /events.txt
parentb89eba8253caccd027c861b5cfa68b29dceb6639 (diff)
downloadandean-abyss-4a4f245fdcfa1e738f93205163845aeb0f5578d9.tar.gz
Riverines.
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt27
1 files changed, 12 insertions, 15 deletions
diff --git a/events.txt b/events.txt
index 1450985..736619e 100644
--- a/events.txt
+++ b/events.txt
@@ -204,12 +204,12 @@ SHADED 18
EVENT 19
if game.current === GOVT
space 0 has_cube(s) && has_enemy_piece(s)
- free_sweep_or_assault
+ free_sweep_assault
endspace
endif
if game.current !== GOVT
space 0 has_piece(s, game.current, GUERRILLA)
- free_attack_or_terror
+ free_attack_terror
endspace
endif
@@ -438,7 +438,7 @@ EVENT 36
EVENT 37
current GOVT
space 0 has_cube(s) && has_farc_piece(s)
- free_sweep_or_assault_farc
+ free_sweep_assault_farc
endspace
SHADED 37
@@ -903,22 +903,25 @@ EVENT 69
endspace
endif
prompt Select destination space.
- space 1 (s !== game.vm.m[0]) && is_within_adjacent_depts(s, game.vm.m[0], 3)
- if game.current === GOVT
+ if game.current === GOVT
+ space 1 (s !== game.vm.m[0]) && !is_farc_zone(s) && is_within_adjacent_depts(s, game.vm.m[0], 3)
prompt Move cubes to destination.
piece_opt 0 (game.pieces[p] === game.vm.m[0]) && is_cube(p)
move
endpiece
+ # TODO: free sweep move or only flip?
free_train_sweep_assault
- endif
- if game.current !== GOVT
+ endspace
+ endif
+ if game.current !== GOVT
+ space 1 (s !== game.vm.m[0]) && is_within_adjacent_depts(s, game.vm.m[0], 3)
prompt Move Guerrillas to destination.
piece_opt 0 (game.pieces[p] === game.vm.m[0]) && is_piece(p, game.current, GUERRILLA)
move
endpiece
free_rally_attack_terror
- endif
- endspace
+ endspace
+ endif
EVENT 70
prompt Select each Forest without Guerrillas.
@@ -971,12 +974,6 @@ SHADED 72
EOF
-EVENT 69
- select source space
- select destination space through chain of up to 3 adjacent depts
- move any cubes/guerrillas from source to destination
- any free op (except patrol or march) in destination
-
EVENT 68
remove 2 cartels pieces from coastal spaces
OR