netfishing/items/catalog/crab_net.tres

19 lines
553 B
Text
Raw Normal View History

[gd_resource type="Resource" script_class="ItemData" load_steps=3 format=3]
2026-08-14 22:11:49 -04:00
[ext_resource type="Script" path="res://items/item_data.gd" id="1_item"]
[ext_resource type="Texture2D" path="res://items/icons/equipment/temp_net.png" id="2_icon"]
2026-08-14 22:11:49 -04:00
[resource]
script = ExtResource("1_item")
item_id = &"crab_net"
display_name = "crab net"
description = "a hand net for catching crabs and other small shore animals."
active = true
category = 1
icon = ExtResource("2_icon")
2026-08-14 22:11:49 -04:00
stackable = false
max_stack = 1
usable = false
equippable = true
hotbar_allowed = true