Anchor beetles to generated tree surfaces
This commit is contained in:
parent
f1c952f5d6
commit
5ed4cccf76
18 changed files with 446 additions and 71 deletions
|
|
@ -73,6 +73,8 @@ func _validate_catalog_statuses() -> void:
|
|||
assert(beetle.catch_data.collection_method == FishData.CollectionMethod.NET)
|
||||
assert(beetle.required_tool_id == &"crab_net")
|
||||
assert(beetle.spawn_anchor_set_id == &"starter_reachable_tree_trunks")
|
||||
assert(is_equal_approx(beetle.spawn_anchor_occupancy_ratio, 0.35))
|
||||
assert(beetle.maximum_anchor_population == 64)
|
||||
assert(beetle.is_stationary_spawn())
|
||||
assert(not beetle.is_stationary_hotspot())
|
||||
assert(not beetle.requires_sneaking)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue