mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-10 12:02:54 +08:00
fix: 调整苹果数量,确保掉落数量符合设计要求
This commit is contained in:
@@ -33,10 +33,11 @@ animations = [{
|
|||||||
[node name="Chick" instance=ExtResource("1_goqmy")]
|
[node name="Chick" instance=ExtResource("1_goqmy")]
|
||||||
script = ExtResource("2_r6bub")
|
script = ExtResource("2_r6bub")
|
||||||
cooldownUnit = 3000.0
|
cooldownUnit = 3000.0
|
||||||
|
isBoss = true
|
||||||
displayName = "小鸡"
|
displayName = "小鸡"
|
||||||
drops = Array[int]([0, 1])
|
drops = Array[int]([0, 1])
|
||||||
dropCounts = Array[Vector2]([Vector2(10, 30), Vector2(15, 50)])
|
dropCounts = Array[Vector2]([Vector2(10, 30), Vector2(15, 50)])
|
||||||
appleCount = Vector2i(2, 6)
|
appleCount = Vector2i(2, 4)
|
||||||
energy = 1000.0
|
energy = 1000.0
|
||||||
|
|
||||||
[node name="hurt" parent="sounds" index="3"]
|
[node name="hurt" parent="sounds" index="3"]
|
||||||
|
|||||||
Reference in New Issue
Block a user