17 lines
560 B
Text
17 lines
560 B
Text
[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/consumables/64_consumable_fishfinder.png" id="2"]
|
|
|
|
[resource]
|
|
script = ExtResource("1")
|
|
item_id = &"fish_finder"
|
|
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
|