调整灰度领导触发器条件和本地化文本,优化自动工程子个体提示
This commit is contained in:
parent
5fbb6e2ce4
commit
df77895b22
@ -1,3 +1,3 @@
|
|||||||
NGameplay = {
|
# NGameplay = {
|
||||||
GOVERNMENT_CIVIC_POINTS_BASE = 3 # Base amount of civic points (to "pay" for government civic costs)
|
# GOVERNMENT_CIVIC_POINTS_BASE = 3 # Base amount of civic points (to "pay" for government civic costs)
|
||||||
}
|
# }
|
@ -33,7 +33,7 @@ RG_gray_mod1_allow_trigger = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
custom_tooltip = {
|
custom_tooltip = {
|
||||||
fail_text = requires_rg_graylevel_higherthan_25
|
fail_text = requires_rg_graylevel_higherthan_10
|
||||||
event_target:gray_leader_admiral = {
|
event_target:gray_leader_admiral = {
|
||||||
has_skill >= 10
|
has_skill >= 10
|
||||||
}
|
}
|
||||||
@ -86,13 +86,13 @@ RG_gray_mod2_allow_trigger = {
|
|||||||
}
|
}
|
||||||
OR = {
|
OR = {
|
||||||
custom_tooltip = {
|
custom_tooltip = {
|
||||||
fail_text = requires_rg_graylevel_higherthan_50
|
fail_text = requires_rg_has_tech_juggernaut
|
||||||
has_technology = tech_juggernaut
|
has_technology = tech_juggernaut
|
||||||
}
|
}
|
||||||
custom_tooltip = {
|
custom_tooltip = {
|
||||||
fail_text = requires_rg_graylevel_higherthan_20
|
fail_text = requires_rg_graylevel_higherthan_10
|
||||||
event_target:gray_leader_admiral = {
|
event_target:gray_leader_admiral = {
|
||||||
has_skill >= 20
|
has_skill >= 10
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -121,5 +121,8 @@ RG_gray_mod3_allow_trigger = {
|
|||||||
resource = alloys
|
resource = alloys
|
||||||
value >= 150000
|
value >= 150000
|
||||||
}
|
}
|
||||||
has_technology = tech_juggernaut
|
custom_tooltip = {
|
||||||
|
fail_text = requires_rg_has_tech_juggernaut
|
||||||
|
has_technology = tech_juggernaut
|
||||||
|
}
|
||||||
}
|
}
|
@ -460,9 +460,9 @@
|
|||||||
RG_AUTOCONST_HANGER:0 "自动工程子个体"
|
RG_AUTOCONST_HANGER:0 "自动工程子个体"
|
||||||
RG_AUTOCONST_HANGER_desc:0 "预载的工蜂工程舰可以在星系调查完成后自动建造恒星基地。"
|
RG_AUTOCONST_HANGER_desc:0 "预载的工蜂工程舰可以在星系调查完成后自动建造恒星基地。"
|
||||||
RG_const_country:0 "$NAME_Gray$-自动工程队"
|
RG_const_country:0 "$NAME_Gray$-自动工程队"
|
||||||
requires_rg_graylevel_higherthan_25:0 "§Y$NAME_Gray$必须达到10级§!"
|
requires_rg_graylevel_higherthan_10:0 "§Y$NAME_Gray$必须达到10级§!"
|
||||||
requires_rg_graylevel_higherthan_20:0 "§Y$NAME_Gray$必须达到20级§!"
|
requires_rg_graylevel_higherthan_20:0 "§Y$NAME_Gray$必须达到20级§!"
|
||||||
requires_rg_graylevel_higherthan_50:0 "§Y需要前置科技:§!$tech_juggernaut$"
|
requires_rg_has_tech_juggernaut:0 "§Y需要前置科技:§!$tech_juggernaut$"
|
||||||
rg_nothing:0 ""
|
rg_nothing:0 ""
|
||||||
rg_nothing_desc:0 ""
|
rg_nothing_desc:0 ""
|
||||||
|
|
||||||
|
@ -23,6 +23,15 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "D:/SteamLibrary/steamapps/workshop/content/281990/2293827000"
|
"path": "D:/SteamLibrary/steamapps/workshop/content/281990/2293827000"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "../遥远故事纳米居住站"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "../wsk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "D:/SteamLibrary/steamapps/workshop/content/281990/3193493385"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user