1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-07-04 17:22:13 +08:00

feat(物品系统): 新增饮料物品并优化物品显示逻辑

添加草莓气泡水物品资源及配置
调整阴阳球物品属性数值
优化物品显示逻辑,支持负数消耗显示为绿色
修改物品应用逻辑,允许负消耗直接扣除
This commit is contained in:
2026-04-12 15:43:13 +08:00
parent 5250adc50d
commit 4a7ba8aec6
6 changed files with 82 additions and 16 deletions
+2 -2
View File
@@ -9,9 +9,9 @@ displayName = "阴阳球"
quality = 4
topic = 7
fields = Array[int]([2, 0, 1])
fieldValues = Array[float]([-0.5, -50.0, -0.5])
fieldValues = Array[float]([-0.4, -60.0, -0.7])
costs = Array[int]([2, 4])
costCounts = Array[int]([-2, -1])
costCounts = Array[int]([-3, -1])
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_1ouu0")