From c437ca3e19203c5fbaa1e497dfc920fe052bdfbe Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Thu, 6 Mar 2025 11:08:02 -0500 Subject: Shaded 1. --- events.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index 3658883..dc0939c 100644 --- a/events.txt +++ b/events.txt @@ -10,7 +10,17 @@ EVENT 1 endpiece SHADED 1 - log "NOT IMPLEMENTED" + current DS + prompt "Select a Space to move in Units and Attack for free." + space 1 s + prompt `Move up to ${8-game.vm.pl.length} units in the selected space.` + move_to (game.vm.s) (is_ds_unit(p) && is_piece_on_map(p) && !is_piece_in_event_space(p) && game.vm.pl.length < 8) + to_rebel BK + to_rebel VE + log "" + log `Opposing Units to Rebelling in ${SPACE_NAME[game.vm.s]}` + free_attack + endspace EVENT 2 prompt "Remove up to 2 Delhi Sultanate Units in both Mountain Passes and Punjab." -- cgit v1.2.3