14 lines
475 B
Text
14 lines
475 B
Text
[gd_resource type="Resource" script_class="Item" load_steps=3 format=3 uid="uid://dcu7danm4lucy"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dbwvej0c5bl52" path="res://sprites/ship mk1.png" id="1_eqmv1"]
|
|
[ext_resource type="Script" path="res://scripts/item.gd" id="1_xq0fp"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_xq0fp")
|
|
name = "HullMk2"
|
|
description = "Upgraded version of standart hull."
|
|
min_price = 200.0
|
|
max_price = 300.0
|
|
weight = 0.0
|
|
icon = ExtResource("1_eqmv1")
|
|
type = 2
|