diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-24 09:51:45 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-24 09:51:45 -0400 |
commit | 9667b7b1c311f6ffba5e2d6ef4fbe34a11099ec6 (patch) | |
tree | 2a764573374fe8789842ed453121f441a724e446 /events.txt | |
parent | 01cf7f5ec38252258063e911418984c392dee1ba (diff) | |
download | vijayanagara-9667b7b1c311f6ffba5e2d6ef4fbe34a11099ec6.tar.gz |
Fix Event 9 - Demande Obedience
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -77,7 +77,7 @@ SHADED 3 EVENT 4 stay_eligible current REBEL_FACTIONS - prompt `Replace 1 Governor with an Obedient or Rebelling ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]}.` + prompt `Replace a Governor with an Obedient or Rebelling ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]}.` piece 1 is_governor(p) replace_choice (game.current) ELITE endpiece @@ -182,10 +182,11 @@ EVENT 9 SHADED 9 current DS resources (game.current) 3 - prompt "Add up to 4 Troops and 1 Governor in one Province adjacent to Warangal." + prompt "Place up to 4 Troops and a Governor in a Province adjacent to Warangal and Demand Obedience there." space 1 is_adjacent_to_city(C_WARANGAL, s) place_undo_opt 4 DS TROOPS place_undo_opt 1 DS ELITE + demand_obedience endspace EVENT 10 @@ -251,7 +252,7 @@ SHADED 12 asm (game.vm.count += 1) endspace endrepeat - prompt "Make a free Attack in one Province adjacent to Warangal." + prompt "Make a free Attack in a Province adjacent to Warangal." space 1 (is_adjacent_to_city(C_WARANGAL, s) && can_attack_in_space(s)) free_attack endspace @@ -324,7 +325,7 @@ EVENT 15 replace_rebel BK ELITE set_space -1 endpiece - prompt "Remove a Tributary marker in one Province." + prompt "Remove a Tributary marker in a Province." space_opt 1 is_tributary(s) && set_has(game.vm.m, s) remove_tributary endspace @@ -384,7 +385,7 @@ EVENT 17 SHADED 17 prompt "Remove a Fort and up to 2 Amirs from one Province." space_opt 1 has_piece_faction(s, BK) - prompt "Remove 1 Fort from selected Province." + prompt "Remove a Fort from selected Province." piece_undo_opt 1 is_piece_in_event_space(p) && is_fort(p) remove endpiece @@ -448,7 +449,7 @@ EVENT 20 SHADED 20 current DS - prompt "In Orissa, remove an enemy Structure, add 1 Governor, 1 Qasbah, 2 Troops and a Tributary marker." + prompt "In Orissa, remove an enemy Structure, add a Governor, a 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 @@ -485,7 +486,7 @@ EVENT 22 SHADED 22 stay_eligible current DS - prompt "Place 1 Troops in one space." + prompt "Place a Troop in one space." space_opt 1 can_place_piece(s, DS, TROOPS) place_opt 1 DS TROOPS endspace |