14 lines
470 B
Text
14 lines
470 B
Text
[gd_resource type="Resource" script_class="Item" load_steps=3 format=3 uid="uid://dlnl6w416qylo"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dlh6eyywjrsk4" path="res://sprites/items_icons/raw_materials.png" id="1_an4j4"]
|
|
[ext_resource type="Script" path="res://scripts/Classes/item.gd" id="1_l7wcw"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_l7wcw")
|
|
name = "Raw Materials"
|
|
description = ""
|
|
min_price = 10.0
|
|
max_price = 50.0
|
|
weight = 5.0
|
|
icon = ExtResource("1_an4j4")
|
|
type = 0
|