1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00

refactor(Debug): 清理调试组件并调整饲料配置

删除未使用的调试场景文件
简化FeedFilter组件配置
调整草莓和幸运签语饼的数值配置
This commit is contained in:
2025-09-30 19:06:18 +08:00
parent f2d11a495f
commit 46a22307d6
6 changed files with 7 additions and 27 deletions
+2 -5
View File
@@ -1,11 +1,8 @@
[gd_scene load_steps=2 format=3 uid="uid://feedfiltercombined"]
[gd_scene load_steps=2 format=3 uid="uid://hkxs56a5rcvv"]
[ext_resource type="Script" path="res://scripts/Debug/FeedFilter.gd" id="1_feedfilter"]
[node name="FeedFilter" type="HBoxContainer"]
theme_override_constants/separation = 0
script = ExtResource("1_feedfilter")
targetFields = Array[int]([])
targetTopics = Array[int]([])
composeMode = 0
clickToRefresh = false
targetFields = Array[int]([14])
-9
View File
@@ -1,9 +0,0 @@
[gd_scene load_steps=2 format=3 uid="uid://clm14a8gnikte"]
[ext_resource type="Script" path="res://scripts/Debug/FeedHasField.gd" id="1_7leag"]
[node name="FeedHasField" type="HBoxContainer"]
theme_override_constants/separation = 0
script = ExtResource("1_7leag")
targetFields = Array[int]([25])
composeMode = 1
-9
View File
@@ -1,9 +0,0 @@
[gd_scene load_steps=2 format=3 uid="uid://5fbadcha65g4"]
[ext_resource type="Script" path="res://scripts/Debug/FeedIsTopic.gd" id="1_2hikw"]
[node name="Debug" type="HBoxContainer"]
theme_override_constants/separation = 0
script = ExtResource("1_2hikw")
targetTopics = Array[int]([2])
clickToRefresh = true
+3 -2
View File
@@ -8,8 +8,8 @@ avatarTexture = ExtResource("2_or0st")
displayName = "幸运签语饼"
quality = 2
topic = 5
fields = Array[int]([14, 4, 6, 18])
fieldValues = Array[float]([0.02, 0.03, 0.04, 2.0])
fields = Array[int]([18])
fieldValues = Array[float]([2.0])
costs = Array[int]([0, 1])
costCounts = Array[int]([400, 375])
@@ -19,3 +19,4 @@ texture = ExtResource("2_or0st")
[node name="name" parent="container/info" index="1"]
displayName = "幸运签语饼"
quality = 2
topic = 5
+1 -1
View File
@@ -8,7 +8,7 @@ avatarTexture = ExtResource("2_82amy")
displayName = "草莓"
quality = 3
fields = Array[int]([14])
fieldValues = Array[float]([0.1])
fieldValues = Array[float]([0.04])
costs = Array[int]([1])
costCounts = Array[int]([400])
+1 -1
View File
@@ -67,4 +67,4 @@ func checkTopicCondition(feed: Feed) -> bool:
passed = haveThis
if passed:
break
return passed
return passed