
Condição Especial
Lealista
Membros que são Súditos do Líder ou possuem o mesmo Governante assumem a Condição Especial de Lealista.
TenenteCondição Especialauto bestowal trigger, auto rescind trigger
Lorde da IrlandaCondição Especialauto bestowal trigger, auto rescind triggerModificadores
Definiçãoin_game/common/international_organization_special_statuses/lordship_of_ireland.txt:90
91priority = 5
97leader_modifier = {
}
100can_bestow_trigger = {
}
103auto_bestowal_trigger = {
104NOR = {
105has_special_status_in_international_organization = {
107international_organization = scope:recipient
}
109has_special_status_in_international_organization = {
111international_organization = scope:recipient
}
}
115religion = scope:recipient.leader_country.religion
117OR = {
118overlord ?= {
118this = scope:recipient.leader_country
}
119ruler_or_regent ?= {
119scope:recipient.leader_country.ruler ?= this
}
}
}
123auto_rescind_trigger = {
124religion = scope:recipient.leader_country.religion
125OR = {
126has_special_status_in_international_organization = {
128international_organization = scope:recipient
}
130has_special_status_in_international_organization = {
132international_organization = scope:recipient
}
134NOR = {
135overlord ?= {
135this = scope:recipient.leader_country
}
136ruler_or_regent ?= {
136scope:recipient.leader_country.ruler ?= this
}
}
}
}
141on_bestowed_effect = {
}
144on_rescinded_effect = {
}
147special_status_power = {
148value = 10
}
151map_color = define:NMapColors|INTERNATIONAL_ORGANIZATION_TIER2_COLOR
