Add networked crab gathering prototype
This commit is contained in:
parent
f55663c105
commit
a62cce6404
56 changed files with 2692 additions and 56 deletions
13
gathering/catalog/crab_ghost.tres
Normal file
13
gathering/catalog/crab_ghost.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[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_ghost/crab_ghost.tres" id="2_catch"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_data")
|
||||
type_id = &"crab_ghost"
|
||||
catch_data = ExtResource("2_catch")
|
||||
required_tool_id = &"crab_net"
|
||||
surface_materials = Array[StringName]([&"sand"])
|
||||
minimum_surface_y = 0.08
|
||||
population = 4
|
||||
Loading…
Add table
Add a link
Reference in a new issue