mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-06 10:12:12 +08:00
feat(物品系统): 新增灵魂物品类型及相关功能
- 在ItemStore.gd中添加SOUL物品类型及其映射 - 在EntityBase.gd中为物品栏添加SOUL类型及其上限 - 新增灵魂物品的SVG图标及导入配置 - 为角色(KukeMC, Bear, Chick)添加灵魂掉落配置 - 在武器卡片界面添加灵魂提炼和镶嵌按钮
This commit is contained in:
@@ -29,6 +29,8 @@ size = Vector2(150, 150)
|
||||
[node name="KukeMC" instance=ExtResource("1_r4q7y")]
|
||||
script = ExtResource("2_s2dg5")
|
||||
displayName = "酷可mc"
|
||||
drops = Array[int]([0, 1, 4])
|
||||
dropCounts = Array[Vector2]([Vector2(20, 40), Vector2(25, 100), Vector2(2, 3)])
|
||||
metadata/_edit_vertical_guides_ = [76.0]
|
||||
|
||||
[node name="collect" parent="sounds" index="4"]
|
||||
|
||||
Reference in New Issue
Block a user