
Law
Rule of Ireland
The shape of rule in Ireland can be as wild as the great Atlantic crashing against the craggy cliffs, or as steadfast as the bogs.
Lordship of IrelandInternational Organizationallow, potential
CatholicismReligionallowPolicies 3
Religious Ascendancy- −2 Tolerance of Heretical Beliefs
- +2 Tolerance of the True Faith
- Yes Banned Saffron Shirts
- +100 Pop Conversion Speed
Laudabiliter- −0.1 Monthly Religious Influence
- −50% Pop Assimilation Speed
- Yes Can Use Lordship of Ireland Casus Belli
Statutes of Kilkenny- Yes Banned Saffron Shirts
- +50% Pop Assimilation Speed
- Yes Celtic Marriage Banned
Definitionin_game/common/laws/23_lordship_of_ireland.txt:1
2type = international_organization
3law_category = administrative
4potential = {
}
5allow = {
}
10lordship_of_ireland_rule_laudabiliter_policy = {
11on_activate = {
11custom_tooltip = lordship_of_ireland_rule_laudabiliter_policy_tt
}
12wants_this_policy_bias = {
13if = {
14limit = {
15is_leader_of_international_organization = scope:recipient
}
17add = -10
}
}
21country_modifier = {
22monthly_religious_influence = -0.10
23global_pop_assimilation_speed_modifier = -0.5
24country_can_use_lordship_of_ireland_cb = yes
}
}
27lordship_of_ireland_rule_statutes_of_kilkenny_policy = {
28allow = {
29current_age_or_later = {
29age = age_2_renaissance
}
30NOT = {
31scope:recipient ?= {
32leader_country ?= {
33culture = {
33has_culture_group = culture_group:celtic_group
}
}
}
}
}
38wants_this_policy_bias = {
39if = {
40limit = {
41is_leader_of_international_organization = scope:recipient
42exists = scope:actor.culture
43scope:recipient = {
44any_international_organization_member ?= {
45culture ?= {
46reverse_cultural_view = {
47target = scope:actor.culture
48value <= negative
}
}
}
}
}
54add = 100
}
56if = {
57limit = {
58culture = {
58has_culture_group = culture_group:celtic_group
}
}
60add = -50
}
62else_if = {
63limit = {
64culture = {
64has_culture_group = culture_group:hibernian_group
}
}
66add = -10
}
69if = {
70limit = {
71ruler ?= {
72culture = {
72has_culture_group = culture_group:celtic_group
}
}
}
75add = -50
}
78if = {
79limit = {
80consort ?= {
81culture = {
81has_culture_group = culture_group:celtic_group
}
}
}
84add = -10
}
}
88country_modifier = {
89country_bans_saffron_shirts = yes
90global_pop_assimilation_speed_modifier = 0.5
91country_celtic_marriage_banned = yes
}
}
94lordship_of_ireland_rule_ascendancy_policy = {
95on_activate = {
95custom_tooltip = lordship_of_ireland_rule_ascendancy_policy_tt
}
97allow = {
98current_age_or_later = {
98age = age_4_reformation
}
}
100wants_this_policy_bias = {
101if = {
102limit = {
103is_leader_of_international_organization = scope:recipient
104scope:recipient = {
105any_international_organization_member = {
106religion = {
107reverse_religious_view = {
108target = scope:actor.religion
109value <= negative
}
}
}
}
}
115add = 10
}
117if = {
118limit = {
119scope:recipient = {
120leader_country = {
121NOR = {
122root = this
123religion = root.religion
}
}
}
}
128add = -100
}
}
132country_modifier = {
133tolerance_heretic = -2
134tolerance_own = 2
135country_bans_saffron_shirts = yes
136global_pop_conversion_speed = 0.1
}
}