This commit is contained in:
parent
c114cd6773
commit
f1f9fa7ed7
|
@ -518,7 +518,7 @@ situation_rg_gray_mod2 = {
|
||||||
}
|
}
|
||||||
modifier = {
|
modifier = {
|
||||||
add = 0.05
|
add = 0.05
|
||||||
desc = situation_rg_gray_mod2_stage_2_booster_tooltip
|
desc = situation_rg_gray_mod2_stage_3_booster_tooltip
|
||||||
has_situation_flag = situation_rg_gray_mod2_stage_9_booster
|
has_situation_flag = situation_rg_gray_mod2_stage_9_booster
|
||||||
}
|
}
|
||||||
modifier = {
|
modifier = {
|
||||||
|
|
|
@ -570,22 +570,23 @@ country_event = {
|
||||||
name = rg_story.38.b
|
name = rg_story.38.b
|
||||||
allow = {
|
allow = {
|
||||||
resource_stockpile_compare = {
|
resource_stockpile_compare = {
|
||||||
resource = energy
|
resource = alloys
|
||||||
value >= 6000
|
value >= 1500
|
||||||
}
|
}
|
||||||
resource_stockpile_compare = {
|
resource_stockpile_compare = {
|
||||||
resource = minerals
|
resource = energy
|
||||||
value >= 3000
|
value >= 1500
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
add_resource = {
|
||||||
|
resource = alloys
|
||||||
|
value = -1500
|
||||||
|
}
|
||||||
add_resource = {
|
add_resource = {
|
||||||
resource = energy
|
resource = energy
|
||||||
value = -6000
|
value = -1500
|
||||||
}
|
|
||||||
add_resource = {
|
|
||||||
resource = minerals
|
|
||||||
value = -3000
|
|
||||||
}
|
}
|
||||||
|
rg_create_gray_mod1_testship_2 = yes
|
||||||
random_situation = {
|
random_situation = {
|
||||||
limit = {
|
limit = {
|
||||||
is_situation_type = situation_rg_gray_mod2
|
is_situation_type = situation_rg_gray_mod2
|
||||||
|
|
|
@ -405,4 +405,7 @@
|
||||||
situation_rg_gray_mod2_stage_14_tooltip:0 "$rg_story.43.desc$"
|
situation_rg_gray_mod2_stage_14_tooltip:0 "$rg_story.43.desc$"
|
||||||
|
|
||||||
rg_gray_mod2_stage1_project:0 "§Y指派首席科学家帮助改造项目§!"
|
rg_gray_mod2_stage1_project:0 "§Y指派首席科学家帮助改造项目§!"
|
||||||
rg_gray_mod2_stage1_project_desc:0 "为了加快$NAME_Gray$改造项目进度,我们需要指派我们的科学家研究这个项目。嗯,就是这样。"
|
rg_gray_mod2_stage1_project_desc:0 "为了加快$NAME_Gray$改造项目进度,我们需要指派我们的科学家研究这个项目。嗯,就是这样。"、
|
||||||
|
|
||||||
|
rg_gray_mod2_stage4_project:0 "§Y指派首席科学家帮助改造项目§!"
|
||||||
|
rg_gray_mod2_stage4_project_desc:0 "为了加快$NAME_Gray$改造项目进度,我们需要指派我们的科学家研究这个项目。嗯,就是这样。"
|
||||||
|
|
Loading…
Reference in New Issue