12 lines
306 B
Text
12 lines
306 B
Text
[gd_resource type="Resource" script_class="Item" load_steps=2 format=3 uid="uid://16xqvcrmuga6"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/item.gd" id="1_wdaj0"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_wdaj0")
|
|
name = "Energy Cell"
|
|
description = ""
|
|
min_price = 1.0
|
|
max_price = 20.0
|
|
weight = 1.0
|
|
type = 0
|