This commit is contained in:
FA507RM-KALOSPA\Kalo
2023-06-11 15:56:54 +08:00
parent 19a8e99a0b
commit e48ced2893
4 changed files with 26 additions and 26 deletions

View File

@@ -56,14 +56,6 @@ situation_rg_gray_mod1 = {
}
}
}
triggered_modifier = {
potential = {
has_situation_flag = situation_rg_gray_mod1_stage_2_booster
}
modifier = {
country_engineering_research_produces_mult = -1
}
}
}
situation_rg_gray_mod1_stage_3 = {
icon = GFX_situation_stage_3
@@ -103,14 +95,6 @@ situation_rg_gray_mod1 = {
}
}
}
triggered_modifier = {
potential = {
has_situation_flag = situation_rg_gray_mod1_stage_5_booster
}
modifier = {
country_physics_research_produces_mult = -1
}
}
}
situation_rg_gray_mod1_stage_6 = {
icon = GFX_situation_stage_6
@@ -150,6 +134,22 @@ situation_rg_gray_mod1 = {
}
custom_tooltip = situation_rg_gray_mod1_approach_1_tooltip
}
triggered_modifier = {
potential = {
has_situation_flag = situation_rg_gray_mod1_stage_5_booster
}
modifier = {
country_physics_research_produces_mult = -1
}
}
triggered_modifier = {
potential = {
has_situation_flag = situation_rg_gray_mod1_stage_2_booster
}
modifier = {
country_engineering_research_produces_mult = -1
}
}
}
approach = {
name = situation_rg_gray_mod1_approach_2

View File

@@ -87,15 +87,6 @@ special_project = {
country_event = {
id = rg_event.11
}
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod1
}
remove_situation_flag = situation_rg_gray_mod1_stage_6_booster
remove_situation_flag = rg_stage6_locked
set_situation_locked = no
remove_situation_flag = locked
}
}
}
}