summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
authorJoël Simoneau <simoneaujoel@gmail.com>2025-01-16 22:44:44 -0500
committerJoël Simoneau <simoneaujoel@gmail.com>2025-01-16 22:44:44 -0500
commit8b3cba4c8faaa5e603a1c9cba5d994258d9069a4 (patch)
tree34697127e676ae9731824896894ed6f710ba1e51 /events.txt
parenta259fb59db9718c4d2ae41c9fa7e75134303b638 (diff)
downloadvijayanagara-8b3cba4c8faaa5e603a1c9cba5d994258d9069a4.tar.gz
Event 3
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt18
1 files changed, 16 insertions, 2 deletions
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"