12 lines
384 B
Text
12 lines
384 B
Text
[gd_resource type="Resource" script_class="Item" load_steps=2 format=3 uid="uid://bh1thpb5padtm"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/item.gd" id="1_abxbi"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_abxbi")
|
|
name = "Single Laser Mk.I"
|
|
description = "This one looks nice. Definitely not that deadly as it was advertised."
|
|
min_price = 50.0
|
|
max_price = 100.0
|
|
weight = 0.0
|
|
type = 1
|