mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-10 12:02:54 +08:00
feat(物品系统): 新增灵魂物品类型及相关功能
- 在ItemStore.gd中添加SOUL物品类型及其映射 - 在EntityBase.gd中为物品栏添加SOUL类型及其上限 - 新增灵魂物品的SVG图标及导入配置 - 为角色(KukeMC, Bear, Chick)添加灵魂掉落配置 - 在武器卡片界面添加灵魂提炼和镶嵌按钮
This commit is contained in:
@@ -143,6 +143,8 @@ alpha_curve = SubResource("CurveTexture_8q862")
|
||||
[node name="Bear" instance=ExtResource("1_3ves7")]
|
||||
script = ExtResource("2_kh2af")
|
||||
displayName = "熊谷凌"
|
||||
drops = Array[int]([0, 1, 4])
|
||||
dropCounts = Array[Vector2]([Vector2(50, 100), Vector2(70, 140), Vector2(4, 10)])
|
||||
metadata/_edit_vertical_guides_ = [-50.0]
|
||||
|
||||
[node name="attack0" parent="sounds" index="5"]
|
||||
|
||||
Reference in New Issue
Block a user