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

feat(资源): 添加钻石巧克力和猫头鹰角色资源

新增钻石巧克力(Diamond.tscn)和猫头鹰(MTY.tscn)角色资源及相关图片文件
调整猫和狗的掉落物品数量范围
修改EntityBase.gd中物品掉落数量的计算逻辑
This commit is contained in:
2025-12-07 16:39:43 +08:00
parent c246565795
commit 4fc1daae0d
9 changed files with 152 additions and 3 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ radius = 27.018513
script = ExtResource("2_pb36u")
displayName = "哈士奇"
drops = Array[int]([3])
dropCounts = Array[Vector2]([Vector2(1, 3)])
dropCounts = Array[Vector2]([Vector2(1, 1)])
hurtAudioRate = 0.1
[node name="hurt" parent="sounds" index="3"]