
最初は気づかなかったが、月日が流れるにつれて不安がCountryの土地全体に広がっている。畑の草は以前のように青々としておらず、商人が市場に持ち込む商品はより少なくなり、村や集落の外を旅するのはますます危険になっている。の宮廷に座するRuler Titleは、この不吉な時代にどう立ち向かうのだろうか?
定義in_game/events/disaster/decline_of_mali.txt:4
5type = country_event
6category = disaster_event
7title = decline_of_mali.1.title Countryの衰退
8desc = decline_of_mali.1.desc 最初は気づかなかったが、月日が流れるにつれて不安がCountryの土地全体に広がっている。畑の草は以前のように青々としておらず、商人が市場に持ち込む商品はより少なくなり、村や集落の外を旅するのはますます危険になっている。の宮廷に座するRuler Titleは、この不吉な時代にどう立ち向かうのだろうか?
9outcome = neutral
10image = "gfx/interface/illustrations/disaster/decline_of_mali_disaster.dds"
選択肢
A暗黒時代がやってくる…
18if = {
19limit = {
21estate_power(estate_type:nobles_estate) >= "estate_power(estate_type:crown_estate)"
22NOT = {
22has_estate_privilege = estate_privilege:consolidated_corruption_of_the_nobles
}
}
24grant_estate_privilege = estate_privilege:consolidated_corruption_of_the_nobles
}
26else_if = {
27limit = {
29estate_power(estate_type:burghers_estate) >= "estate_power(estate_type:crown_estate)"
30NOT = {
30has_estate_privilege = estate_privilege:consolidated_corruption_of_the_burghers
}
}
32grant_estate_privilege = estate_privilege:consolidated_corruption_of_the_burghers
}
34else_if = {
35limit = {
37estate_power(estate_type:clergy_estate) >= "estate_power(estate_type:crown_estate)"
38NOT = {
38has_estate_privilege = estate_privilege:consolidated_corruption_of_the_clergy
}
}
40grant_estate_privilege = estate_privilege:consolidated_corruption_of_the_clergy
}
42else_if = {
43limit = {
45estate_power(estate_type:peasants_estate) >= "estate_power(estate_type:crown_estate)"
46NOT = {
46has_estate_privilege = estate_privilege:consolidated_corruption_of_the_nobles
}
}
48grant_estate_privilege = estate_privilege:consolidated_corruption_of_the_nobles
}