
Działanie
Zmień typ parlamentu
Umożliwi ci to wybór innego Concept dla swojego Concept.
Parlament rozwiązanyTyp modyfikatoraallowDefinicjain_game/common/generic_actions/parliament.txt:703
704type = owncountry
706ai_prerequisite = {
707at_war = no
708stability >= 40
709legitimacy >= 90
}
720price = price:change_parliament_type
723select_trigger = {
724looking_for_a = parliament_type
725source = actor
726target_flag = parliament_type
727name = "select_parliament_type" Wybierz typ parlamentu
728none_available_msg_key = "change_parliament_type_no_types"
729top_widget = parliament_Type_context_widget
730column = {
731data = parliament_type_widget
}
733visible = {
734is_visible_for = scope:actor
}
736enabled = {
737is_allowed_for = scope:actor
}
}
741effect = {
742scope:actor = {
743if = {
744limit = {
745exists = scope:parliament_type
}
747set_parliament_type = scope:parliament_type
}
}
}
752ai_tick = daily
753ai_tick_frequency = 365
755automation_tick = daily
756automation_tick_frequency = 365
757player_automated_category = parliament
758ai_will_do = {
760subtract = {
761value = 10
}
764scope:actor = {
765add = "parliament_type_utility(scope:parliament_type|yes)"
}
}