summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
authorJoël Simoneau <simoneaujoel@gmail.com>2025-01-22 20:54:34 -0500
committerJoël Simoneau <simoneaujoel@gmail.com>2025-01-22 20:54:34 -0500
commita08c374cda70b94d0e8b5c48df862108180424c4 (patch)
tree4ed58cfa8e10e130802a50e2c7d204bc961ed13a /events.txt
parent435a5c4cc61da7470ad2e23e7db72d6a81d05c02 (diff)
downloadvijayanagara-a08c374cda70b94d0e8b5c48df862108180424c4.tar.gz
Event 19
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt22
1 files changed, 19 insertions, 3 deletions
diff --git a/events.txt b/events.txt
index 60dc675..492d422 100644
--- a/events.txt
+++ b/events.txt
@@ -40,7 +40,7 @@ SHADED 4
EVENT 5
current REBEL_FACTIONS
- prompt `Replace up to three Delhi Sultanate Units with Rebelling ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]}.`
+ prompt `Replace up to 3 Delhi Sultanate Units with Rebelling ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]}.`
piece_undo_opt 3 (is_adjacent_to_city(C_CHITTOR, piece_space(p)) && can_place_piece(piece_space(p), game.current, ELITE) && is_ds_unit(p))
set_piece_space
remove
@@ -197,10 +197,26 @@ SHADED 18
log "NOT IMPLEMENTED"
EVENT 19
- log "NOT IMPLEMENTED"
+ current REBEL_FACTIONS
+ prompt `Place up to 2 ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]} in Jaunpur and Bengal.`
+ space_opt all (s === S_BENGAL || s === S_JAUNPUR) && can_place_piece(s, game.current, ELITE)
+ place_opt 2 (game.current) ELITE
+ endspace
+ prompt "Remove a Tributary marker in Jaunpur or Bengal."
+ space_opt 1 (s === S_BENGAL || s === S_JAUNPUR) && is_tributary(s)
+ remove_tributary
+ endspace
SHADED 19
- log "NOT IMPLEMENTED"
+ current DS
+ prompt `Place up to 4 ${PIECE_FACTION_TYPE_NAME[game.current][TROOPS]} in Jaunpur and Bengal.`
+ space_opt all (s === S_BENGAL || s === S_JAUNPUR) && can_place_piece(s, game.current, TROOPS)
+ place_opt 4 (game.current) TROOPS
+ endspace
+ prompt "Place a Tributary marker in Jaunpur or Bengal."
+ space_opt 1 (s === S_BENGAL || s === S_JAUNPUR) && !is_tributary(s)
+ place_tributary
+ endspace
EVENT 20
log "NOT IMPLEMENTED"