From df77895b22c5615b51a81ac3365d6149f88553e0 Mon Sep 17 00:00:00 2001 From: "ProjectKoi-Kalo\\Kalo" Date: Fri, 20 Sep 2024 20:57:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=81=B0=E5=BA=A6=E9=A2=86?= =?UTF-8?q?=E5=AF=BC=E8=A7=A6=E5=8F=91=E5=99=A8=E6=9D=A1=E4=BB=B6=E5=92=8C?= =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E5=8C=96=E6=96=87=E6=9C=AC=EF=BC=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E8=87=AA=E5=8A=A8=E5=B7=A5=E7=A8=8B=E5=AD=90=E4=B8=AA?= =?UTF-8?q?=E4=BD=93=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/defines/rg_defines.txt | 6 +++--- .../rg_leader_scripted_triggers.txt | 13 ++++++++----- localisation/simp_chinese/RG_l_simp_chinese.yml | 4 ++-- realgray-stellaris-mod.code-workspace | 9 +++++++++ 4 files changed, 22 insertions(+), 10 deletions(-) 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