2026-07-25 21:24:01 -04:00
|
|
|
[gd_resource type="Resource" script_class="ItemData" load_steps=3 format=3]
|
2026-07-25 20:12:29 -04:00
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://items/item_data.gd" id="1_script"]
|
2026-07-25 21:24:01 -04:00
|
|
|
[ext_resource type="Texture2D" path="res://items/icons/placeholder/basic_fishing_rod.svg" id="2_icon"]
|
2026-07-25 20:12:29 -04:00
|
|
|
|
|
|
|
|
[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
|
2026-07-25 21:24:01 -04:00
|
|
|
icon = ExtResource("2_icon")
|
2026-07-25 20:12:29 -04:00
|
|
|
stackable = false
|
|
|
|
|
max_stack = 1
|
|
|
|
|
usable = true
|
|
|
|
|
equippable = true
|
|
|
|
|
hotbar_allowed = true
|