Unit AbilityChanged this version
March to the Sound of Guns
This allows Armies to automatically move towards nearby battles.
When we hear the sound of cannons in the distance, our corps will march to the aid!
March to the Sound of GunsAdvancehidden2duration = -1
3toggle = yes
4army_only = yes
5cancel_on_combat_end = no
12allow = {
13is_army = yes
14has_commander = yes
15is_exiled = no
16in_retreat = no
17has_only_prisoners = no
}
19modifier = {
}
23start_effect = {
24move_to_assist_on_adjacent_combat = yes
}
26finish_effect = {
27move_to_assist_on_adjacent_combat = no
}
31finished_when = {
32OR = {
33is_exiled = yes
34in_retreat = yes
35has_commander = no
}
}
40ai_will_do = {
41value = -1
}