Files

13 lines
552 B
Plaintext
Raw Permalink Normal View History

2025-05-20 19:48:49 +02:00
[gd_resource type="Resource" script_class="ItemResource" load_steps=3 format=3 uid="uid://c5yg3lx756v4v"]
2025-03-25 19:39:00 +01:00
[ext_resource type="Script" uid="uid://cbskymrxs6ksu" path="res://scripts/CSharp/Common/Inventory/ItemResource.cs" id="1_06nef"]
2025-05-20 19:48:49 +02:00
[ext_resource type="Texture2D" uid="uid://cfxibry711o16" path="res://art/ui/UI/icons/icon-scythe.png" id="1_jd58x"]
2025-03-25 19:39:00 +01:00
[resource]
script = ExtResource("1_06nef")
2025-05-20 19:48:49 +02:00
name = "Hoe"
2025-03-25 19:39:00 +01:00
color = Color(0.751421, 0.329615, 0.570911, 1)
2025-05-20 19:48:49 +02:00
icon = ExtResource("1_jd58x")
2025-04-17 03:24:31 +02:00
maxStack = 1
2025-03-25 19:39:00 +01:00
metadata/_custom_type_script = "uid://cbskymrxs6ksu"