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-29 15:04:56 -04:00
|
|
|
[ext_resource type="Texture2D" path="res://items/icons/equipment/64_rod_base_thick.png" id="2_icon"]
|
2026-07-25 20:12:29 -04:00
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
|
script = ExtResource("1_script")
|
|
|
|
|
item_id = &"basic_fishing_rod"
|
2026-07-26 23:20:51 -04:00
|
|
|
display_name = "basic fishing rod"
|
|
|
|
|
description = "a dependable starter rod. select it to cast."
|
2026-07-25 20:12:29 -04:00
|
|
|
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
|