diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-01-23 13:02:17 -0500 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-01-23 13:02:17 -0500 |
commit | 4942907e4c771c8fe81a9693efec42e15d540bf8 (patch) | |
tree | 18323298a99f4b230c209d0539e935561dfb2c6b /events.txt | |
parent | fc0e6ce45c145b8e3f80cab861f70254da957e62 (diff) | |
download | vijayanagara-4942907e4c771c8fe81a9693efec42e15d540bf8.tar.gz |
Event 32
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -328,10 +328,20 @@ SHADED 31 log "NOT IMPLEMENTED" EVENT 32 - log "NOT IMPLEMENTED" + current REBEL_FACTIONS + add_influence (game.current) + remove_influence (other_rebel_faction(game.current)) + prompt `Replace up to 2 ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]}s with 2 ${PIECE_FACTION_TYPE_NAME[other_rebel_faction(game.current)][ELITE]}s.` + piece_opt 2 is_enemy_piece(p) && is_rebel_faction_elite(p) && is_piece_on_map(p) + set_piece_space + remove + auto_place (game.current) ELITE + set_space -1 + endpiece SHADED 32 - log "NOT IMPLEMENTED" + remove_influence BK + remove_influence VE EVENT 33 current (has_majority_goa()) |