
起初,没人在意这场灾难。田野中的嫩草不再如往常般鲜绿,商人的货架不再如往常般充足,村庄和城镇外的道路也开始暗藏威胁,日复一日、月复一月、年复一年,不安定情绪逐渐发芽,并开始在Country的土地上蔓延开去。而Ruler Title,端坐在his/her的王座上面对这个不详的时期,又将如何统治呢?
定义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,端坐在his/her的王座上面对这个不详的时期,又将如何统治呢?
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
}