graytempest_storm

This commit is contained in:
ProjectKoi-Kalo\Kalo
2024-09-15 13:38:32 +08:00
parent 9be9269503
commit 2c478b0e20
11 changed files with 467 additions and 1 deletions

View File

@@ -193,6 +193,14 @@ country_event = {
garrison = yes
}
}
every_system = {
limit = {
has_star_flag = lgate
}
system_event = {
id = rg_storms.1
}
}
every_system = {
limit = {
has_star_flag = lcluster

View File

@@ -0,0 +1,20 @@
namespace = rg_storms
system_event = {
id = rg_storms.1
hide_window = yes
is_triggered_only = yes
trigger = {
NOT = {
has_star_flag = storm_system
}
}
immediate = {
create_cosmic_storm = {
type = graytempest_storm
immediate = yes
cosmic_storm_start_position = this
}
}
}