
질병이번 버전 변경
티푸스
이 치명적인 질병에 걸린 이들은 극심한 고열과 커다랗고 새빨간 발진이 온몸으로 퍼지는 증상을 겪으며, 정신 착란증이 발현하고 악화되어 결국에는 완전한 섬망 상태에 이르게 됩니다. 그 지경에 다다른 안타까운 이들은 괴저성 병변에 시달린 끝에 사망에 이르고야 맙니다.
정의in_game/common/diseases/typhus.txt:1
19monthly_spawn_chance = {
21value = 0.1
}
25spawn = {
26random_ownable_location = {
27limit = {
29trigger_if = {
38population > 1
40has_siege = yes
}
}
50spawn_disease = {
51disease = scope:disease
52value = 0.5
54save_scope_as = outbreak_scope
}
}
}
61r0 = {
63value = {
0.5
0.9
}
66if = {
67limit = {
68prosperity < 0
}
70multiply = 5
}
72multiply = {
73value = "disease_presence(scope:disease)"
74multiply = 2
75add = 1
}
}
82calc_interval_days = {
24
36
}
86location_stagnation_chance = {
87if = {
88limit = {
89disease_presence(scope:disease) > 0.05
}
91value = "distance_to_squared(scope:disease.origin)"
92multiply = 0.0006
93multiply = 0.005
}
95else = {
96value = "distance_to_squared(scope:disease.origin)"
97multiply = 0.00006
}
}
101sub_unit_stagnation_chance = {
102value = 0.5
103subtract = {
104value = "disease_presence(scope:disease)"
105multiply = 0.5
}
}
111percentage_to_meet_their_fate_on_calc = {
112value = 0.25
}
117location_modifier = {
}
122monthly_resistance_reduction = 0.002
125mortality_rate = {
0.04
0.4
}
130character_mortality_chance = {
131value = 0.04
132multiply = "disease_presence(scope:disease)"
}
141map_color = {
142lerp = {
143min_color = rgb {
211
157
128
}
144max_color = rgb {
129
47
3
}
145factor = "disease_presence(scope:disease)"
}
}
149secondary_map_color = {
150if = {
151limit = {
152disease_affects_pops_here = scope:disease
}
154value = rgb {
100
120
188
}
}
}