
행동
제국 의회 거부권 행사
제국 의회는 신성 로마 제국에서 막강한 정치권력을 행사하지만, 신성 로마 제국 Leader Title는 법률 개혁을 위해 의회의 결정에 거부권을 행사할 특권을 지니고 있습니다.
신성 로마 제국국가 간 조직체select trigger
제국 의회에 거부권 행사 가능보정치 유형select triggerio_law_target변수effect정의in_game/common/generic_actions/overrule_imperial_diet.txt:1
2type = internationalorganization
3ai_tick = monthly
4ai_tick_frequency = 12
6automation_tick = never
7automation_tick_frequency = 12
10potential = {
}
12allow = {
}
14select_trigger = {
15looking_for_a = international_organization
16target_flag = recipient
17name = "choose_international_organization" 국가 간 조직체 선택:
18column = {
19data = name
}
21visible = {
}
25enabled = {
26international_organization_has_leader = yes
27scope:actor = {
27is_leader_of_international_organization = root
}
29OR = {
30resolution_is_active = resolution:policy_vote
31has_ongoing_parliament_debate = yes
}
}
}
35effect = {
37scope:recipient = {
38if = {
}
48else_if = {
49limit = {
49has_ongoing_parliament_debate = yes
}
50end_parliament = yes
}
52else = {
53custom_tooltip = overrule_imperial_diet_at 법률 논의 개시 결의와 Recipient 의회의 모든 논의를 성공적으로 끝냅니다
}
55custom_tooltip = {
56text = overrule_imperial_diet_ct 모든 Recipient 구성국의 Actor에 대한 우호도가 Opinion Overruled Imperial Diet 감소합니다
57every_international_organization_member = {
58limit = {
58this != scope:actor
}
59add_opinion = {
60modifier = opinion_overruled_imperial_diet
61target = scope:actor
}
}
}
}
}
67ai_will_do = {
69value = -300
70if = {
71limit = {
72exists = scope:recipient
73scope:recipient = {
74has_parliament = yes
75has_ongoing_parliament_debate = yes
76parliament_issue_will_pass = no
77parliament_issue = parliament_issue:hre_law_debate
}
}
80add = {
81value = 365
82subtract = scope:recipient.remaining_parliament_days
}
}
}