1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-29 15:02:29 +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
+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])