Scripted Effect
event_illustration_government_estate_effect
RepublicGovernment Typeif
TheocracyGovernment TypeifDefinitionin_game/common/scripted_effects/00_event_illustration_effects.txt:428
429if = {
430limit = {
431OR = {
432AND = {
433scope_type = location
434owner ?= {
434is_ai = no
}
}
436AND = {
437scope_type = country
438is_ai = no
}
}
}
442if = {
443limit = {
443has_reform = government_reform:peasant_republic_reform
}
}
}
446else_if = {
}
}
450else_if = {
}
}
454else = {
}
}
}