Add shop supplies and rebalance early economy

This commit is contained in:
Alexander Sellite 2026-07-25 22:15:39 -04:00
parent 6386c5e3e3
commit 6a5923fdb8
41 changed files with 1159 additions and 52 deletions

View file

@ -0,0 +1,16 @@
[gd_resource type="Resource" script_class="ItemData" load_steps=3 format=3]
[ext_resource type="Script" path="res://items/item_data.gd" id="1"]
[ext_resource type="Texture2D" path="res://items/icons/placeholder/fish_finder.svg" id="2"]
[resource]
script = ExtResource("1")
item_id = &"fish_finder"
display_name = "Fish Finder"
description = "Temporarily shortens bite waits and improves rarity weights."
category = 3
icon = ExtResource("2")
stackable = true
max_stack = 99
usable = true
hotbar_allowed = true