mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-03 09:51:53 +08:00
feat(角色): 为动物角色添加掉落物品配置
为猫、狗和母鸡角色添加或修改掉落物品的配置,包括物品ID和掉落数量范围
This commit is contained in:
@@ -37,6 +37,8 @@ radius = 19.026299
|
||||
[node name="Cat" instance=ExtResource("1_hw4g4")]
|
||||
script = ExtResource("2_uo67a")
|
||||
displayName = "猫"
|
||||
drops = Array[int]([0])
|
||||
dropCounts = Array[Vector2]([Vector2(8, 16)])
|
||||
hurtAudioRate = 0.1
|
||||
|
||||
[node name="hurt" parent="sounds" index="3"]
|
||||
|
||||
@@ -38,6 +38,8 @@ radius = 27.018513
|
||||
[node name="Dog" instance=ExtResource("1_cbgnh")]
|
||||
script = ExtResource("2_pb36u")
|
||||
displayName = "哈士奇"
|
||||
drops = Array[int]([3])
|
||||
dropCounts = Array[Vector2]([Vector2(1, 3)])
|
||||
hurtAudioRate = 0.1
|
||||
|
||||
[node name="hurt" parent="sounds" index="3"]
|
||||
|
||||
@@ -27,8 +27,8 @@ radius = 19.026299
|
||||
[node name="Hen" instance=ExtResource("1_twxai")]
|
||||
script = ExtResource("2_8u5a0")
|
||||
displayName = "母鸡"
|
||||
drops = Array[int]([0, 1])
|
||||
dropCounts = Array[Vector2]([Vector2(6, 12), Vector2(4, 8)])
|
||||
drops = Array[int]([1])
|
||||
dropCounts = Array[Vector2]([Vector2(4, 8)])
|
||||
hurtAudioRate = 0.1
|
||||
|
||||
[node name="hurt" parent="sounds" index="3"]
|
||||
|
||||
Reference in New Issue
Block a user