netfishing/items/catalog/fish_finder.tres

18 lines
560 B
Text
Raw Normal View History

[gd_resource type="Resource" script_class="ItemData" load_steps=3 format=3]
[ext_resource type="Script" path="res://items/item_data.gd" id="1"]
2026-07-31 16:51:18 -04:00
[ext_resource type="Texture2D" path="res://items/icons/consumables/64_consumable_fishfinder.png" id="2"]
[resource]
script = ExtResource("1")
item_id = &"fish_finder"
2026-07-26 23:20:51 -04:00
display_name = "fish finder"
description = "uses one battery to temporarily shorten bite waits and improve rarity weights."
category = 1
icon = ExtResource("2")
stackable = false
max_stack = 1
usable = true
equippable = true
hotbar_allowed = true