netfishing/items/catalog/coffee.tres

17 lines
480 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"]
[ext_resource type="Texture2D" path="res://items/icons/placeholder/coffee.svg" id="2"]
[resource]
script = ExtResource("1")
item_id = &"coffee"
display_name = "Coffee"
description = "Temporarily increases ground movement speed."
category = 3
icon = ExtResource("2")
stackable = true
max_stack = 99
usable = true
hotbar_allowed = true