Refine shop, online sessions, and player feedback

This commit is contained in:
Alexander Sellite 2026-08-11 16:35:33 -04:00
parent 2ffcbf51ac
commit c038eeadea
47 changed files with 1208 additions and 189 deletions

View file

@ -1,14 +1,16 @@
[gd_resource type="Resource" script_class="ItemData" load_steps=2 format=3]
[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/bait/64_bait_minnow.png" id="2_icon"]
[resource]
script = ExtResource("1")
item_id = &"whole_sardine"
display_name = "minnow"
description = "valuable live bait tuned for exceptional catches."
description = "small live bait with high rare catch potential."
icon = ExtResource("2_icon")
category = 2
bait_tags = Array[StringName]([&"bait_rarity_5"])
bait_tags = Array[StringName]([&"bait_rarity_4"])
stackable = true
max_stack = 10
hotbar_allowed = false