
Действие
Отменить решение рейхстага
Имперский рейхстаг имеет значительный политический вес, но Священная Римская Империя 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" Выберите Concept:
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 Резолюция «Обсуждение правил» успешна завершается, прекращая любые дебаты в Concept объединения «Recipient»
}
55custom_tooltip = {
56text = overrule_imperial_diet_ct Каждый участник объединения «Recipient» потеряет Opinion Overruled Imperial Diet ед. мнения Predlog Obo CL PREP
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
}
}
}