最终整理版
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[gd_resource type="Resource" script_class="EntityData" format=3 uid="uid://bnaqbs0np0lkj"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bsjkeucmohr0d" path="res://sources/cell/ItemCell.gd" id="1_n3wkw"]
|
||||
[ext_resource type="Script" uid="uid://mtjk83jdl176" path="res://sources/db/instance/EntityData.gd" id="2_02asj"]
|
||||
[ext_resource type="Resource" uid="uid://dtsaakmisw7n5" path="res://presets/entities/StaticObject.tres" id="2_7ndjh"]
|
||||
[ext_resource type="Script" uid="uid://l20aaqylleqo" path="res://sources/cell/SkillCell.gd" id="4_alqon"]
|
||||
[ext_resource type="AudioStream" uid="uid://cf5twqbe8lmb1" path="res://data/sounds/entities/chest/open.ogg" id="5_chest_open"]
|
||||
[ext_resource type="AudioStream" uid="uid://bq46qh21ja0cq" path="res://data/sounds/entities/chest/close.ogg" id="6_chest_close"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_02asj")
|
||||
_parent = ExtResource("2_7ndjh")
|
||||
_id = 217460284
|
||||
_name = "Chest"
|
||||
_spritePreset = "Chest"
|
||||
_radius = 26
|
||||
_stats = {
|
||||
"level": 1
|
||||
}
|
||||
_equipment = Array[ExtResource("1_n3wkw")]([null, null, null, null, null, null, null, null])
|
||||
_stateSFX = Dictionary[int, AudioStream]({
|
||||
5: ExtResource("5_chest_open"),
|
||||
7: ExtResource("6_chest_close")
|
||||
})
|
||||
Reference in New Issue
Block a user