Land Ownership Rule
italian_wars_land_ownership
Definitionin_game/common/international_organization_land_ownership_rules/italian_wars_land_ownership.txt:1
4modifier = {
}
7can_add_trigger = {
8always = yes
}
12can_add_location_trigger = {
13is_land = yes
14is_passable = yes
15region = region:italy_region
}
19can_remove_trigger = {
20always = no
}
24on_added = {
25scope:recipient.leader_country ?= {
26if = {
27limit = {
28NOT = {
29this = root.owner
}
}
32add_opinion = {
32target = root.owner
32modifier = opinion_strengthened_our_league
}
}
}
}
39on_removed = {
40scope:recipient.leader_country ?= {
41if = {
42limit = {
43NOT = {
44this = root.owner
}
}
47add_opinion = {
47target = root.owner
47modifier = opinion_weakened_our_league
}
}
}
}
53ai_desire_to_add = {
54add = 20
}
57owned_location_color = rgb {
0
59
70
}