Changes 修

This commit is contained in:
ProjectKoi-Kalo\Kalo 2024-09-23 14:55:28 +08:00
parent 87764231db
commit fba832ca77
2 changed files with 13 additions and 36 deletions

View File

@ -101,13 +101,13 @@ rg_set_gray_portrait = {
#舰r/KDC #舰r/KDC
else_if = { else_if = {
limit = { limit = {
OR = { RG_OR_has_wsg_mod_trigger = yes
has_global_flag = has_wsg_mod
has_global_flag = kdc_event_mod_active
}
has_global_flag = rg_wg_gray_portrait_set has_global_flag = rg_wg_gray_portrait_set
} }
set_gray_portrait = yes set_gray_portrait = yes
event_target:rg_gray_country_leader = {
set_gray_portrait = yes
}
} }
#默认 #默认
else = { else = {
@ -185,25 +185,6 @@ rg_create_gray_species = {
exists = event_target:gray_species exists = event_target:gray_species
} }
} }
if = {
limit = {
OR = {
has_global_flag = has_wsg_mod
has_global_flag = kdc_event_mod_active
}
}
create_species = {
name = GRAY_SPECIES
plural = GRAY_SPECIES
class = ART
portrait = GrayTempest06
namelist = ART1
effect = {
save_global_event_target_as = gray_species
}
}
}
else = {
create_species = { create_species = {
name = GRAY_SPECIES name = GRAY_SPECIES
plural = GRAY_SPECIES plural = GRAY_SPECIES
@ -215,7 +196,6 @@ rg_create_gray_species = {
} }
} }
} }
}
} }
rg_create_gray_warship_1 = { rg_create_gray_warship_1 = {

View File

@ -449,10 +449,7 @@ country_event = {
# 舰r # 舰r
name = rg_event.7.d name = rg_event.7.d
trigger = { trigger = {
OR = { RG_OR_has_wsg_mod_trigger = yes
has_global_flag = has_wsg_mod
has_global_flag = kdc_event_mod_active
}
} }
hidden_effect = { hidden_effect = {
rg_global_clear_portrait_select = yes rg_global_clear_portrait_select = yes