Add expanded fishing gear and presentation

This commit is contained in:
Alexander Sellite 2026-08-08 22:39:50 -04:00
parent 551db3ccc6
commit 72d3a303f5
29 changed files with 783 additions and 86 deletions

View file

@ -0,0 +1,16 @@
[gd_resource type="Resource" script_class="ItemData" load_steps=2 format=3]
[ext_resource type="Script" path="res://items/item_data.gd" id="1_item"]
[resource]
script = ExtResource("1_item")
item_id = &"the_standby"
display_name = "The Standby"
description = "holds a bite until you're ready to start the fight."
category = 7
lure_effects = Array[StringName]([&"deferred_fight"])
stackable = false
max_stack = 1
usable = false
equippable = true
hotbar_allowed = false