Scale coastal crab spawning by habitat
This commit is contained in:
parent
d8bf59bca0
commit
0158b0215f
9 changed files with 261 additions and 59 deletions
|
|
@ -10,5 +10,8 @@ catch_data = ExtResource("2_catch")
|
|||
required_tool_id = &"crab_net"
|
||||
surface_materials = Array[StringName]([&"sand"])
|
||||
minimum_surface_y = -0.8
|
||||
surface_water_relation = 2
|
||||
population = 4
|
||||
surface_population_per_100_square_meters = 0.4
|
||||
maximum_surface_population = 16
|
||||
sprite_pixel_size = 0.0005
|
||||
|
|
|
|||
|
|
@ -10,7 +10,10 @@ catch_data = ExtResource("2_catch")
|
|||
required_tool_id = &"crab_net"
|
||||
surface_materials = Array[StringName]([&"sand"])
|
||||
minimum_surface_y = -0.44
|
||||
surface_water_relation = 1
|
||||
population = 2
|
||||
surface_population_per_100_square_meters = 0.15
|
||||
maximum_surface_population = 24
|
||||
movement_speed = 0.35
|
||||
roam_radius = 3.5
|
||||
scare_radius = 2.8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue