Scripted Effect
call_parliament_for_law_change
Holy Roman EmpireInternational Organizationif
Archbishop-ElectorSpecial Statusif
Free Imperial CitySpecial StatusifDefinitionin_game/common/scripted_effects/international_organization_effects.txt:226
227if = {
228limit = {
229exists = scope:recipient
230exists = scope:vote
}
238scope:recipient = {
240if = {
242random_international_organization_member = {
243limit = {
244OR = {
245has_special_status_in_international_organization = {
247international_organization = PREV
}
249has_special_status_in_international_organization = {
251international_organization = PREV
}
}
}
255capital ?= {
255save_scope_as = parliament_location
}
}
}
258else = {
259if = {
260limit = {
260exists = parliament_seat
}
261parliament_seat ?= {
262save_scope_as = parliament_location
}
}
265else_if = {
266limit = {
267scope:proposer = {
268any_owned_location = {
269is_owned_by_international_organization = scope:recipient
}
}
}
273scope:proposer = {
274if = {
275limit = {
275capital ?= {
275is_owned_by_international_organization = scope:recipient
}
}
276capital ?= {
277save_scope_as = parliament_location
}
}
280else = {
281random_owned_location = {
282limit = {
282is_owned_by_international_organization = scope:recipient
}
283save_scope_as = parliament_location
}
}
}
}
288else = {
289random_international_organization_owned_location = {
289save_scope_as = parliament_location
}
}
}
292set_parliament_location = scope:parliament_location
293set_parliament_active = yes
294set_parliament_issue = parliament_issue:hre_law_debate
}
}