14 lines
492 B
Text
14 lines
492 B
Text
[gd_resource type="Resource" script_class="Item" load_steps=3 format=3 uid="uid://14rkvp6cksg5"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dbwvej0c5bl52" path="res://sprites/ship mk1.png" id="1_5dwb0"]
|
|
[ext_resource type="Script" path="res://scripts/item.gd" id="1_e4j4a"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_e4j4a")
|
|
name = "StarterHull"
|
|
description = "The very basic hull, even YOU could afford that."
|
|
min_price = 200.0
|
|
max_price = 250.0
|
|
weight = 0.0
|
|
icon = ExtResource("1_5dwb0")
|
|
type = 2
|