diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-01-28 08:59:08 -0500 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-01-28 08:59:08 -0500 |
commit | ade5e4c38ece43cc12f5096de2251d3192aa5a1d (patch) | |
tree | 1b7cf86ea43ae763dc22f0797d9a5e6e96183056 /events.txt | |
parent | 88f9d24ebbb4b1b8422555ca2314c83c7ce4bcbb (diff) | |
download | vijayanagara-ade5e4c38ece43cc12f5096de2251d3192aa5a1d.tar.gz |
Event 24 + Migrate.
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -263,10 +263,28 @@ SHADED 23 steal (game.current) VE 2 EVENT 24 - log "NOT IMPLEMENTED" + current VE + prompt "Free Migrate in up to 2 Provinces." + space_opt 2 can_migrate_in_space(s) + free_migrate + mark_space + endspace + prompt "Replace a Unit with a Raja." + clean_p + piece_opt 1 (can_place_piece(0, VE, ELITE) && set_has(game.vm.m, piece_space(p)) && is_enemy_unit(p)) + set_piece_space + remove + auto_place (game.current) ELITE + set_space -1 + endpiece + SHADED 24 - log "NOT IMPLEMENTED" + current [DS BK] + prompt "Place up to 2 Units in each Province with a Temple." + space_opt all has_temple(s) + place_opt 2 (game.current) UNITS + endspace EVENT 25 log "NOT IMPLEMENTED" |