What chaotic weather do you want.
Definitionin_game/events/debug/qa_debug.txt:4
5type = country_event
6title = qa_debug.1.title Weather Menu
7desc = qa_debug.1.desc What chaotic weather do you want.
8outcome = neutral
9orphan = yes
13immediate = {
14capital = {
14save_scope_as = start_location
}
15random_location_in_the_world = {
15save_scope_as = end_location
}
}
Options
ARain
20start_weather_system = {
21width = 800
22length = 100
23strength = 1.0
24speed = 30
25type = front
26location = scope:start_location
27location = scope:end_location
}
BTornado
33start_weather_system = {
34width = 800
35length = 100
36strength = 1.0
37speed = 30
38type = tornado
39location = scope:start_location
40location = scope:end_location
}
CCyclone
46start_weather_system = {
47width = 800
48length = 100
49strength = 1.0
50speed = 30
51type = cyclone
52location = scope:start_location
53location = scope:end_location
}
DSandstorm
59start_weather_system = {
60width = 1000
61length = 1
62strength = 1
63speed = 50
64type = cyclone
65location = scope:start_location
66location = scope:end_location
}