Land Ownership RuleChanged this version
Imperial Land
Land owned by the Holy Roman Empire.
Definitionin_game/common/international_organization_land_ownership_rules/hre_land_ownership.txt:1
4modifier = {
}
7can_add_trigger = {
8always = yes
}
10can_remove_trigger = {
11always = yes
}
15can_add_location_trigger = {
16is_land = yes
17is_passable = yes
18any_coast_border_location = {
19is_owned_by_international_organization = scope:recipient
}
21owner ?= {
22is_member_of_international_organization = scope:recipient
}
}
27can_remove_location_trigger = {
28always = yes
}
32on_added = {
33scope:recipient.leader_country ?= {
34if = {
35limit = {
36NOT = {
37this = root.owner
}
}
40add_opinion = {
40target = root.owner
40modifier = opinion_added_land_to_hre
}
}
}
}
46on_removed = {
47owner ?= {
48add_opinion = {
48target = scope:recipient.leader_country
48modifier = opinion_removed_land_from_hre
}
}
}
53ai_desire_to_add = {
}
56owned_location_color = rgb {
155
75
190
}
58allow_control_propagation = yes
59removed_by_peace_treaty = yes
60remove_war_score_modifier = 0.1