
国内の有力者が集う宮廷での政治は、Parliamentの審議に大きく依存している。しばらく議会が開かれていないという事実が、さまざまな貴族や市民の不興を買いはじめている。
定義in_game/events/disaster/rise_of_the_szlachta.txt:580
581type = country_event
582category = disaster_event
583title = rise_of_the_szlachta.5.title 各階級のParliamentの求め
584desc = rise_of_the_szlachta.5.desc 国内の有力者が集う宮廷での政治は、Parliamentの審議に大きく依存している。しばらく議会が開かれていないという事実が、さまざまな貴族や市民の不興を買いはじめている。
585outcome = neutral
586trigger = {
587months_since_last_parliament_called >= 62
588has_parliament = yes
589exists = capital
}
591image = "gfx/interface/illustrations/disaster/rise_of_the_szlachta.dds"
592immediate = {
593ruler ?= {
594save_scope_as = target_character
}
596random_possible_parliament_issue = {
596save_scope_as = target_debate
}
597random_possible_parliament_issue = {
598limit = {
599this != scope:target_debate
}
601save_scope_as = target_debate_2
}
}
選択肢
Aいいだろう。彼らの言葉を聞こう。
608if = {
609limit = {
609is_active_parliament = no
}
610set_parliament_location = capital
611set_parliament_active = yes
612set_parliament_issue = scope:target_debate
}
617add_estate_satisfaction = {
}
621custom_tooltip = based_on_nobles_estate_power_tt 貴族の階級権力に応じて変動:
622add_government_power = {
624add = {
625value = "estate_power(estate_type:nobles_estate)"
626multiply = 10
627floor = yes
}
}
B議会は開く。だが、貴族のためではない!
635change_societal_value = {
}
640if = {
641limit = {
641is_active_parliament = no
}
642set_parliament_location = capital
643set_parliament_active = yes
644set_parliament_issue = scope:target_debate_2
}
650add_estate_satisfaction = {
}
654custom_tooltip = based_on_nobles_estate_power_tt 貴族の階級権力に応じて変動:
655add_stability = {
657subtract = {
658value = "estate_power(estate_type:nobles_estate)"
659multiply = 10
660floor = yes
}
}
C卑しい貴族どもの指図は受けない。
668add_estate_satisfaction = {
}
671add_estate_satisfaction = {
}
674custom_tooltip = based_on_nobles_estate_power_tt 貴族の階級権力に応じて変動:
675add_stability = {
677subtract = {
678value = "estate_power(estate_type:nobles_estate)"
679multiply = 10
680floor = yes
}
}
683custom_tooltip = based_on_crown_estate_power_tt 王室の階級権力に応じて変動:
684add_government_power = {
686add = {
687value = "estate_power(estate_type:crown_estate)"
688multiply = 10
689ceiling = yes
}
}
692change_societal_value = {
694value = {
696multiply = "estate_power(estate_type:crown_estate)"
697floor = yes
}
}