From 8b3cba4c8faaa5e603a1c9cba5d994258d9069a4 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Thu, 16 Jan 2025 22:44:44 -0500 Subject: Event 3 --- events.txt | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index 644f373..1d18102 100644 --- a/events.txt +++ b/events.txt @@ -13,10 +13,24 @@ SHADED 2 log "NOT IMPLEMENTED" EVENT 3 - log "NOT IMPLEMENTED" + current REBEL_FACTIONS + prompt "Free Rally and gain 2 Resources in each Province adjacent to Warangal with your presence." + space_opt all (is_adjacent_to_city(C_WARANGAL, s) && has_piece_faction(s, game.current)) + free_rally + resources (game.current) 2 + endspace SHADED 3 - log "NOT IMPLEMENTED" + current DS + prompt "In each Province adjacent to Warangal with you presence, steal 2 Resources from each other Faction present." + space_opt all (is_adjacent_to_city(C_WARANGAL, s) && has_piece_faction(s, DS) && has_piece_enemy_faction(s, DS)) + if has_piece_faction(game.vm.s, BK) + steal DS BK 2 + endif + if has_piece_faction(game.vm.s, VE) + steal DS VE 2 + endif + endspace EVENT 4 log "NOT IMPLEMENTED" -- cgit v1.2.3