Unit Ability
Drill Army
Drilling is the ideal, if expensive, way to ensure every soldier is fighting fit and knows what needs to be done without risking life and limb. Experience is the best teacher, after all.
2duration = -1
3toggle = yes
4army_only = yes
5cancel_on_combat_end = yes
6cancel_on_move = yes
7animation_gfx_override = 1
9map = yes
12allow = {
13has_only_prisoners = no
14is_army = yes
15in_combat = no
16is_moving = no
17is_exiled = no
18in_siege = no
19has_commander = yes
}
22modifier = {
}
30start_effect = {
}
35finished_when = {
36OR = {
37in_combat = yes
38is_moving = yes
39is_exiled = yes
40in_siege = yes
41has_commander = no
}
}
45ai_will_do = {
46value = -1
}
62ai_will_revoke = {
63value = 1
}


