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

fix: 调整角色掉落物品数量范围

修改小鸡、酷可mc和熊谷凌角色的掉落物品数量范围,平衡游戏难度
This commit is contained in:
2025-09-20 17:56:51 +08:00
parent e2d29599ed
commit d884e049a6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ script = ExtResource("2_r6bub")
isBoss = true
displayName = "小鸡"
drops = Array[int]([0, 1, 4])
dropCounts = Array[Vector2]([Vector2(10, 30), Vector2(15, 50), Vector2(1, 3)])
dropCounts = Array[Vector2]([Vector2(10, 30), Vector2(15, 50), Vector2(1, 2)])
appleCount = Vector2i(2, 4)
[node name="hurt" parent="sounds" index="3"]