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

fix: 调整苹果数量,确保掉落数量符合设计要求

This commit is contained in:
2025-08-27 20:49:00 +08:00
parent 87fe5803f4
commit c11738c71e
+2 -1
View File
@@ -33,10 +33,11 @@ animations = [{
[node name="Chick" instance=ExtResource("1_goqmy")]
script = ExtResource("2_r6bub")
cooldownUnit = 3000.0
isBoss = true
displayName = "小鸡"
drops = Array[int]([0, 1])
dropCounts = Array[Vector2]([Vector2(10, 30), Vector2(15, 50)])
appleCount = Vector2i(2, 6)
appleCount = Vector2i(2, 4)
energy = 1000.0
[node name="hurt" parent="sounds" index="3"]