1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-30 07:12:29 +08:00

fix(武器): 修正武器计数计算逻辑并调整彩虹糖属性

调整多个武器的count计算方式,移除soulLevel-1的减一操作
修改RainbowCandy的fieldValues和quality值
调整EntityBase中MAX_HEALTH的计算公式
This commit is contained in:
2025-11-16 07:25:38 +08:00
parent a846a4065f
commit 3b6ee5596d
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -6,9 +6,10 @@
[node name="RainbowCandy" instance=ExtResource("1_2x0kp")]
avatarTexture = ExtResource("2_xhiuj")
displayName = "彩虹糖"
quality = 3
topic = 4
fields = Array[int]([1, 5, 6, 13, 7, 3])
fieldValues = Array[float]([0.2, 0.25, 0.05, 2.0, 10.0, -0.4])
fieldValues = Array[float]([0.2, 0.25, 0.05, 1.0, 15.0, -0.5])
costs = Array[int]([0, 3])
costCounts = Array[int]([700, 100])
@@ -17,5 +18,4 @@ texture = ExtResource("2_xhiuj")
[node name="name" parent="container/info" index="1"]
displayName = "彩虹糖"
quality = 3
topic = 4