diff options
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 |