事件
Target Province的骚乱

随着Country的中央权威被削弱,心怀不满的地方统治者和省份精英开始挑战Flavor Rank的控制力。他们认为他们的资源和劳力被榨取用于其他区域,而他们自己的经济发展却被忽视了。这种观点助长了不满,加剧了动乱,他们开始拒绝缴纳贡赋,同时还要求地方自治。这种内部的分歧进一步破坏了Flavor Rank的团结。
定义in_game/events/disaster/decline_of_mali.txt:293
294hide_portraits = yes
295type = country_event
296category = disaster_event
297image = "gfx/interface/illustrations/disaster/decline_of_mali_disaster.dds"
298title = {
299first_valid = {
300triggered_desc = {
301trigger = {
301exists = scope:target_province
}
302desc = decline_of_mali.5.title Target Province的骚乱
}
304triggered_desc = {
305trigger = {
305always = yes
}
306desc = decline_of_mali.5.title.fallback 省份骚乱
}
}
}
310desc = decline_of_mali.5.desc 随着Country的中央权威被削弱,心怀不满的地方统治者和省份精英开始挑战Flavor Rank的控制力。他们认为他们的资源和劳力被榨取用于其他区域,而他们自己的经济发展却被忽视了。这种观点助长了不满,加剧了动乱,他们开始拒绝缴纳贡赋,同时还要求地方自治。这种内部的分歧进一步破坏了Flavor Rank的团结。
311outcome = neutral
312trigger = {
313any_owned_location = {
314NOT = {
314dominant_culture = owner.culture
}
315sub_continent = root.capital.sub_continent
316any_pop = {
317NOT = {
317culture = root.culture
}
318culture = {
319NOT = {
319is_accepted_in = root
}
}
}
322any_pop = {
323NOT = {
323culture = root.culture
}
324culture = {
325NOT = {
325is_accepted_in = root
}
}
}
}
}
330immediate = {
331random_owned_location = {
332limit = {
333NOT = {
333dominant_culture = owner.culture
}
334sub_continent = root.capital.sub_continent
335any_pop = {
336NOT = {
336culture = root.culture
}
337culture = {
338NOT = {
338is_accepted_in = root
}
}
}
}
342province = {
343save_scope_as = target_province
}
345random_pop = {
346limit = {
347owner = root
348NOT = {
348culture = root.culture
}
349culture = {
350NOT = {
350is_accepted_in = root
}
}
}
353culture = {
354save_scope_as = mal_target_culture
}
}
}
358create_rebel = {
359category = nationalist
360culture = scope:mal_target_culture
361name = mal_separatists_rebels 分离主义者
362save_scope_as = mal_separatists_rebels 分离主义者
}
}