事件
精神错乱

在过去的几个月里,Target Character的异常行为逐渐引起了Court Title以及整个Flavor Rank的深切担忧。最初只是些微的古怪举止,现在已经演变成难以预料的破坏性行为,使得宫廷的廷臣和顾问们感到不安。
在私下议论中,有人断言he/she已经完全失去了理智:his/her表现出异常的愤怒、荒谬的决策以及与现实严重脱节的行为。目前,整个国家都笼罩在沉重的疑问之下——这种混乱局面还能持续多久,才会彻底破坏统治的基础?
贵族阶层immediate不能成为统治者静态修正immediate精神错乱静态修正trigger定义in_game/events/disaster/time_of_troubles.txt:26
27type = country_event
28category = disaster_event
29title = time_of_troubles.2.title 精神错乱
30desc = time_of_troubles.2.desc 在过去的几个月里,Target Character的异常行为逐渐引起了Court Title以及整个Flavor Rank的深切担忧。最初只是些微的古怪举止,现在已经演变成难以预料的破坏性行为,使得宫廷的廷臣和顾问们感到不安。
在私下议论中,有人断言he/she已经完全失去了理智:his/her表现出异常的愤怒、荒谬的决策以及与现实严重脱节的行为。目前,整个国家都笼罩在沉重的疑问之下——这种混乱局面还能持续多久,才会彻底破坏统治的基础?
在私下议论中,有人断言he/she已经完全失去了理智:his/her表现出异常的愤怒、荒谬的决策以及与现实严重脱节的行为。目前,整个国家都笼罩在沉重的疑问之下——这种混乱局面还能持续多久,才会彻底破坏统治的基础?
31outcome = neutral
32image = "gfx/interface/illustrations/disaster/time_of_troubles.dds"
40immediate = {
41ruler_or_regent = {
41save_scope_as = target_character
}
42if = {
43limit = {
44any_character = {
47is_ruler = no
48is_heir = no
49age_in_years < 50
}
}
52ordered_character = {
53limit = {
56is_ruler = no
57is_heir = no
58age_in_years < 50
}
60order_by = {
61value = total_abilities
62if = {
63limit = {
64exists = character:mos_feodor_romanov
65this ?= character:mos_feodor_romanov
}
67multiply = 3
}
69if = {
70limit = {
71exists = character:mos_boris_godunov
72this ?= character:mos_boris_godunov
}
74multiply = 3
}
}
77check_range_bounds = no
78max = 1
79save_scope_as = target_character_2
}
}
82else = {
83capital = {
84create_dynasty_from_location = random
85last_dynasty_in_location = {
85save_scope_as = target_dynasty
}
}
87create_character = {
88dynasty = scope:target_dynasty
90age = 30
91save_scope_as = target_character_2
}
}
}