mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-26 05:22:29 +08:00
refactor(Characters): 更新公鸡角色的武器配置
将公鸡角色的武器从SevenSoul和LGBT更换为PurpleCrystal和VectorStar,并调整默认波次数据为WAVE_NORMAL
This commit is contained in:
@@ -37,8 +37,8 @@ animations = [{
|
||||
script = ExtResource("2_r6bub")
|
||||
isBoss = true
|
||||
displayName = "小鸡"
|
||||
drops = Array[int]([0, 1, 4])
|
||||
dropCounts = Array[Vector2]([Vector2(10, 30), Vector2(15, 50), Vector2(1, 2)])
|
||||
drops = Array[int]([0, 1])
|
||||
dropCounts = Array[Vector2]([Vector2(10, 30), Vector2(15, 50)])
|
||||
appleCount = Vector2i(2, 4)
|
||||
|
||||
[node name="hurt" parent="sounds" index="3"]
|
||||
|
||||
Reference in New Issue
Block a user