diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-09 17:01:40 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-09 17:01:40 -0400 |
commit | d8147052938607a450986064b662c42d28a37442 (patch) | |
tree | eadc9c99e493fbe95a7680ff9a4fdee86c74b88e /events.txt | |
parent | 9b9cc01d9a8d8e177a8ba3f3b6245adc875ee506 (diff) | |
download | vijayanagara-d8147052938607a450986064b662c42d28a37442.tar.gz |
Event 31.
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 27 |
1 files changed, 24 insertions, 3 deletions
@@ -122,7 +122,7 @@ EVENT 6 SHADED 6 current DS - prompt "Campaign: Select four contiguous spaces, finishing adjacent to Warangal" + prompt "Select four contiguous spaces, finishing adjacent to Warangal" shaded_6 shaded_6_2 @@ -613,10 +613,31 @@ SHADED 30 log "NOT IMPLEMENTED" EVENT 31 - log "NOT IMPLEMENTED" + current REBEL_FACTIONS + prompt "Free Migrate in a Province adjacent to Vijayanagara" + space 1 (is_adjacent_to_city(C_VIJAYANAGARA, s)) + mark_space + free_migrate + clean_p + prompt "Remove an opposing Unit from the selected Province." + piece 1 (is_piece_in_event_space(p) && is_enemy_unit(p)) + remove + endpiece + free_attack + endspace SHADED 31 - log "NOT IMPLEMENTED" + current DS + prompt "Remove a Fort adjacent to Vijayanagara" + piece 1 (is_fort(p) && is_adjacent_to_city(C_VIJAYANAGARA, piece_space(p))) + remove + endpiece + prompt "Remove a Temple adjacent to Vijayanagara" + piece 1 (is_temple(p) && is_adjacent_to_city(C_VIJAYANAGARA, piece_space(p))) + remove + endpiece + remove_influence BK + remove_influence VE EVENT 32 current REBEL_FACTIONS |