feat: expand seasonal creature collection

This commit is contained in:
Alexander Sellite 2026-08-18 21:20:02 -04:00
parent 925bbb79e5
commit 95c6b8b053
415 changed files with 1688 additions and 389 deletions

View file

@ -129,6 +129,10 @@ static func is_passive_supply(item_id: StringName) -> bool:
return item_id == BATTERIES_ID
static func is_gathering_tool(item_id: StringName) -> bool:
return item_id == CRAB_NET_ID or item_id == STANDARD_SHOVEL_ID
static func get_purchase_cost(
item_id: StringName,
quantity: int,