netfishing/items/catalog/basic_fishing_rod.tres

18 lines
555 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_script"]
[ext_resource type="Texture2D" path="res://items/icons/placeholder/basic_fishing_rod.svg" id="2_icon"]
[resource]
script = ExtResource("1_script")
item_id = &"basic_fishing_rod"
display_name = "Basic Fishing Rod"
description = "A dependable starter rod. Select it to cast."
category = 0
icon = ExtResource("2_icon")
stackable = false
max_stack = 1
usable = true
equippable = true
hotbar_allowed = true