
LawChanged this version
Colonial Representation
Our own influence on the land we govern is detetmined by the whims of our overlord.
Policies 2
No Representation- Yes Parliament Abolished
Representation in Parliament- Yes Overlord Blocked from Recruiting Regiments
- Yes Overlord Blocked from Building Ships
- Yes Overlord Blocked from Building RGO
- Yes Overlord Blocked from Building Roads
- Yes Overlord Blocked from Building Buildings
- +10 Loyalty to Overlord
Definitionin_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
}