feat: route resources through typed content
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[gd_resource type="Resource" script_class="ItemDefinition" load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://simulation/definitions/ItemDefinition.gd" id="1"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1")
|
||||
item_id = &"herb"
|
||||
display_name = "Medicinal Herb"
|
||||
category = &"resource"
|
||||
capability_tag_ids = Array[StringName]([&"item.medicine"])
|
||||
presentation_cue_id = &"item.herbs"
|
||||
Reference in New Issue
Block a user