Unit Ability
Gather Food
Our soldiers will gather food instead of focusing on their duties.
2duration = -1
3toggle = yes
4army_only = yes
5cancel_on_combat_end = yes
7map = yes
9hidden = {
10NOT = {
11owner = {
12country_type = pop
}
}
}
17allow = {
18is_army = yes
19in_combat = no
20is_moving = no
21is_exiled = no
22in_siege = no
}
29finished_when = {
30OR = {
31in_combat = yes
32is_moving = yes
33is_exiled = yes
34in_siege = yes
35owner = {
36NOT = {
37country_type = pop
}
}
}
}
43ai_will_do = {
44add = -1
45if = {
46limit = {
47food_percentage < 0.25
}
49add = 2
}
}
53ai_will_revoke = {
54add = -1
55if = {
56limit = {
57food_percentage > 0.9
}
59add = 2
}
}

