diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-02-03 11:10:16 -0500 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-02-03 11:10:16 -0500 |
commit | aba33782d90bffc6438d5069e495a428da1aaa57 (patch) | |
tree | 9e8ad495cbd3a714e0d0a59dd4ba0b8d3ef126e2 /events.txt | |
parent | 1674c2d114dbe70ef8346798765de9a0a9b1ee54 (diff) | |
download | vijayanagara-aba33782d90bffc6438d5069e495a428da1aaa57.tar.gz |
Event 22.
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -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 |