
Action
Reestablish the Parliament
Our people yearn for representation.
Absolute RulePolicyallow
People's UprisingSituationselect triggerDefinitionin_game/common/generic_actions/the_revolution.txt:470
471icon = call_parliament
472type = situation
473show_message = no
474ai_tick = daily
475ai_tick_frequency = 80
477automation_tick = never
478automation_tick_frequency = 12
480allow = {
481scope:actor = {
483government_power >= {
484value = {
485add = 100
486multiply = "scope:actor.estate_power(estate_type:crown_estate)"
487add = 1
488ceiling = yes
}
}
}
}
493price = price:revolution_actions_price
495cooldown = {
496type = reestablish_the_parliament_key
497years = 5
}
500select_trigger = {
501looking_for_a = situation
502target_flag = recipient
503name = "choose_situation" Choose the Situation:
504column = {
505data = name
}
}
513effect = {
514scope:actor = {
515custom_tooltip = according_to_our_crown_power_we_suffer_tt Depending on our Crown Power, we will suffer:
516add_government_power = {
517value = -100
518multiply = "scope:actor.estate_power(estate_type:crown_estate)"
519floor = yes
}
522change_societal_value = {
}
526custom_tooltip = estate_satisfaction_gain_scales_with_estate_power_tt The following scale with each Estate's Estate Power:
527add_estate_satisfaction = {
529value = {
531multiply = "scope:actor.estate_power(estate_type:burghers_estate)"
}
}
534add_estate_satisfaction = {
536value = {
538multiply = "scope:actor.estate_power(estate_type:peasants_estate)"
}
}
541add_estate_satisfaction = {
543value = {
544add = -1
545multiply = "scope:actor.estate_power(estate_type:nobles_estate)"
}
}
}
}
552ai_will_do = {
553add = 20
}