筛查修史山
This commit is contained in:
@@ -73,25 +73,25 @@ rg_global_gray_location_check = {
|
||||
if = {
|
||||
limit = {
|
||||
any_owned_planet = {
|
||||
exists = sector.leader
|
||||
sector.leader = {
|
||||
has_leader_flag = gray_governor
|
||||
exists = leader
|
||||
leader = {
|
||||
is_same_value = event_target:gray_official
|
||||
}
|
||||
}
|
||||
}
|
||||
random_owned_planet = {
|
||||
limit = {
|
||||
exists = sector.leader
|
||||
sector.leader = {
|
||||
has_leader_flag = gray_governor
|
||||
exists = leader
|
||||
leader = {
|
||||
is_same_value = event_target:gray_official
|
||||
}
|
||||
}
|
||||
save_global_event_target_as = global_gray_location
|
||||
save_event_target_as = global_gray_location
|
||||
}
|
||||
}
|
||||
else = {
|
||||
capital_scope = {
|
||||
save_global_event_target_as = global_gray_location
|
||||
save_event_target_as = global_gray_location
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1359,7 +1359,9 @@ RG_const_auto_build_effect = {
|
||||
prefix = no
|
||||
design = "NAME_RG_GRAY_constructor"
|
||||
effect = {
|
||||
set_cloaking_active = yes
|
||||
PREV = {
|
||||
set_cloaking_active = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -328,7 +328,7 @@ rg_create_gray_destroyer_1 = {
|
||||
set_owner = root
|
||||
create_ship = {
|
||||
name = "NAME_RG_base_destroyer"
|
||||
design = "RG_base_destroyer_key"
|
||||
design = "NAME_RG_base_destroyer"
|
||||
prefix = no
|
||||
upgradable = no
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ graytempest_storm_add = {
|
||||
|
||||
inline_script = {
|
||||
script = cosmic_storms/StormVisuals
|
||||
STORM_NAME = "graytempest_storm"
|
||||
STORM_NAME = "particle_storm"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -94,7 +94,7 @@ graytempest_storm_apply_aftermath_modifier = {
|
||||
}
|
||||
}
|
||||
|
||||
graytempests_storm_apply_deposits = {
|
||||
graytempest_storm_apply_deposits = {
|
||||
every_system_planet = {
|
||||
limit = {
|
||||
OR = {
|
||||
|
||||
Reference in New Issue
Block a user