diff --git a/common/defines/rg_defines.txt b/common/defines/rg_defines.txt index 6a7f204..b73d2bf 100644 --- a/common/defines/rg_defines.txt +++ b/common/defines/rg_defines.txt @@ -1,3 +1,3 @@ -NGameplay = { - GOVERNMENT_CIVIC_POINTS_BASE = 3 # Base amount of civic points (to "pay" for government civic costs) -} \ No newline at end of file +# NGameplay = { +# GOVERNMENT_CIVIC_POINTS_BASE = 3 # Base amount of civic points (to "pay" for government civic costs) +# } \ No newline at end of file diff --git a/common/scripted_triggers/rg_leader_scripted_triggers.txt b/common/scripted_triggers/rg_leader_scripted_triggers.txt index 7d42f70..e6a3566 100644 --- a/common/scripted_triggers/rg_leader_scripted_triggers.txt +++ b/common/scripted_triggers/rg_leader_scripted_triggers.txt @@ -33,7 +33,7 @@ RG_gray_mod1_allow_trigger = { } } custom_tooltip = { - fail_text = requires_rg_graylevel_higherthan_25 + fail_text = requires_rg_graylevel_higherthan_10 event_target:gray_leader_admiral = { has_skill >= 10 } @@ -86,13 +86,13 @@ RG_gray_mod2_allow_trigger = { } OR = { custom_tooltip = { - fail_text = requires_rg_graylevel_higherthan_50 + fail_text = requires_rg_has_tech_juggernaut has_technology = tech_juggernaut } custom_tooltip = { - fail_text = requires_rg_graylevel_higherthan_20 + fail_text = requires_rg_graylevel_higherthan_10 event_target:gray_leader_admiral = { - has_skill >= 20 + has_skill >= 10 } } } @@ -121,5 +121,8 @@ RG_gray_mod3_allow_trigger = { resource = alloys value >= 150000 } - has_technology = tech_juggernaut + custom_tooltip = { + fail_text = requires_rg_has_tech_juggernaut + has_technology = tech_juggernaut + } } \ No newline at end of file diff --git a/localisation/simp_chinese/RG_l_simp_chinese.yml b/localisation/simp_chinese/RG_l_simp_chinese.yml index 5a88fe6..73365bd 100644 --- a/localisation/simp_chinese/RG_l_simp_chinese.yml +++ b/localisation/simp_chinese/RG_l_simp_chinese.yml @@ -460,9 +460,9 @@ RG_AUTOCONST_HANGER:0 "自动工程子个体" RG_AUTOCONST_HANGER_desc:0 "预载的工蜂工程舰可以在星系调查完成后自动建造恒星基地。" 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_50:0 "§Y需要前置科技:§!$tech_juggernaut$" + requires_rg_has_tech_juggernaut:0 "§Y需要前置科技:§!$tech_juggernaut$" rg_nothing:0 "" rg_nothing_desc:0 "" diff --git a/realgray-stellaris-mod.code-workspace b/realgray-stellaris-mod.code-workspace index 81fb81e..72ff3c9 100644 --- a/realgray-stellaris-mod.code-workspace +++ b/realgray-stellaris-mod.code-workspace @@ -23,6 +23,15 @@ }, { "path": "D:/SteamLibrary/steamapps/workshop/content/281990/2293827000" + }, + { + "path": "../遥远故事纳米居住站" + }, + { + "path": "../wsk" + }, + { + "path": "D:/SteamLibrary/steamapps/workshop/content/281990/3193493385" } ] } \ No newline at end of file