Expand bait progression and retune fishing

This commit is contained in:
Alexander Sellite 2026-08-08 00:34:06 -04:00
parent 2f30691808
commit 2a5e0a8f26
21 changed files with 555 additions and 80 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_worms.png" id="2_icon"]
[resource]
script = ExtResource("1")
item_id = &"worms"
display_name = "worms"
description = "common bait. fills your tacklebox at the fishing shop."
description = "basic bait that opens a small chance for rarer catches."
icon = ExtResource("2_icon")
category = 2
bait_tags = Array[StringName]([&"worm"])
bait_tags = Array[StringName]([&"worm", &"bait_rarity_0"])
stackable = true
max_stack = 10
hotbar_allowed = false