15 lines
521 B
Plaintext
15 lines
521 B
Plaintext
[gd_resource type="Resource" script_class="StorageDefinition" load_steps=2 format=3]
|
|
|
|
[ext_resource type="Script" path="res://simulation/definitions/StorageDefinition.gd" id="1"]
|
|
|
|
[resource]
|
|
script = ExtResource("1")
|
|
storage_id = &"village_woodpile"
|
|
display_name = "Village Woodpile"
|
|
capacity = 100.0
|
|
accepted_item_tag_ids = Array[StringName]([&"item.wood"])
|
|
capability_tag_ids = Array[StringName]([&"storage.village"])
|
|
routing_priority = 100
|
|
deposit_action_id = &"deposit_wood"
|
|
presentation_cue_id = &"storage.woodpile"
|