Betik Etkisi
major_earthquake_damage
Tanımin_game/events/earthquake_events.txt:182
184every_pop = {
185add_pop_size = {
186value = pop_size
187multiply = -0.1
}
}
190ordered_buildings_in_location = {
191order_by = building_level
192max = {
193value = 1
195add = {
196value = num_buildings
197divide = 10
198ceiling = yes
}
}
201check_range_bounds = no
}
204every_unit_in_location = {
205damage_unit_percent = {
0.5
1
}
206damage_unit_morale_percent = {
0.75
1
}
}
208every_neighbor_location = {
210every_pop = {
211add_pop_size = {
212value = pop_size
213multiply = -0.05
}
}
216ordered_buildings_in_location = {
217order_by = building_level
218max = {
219value = 1
220add = {
221value = num_buildings
222divide = 15
}
}
}
227every_unit_in_location = {
228damage_unit_percent = {
0.33
1
}
229damage_unit_morale_percent = {
0.5
1
}
}
}