
Parliament Issue
Support the State
Our government can not function without the proper acknowledgment of its power. With a proper declaration of the parliament, we can solidify our reputation and strengthen our ruler.
AssemblyParliament Typeallow
Autocratic ParliamentParliament Typeallow
Constitutional ParliamentParliament Typeallow
CouncilParliament Typeallow
Dutch ParliamentParliament Typeallow
Estate ParliamentParliament Typeallow
Polish-Lithuanian ParliamentParliament Typeallow
DominionSubject Typeallow
FiefdomSubject TypeallowModifiers
Crown Power+50%
Definitionin_game/common/parliament_issues/02_crown_estate_parliament_issues.txt:347
354allow = {
355has_ruler = yes
358OR = {
}
}
369chance = {
370add = 1
371add = {
372if = {
373limit = {
374government_power < 50
}
376value = -1
}
}
379add = {
380if = {
381limit = {
382government_power > 90
}
384value = 2
}
}
}
389on_debate_passed = {
390if = {
391limit = {
392has_ruler = yes
}
394ruler = {
395add_adm = 3
396add_dip = 3
397add_mil = 3
}
}
400else_if = {
401limit = {
402has_regent = yes
}
404regent = {
405add_adm = 3
406add_dip = 3
407add_mil = 3
}
}
}