
法律本版本变更
殖民地代表权
我们对自己所管理土地的影响力可能将被我们领主的一时决定所左右。
政策 2
定义in_game/common/laws/colonial_laws.txt:1
2law_category = estates
3potential = {
4is_colonial_subject = yes
}
7colonial_representation_law_no = {
8country_modifier = {
9parliament_abolished = yes
}
11on_activate = {
12set_parliament_active = no
}
14years = 2
}
17colonial_representation_law_yes = {
18potential = {
19has_policy = colonial_representation_law_yes
}
21country_modifier = {
22overlord_blocked_from_recruiting_regiments = yes
23overlord_blocked_from_building_ships = yes
24overlord_blocked_from_building_rgos = yes
25overlord_blocked_from_building_roads = yes
26overlord_blocked_from_building_buildings = yes
27loyalty_to_overlord = 10
}
29years = 2
}