Expand fish catalog and add bait system

This commit is contained in:
Alexander Sellite 2026-08-06 01:00:52 -04:00
parent 43f57e56a0
commit 954042fd1d
134 changed files with 3134 additions and 127 deletions

14
items/catalog/worms.tres Normal file
View file

@ -0,0 +1,14 @@
[gd_resource type="Resource" script_class="ItemData" load_steps=2 format=3]
[ext_resource type="Script" path="res://items/item_data.gd" id="1"]
[resource]
script = ExtResource("1")
item_id = &"worms"
display_name = "worms"
description = "common bait. fills your tacklebox at the fishing shop."
category = 2
bait_tags = Array[StringName]([&"worm"])
stackable = true
max_stack = 10
hotbar_allowed = false