13 lines
498 B
Text
13 lines
498 B
Text
[gd_resource type="Resource" script_class="GatherableData" load_steps=3 format=3]
|
|
|
|
[ext_resource type="Script" path="res://gathering/gatherable_data.gd" id="1_data"]
|
|
[ext_resource type="Resource" path="res://fish/species/crab_dungeness/crab_dungeness.tres" id="2_catch"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_data")
|
|
type_id = &"crab_dungeness"
|
|
catch_data = ExtResource("2_catch")
|
|
required_tool_id = &"crab_net"
|
|
surface_materials = Array[StringName]([&"sand"])
|
|
minimum_surface_y = -0.5
|
|
population = 4
|