Land Ownership Rule
High Kingship Land
The Region innately tied to the High Kingship.
Modifiers
Definitionin_game/common/international_organization_land_ownership_rules/high_kingship_land_ownership.txt:1
4modifier = {
}
10can_add_trigger = {
11always = yes
}
15can_add_location_trigger = {
16region = scope:recipient.var:high_kingship_region
17is_land = yes
18is_passable = yes
}
22can_remove_trigger = {
23always = no
}
27on_added = {
}
31on_removed = {
}
35ai_desire_to_add = {
36value = 100
}


