diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-02-04 15:33:20 -0500 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-02-04 15:33:20 -0500 |
commit | 7ad6c3eec0a3dc96c0f001cb5ad0dbf2194b9abd (patch) | |
tree | 6d361a11039292dbef38e88252c45e6b30d0e61f /events.txt | |
parent | aba33782d90bffc6438d5069e495a428da1aaa57 (diff) | |
download | vijayanagara-7ad6c3eec0a3dc96c0f001cb5ad0dbf2194b9abd.tar.gz |
Event 20
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -313,10 +313,27 @@ SHADED 19 endspace EVENT 20 - log "NOT IMPLEMENTED" + current REBEL_FACTIONS + add_influence (game.current) + prompt "In Orissa or an adjacent Province, you may Migrate, Rally and then Build." + space 1 (is_adjacent_to_city(C_WARANGAL, s) || s === S_BENGAL) + free_migrate + free_rally + free_build + endspace SHADED 20 - log "NOT IMPLEMENTED" + current DS + prompt "In Orissa, remove an enemy Structure, add 1 Governor, 1 Qasbah, 2 Troops and a Tributary marker." + space 1 (s === S_ORISSA) + piece_opt 1 ((is_temple(p) || is_fort(p)) && is_piece_in_event_space(p)) + remove + endpiece + place 1 DS ELITE + place 1 DS DISC + place 2 DS TROOPS + place_tributary + endspace EVENT 21 log "NOT IMPLEMENTED" |