Files
gamedev-the-steward/simulation/definitions/actions/feed_animal.tres
T
2026-07-30 23:03:15 +02:00

14 lines
421 B
Plaintext

[gd_resource type="Resource" script_class="ActionDefinition" load_steps=2 format=3]
[ext_resource type="Script" path="res://simulation/definitions/ActionDefinition.gd" id="1"]
[resource]
script = ExtResource("1")
action_id = &"feed_animal"
display_name = "Feed animal"
default_duration = 2.0
preferred_profession_id = &"farmer"
target_type = &"animal"
completion_cost_resource_id = &"food"
completion_cost_amount = 1.0