14 lines
487 B
Plaintext
14 lines
487 B
Plaintext
[gd_resource type="Resource" script_class="AnimalDefinition" load_steps=2 format=3]
|
|
|
|
[ext_resource type="Script" path="res://simulation/animals/AnimalDefinition.gd" id="1_definition"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_definition")
|
|
animal_definition_id = &"domestic_sheep"
|
|
species_id = &"sheep"
|
|
display_name = "Domestic sheep"
|
|
behavior_id = &"grazer_routine"
|
|
supported_action_ids = Array[StringName]([&"feed_animal"])
|
|
presentation_cue_id = &"animal.domestic_sheep"
|
|
movement_speed = 1.4
|