2026-07-25 22:15:39 -04:00
|
|
|
[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"]
|
2026-07-25 22:15:39 -04:00
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
|
script = ExtResource("1")
|
|
|
|
|
item_id = &"fish_finder"
|
2026-07-26 23:20:51 -04:00
|
|
|
display_name = "fish finder"
|
2026-08-08 22:39:50 -04:00
|
|
|
description = "uses one battery to temporarily shorten bite waits and improve rarity weights."
|
|
|
|
|
category = 1
|
2026-07-25 22:15:39 -04:00
|
|
|
icon = ExtResource("2")
|
2026-08-08 22:39:50 -04:00
|
|
|
stackable = false
|
|
|
|
|
max_stack = 1
|
2026-07-25 22:15:39 -04:00
|
|
|
usable = true
|
2026-08-08 22:39:50 -04:00
|
|
|
equippable = true
|
2026-07-25 22:15:39 -04:00
|
|
|
hotbar_allowed = true
|