19 lines
563 B
Plaintext
19 lines
563 B
Plaintext
[gd_resource type="Resource" script_class="ResourceDefinition" load_steps=2 format=3]
|
|
|
|
[ext_resource type="Script" path="res://simulation/definitions/ResourceDefinition.gd" id="1"]
|
|
|
|
[resource]
|
|
script = ExtResource("1")
|
|
resource_id = &"resource_tree"
|
|
display_name = "Tree"
|
|
item_id = &"wood"
|
|
extraction_action_id = &"gather_wood"
|
|
capability_tag_ids = Array[StringName]([&"resource.harvestable"])
|
|
presentation_cue_id = &"resource.tree"
|
|
initial_amount = 12.0
|
|
yield_per_action = 3.0
|
|
max_amount = 12.0
|
|
safety_risk = 0.1
|
|
comfort_distance = 20.0
|
|
discovery_priority = 1.0
|