summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
authorJoël Simoneau <simoneaujoel@gmail.com>2025-02-03 11:10:16 -0500
committerJoël Simoneau <simoneaujoel@gmail.com>2025-02-03 11:10:16 -0500
commitaba33782d90bffc6438d5069e495a428da1aaa57 (patch)
tree9e8ad495cbd3a714e0d0a59dd4ba0b8d3ef126e2 /events.txt
parent1674c2d114dbe70ef8346798765de9a0a9b1ee54 (diff)
downloadvijayanagara-aba33782d90bffc6438d5069e495a428da1aaa57.tar.gz
Event 22.
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt20
1 files changed, 18 insertions, 2 deletions
diff --git a/events.txt b/events.txt
index 8ece636..0584464 100644
--- a/events.txt
+++ b/events.txt
@@ -325,10 +325,26 @@ SHADED 21
log "NOT IMPLEMENTED"
EVENT 22
- log "NOT IMPLEMENTED"
+ current REBEL_FACTIONS
+ prompt `Build in any province with a ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]}.`
+ space 1 can_build_in_space(s)
+ free_build
+ endspace
SHADED 22
- log "NOT IMPLEMENTED"
+ current DS
+ prompt "Place 1 Troops in one space."
+ space_opt 1 can_place_piece(s, DS, TROOPS)
+ place_opt 1 DS TROOPS
+ endspace
+ prompt "Place 2 Troops in one space."
+ space_opt 1 can_place_piece(s, DS, TROOPS)
+ place_opt 2 DS TROOPS
+ endspace
+ prompt "Place 4 Troops in one space."
+ space_opt 1 can_place_piece(s, DS, TROOPS)
+ place_opt 4 DS TROOPS
+ endspace
EVENT 23
current VE