22 lines
803 B
Plaintext
22 lines
803 B
Plaintext
[gd_resource type="Resource" script_class="Structure" load_steps=3 format=3 uid="uid://cntgl86ianngh"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cnycdi6t5tj01" path="res://models/building-small-a.glb" id="1_v5apy"]
|
|
[ext_resource type="Script" uid="uid://uxn26t1x4ehr" path="res://scripts/structure.gd" id="2_q3i1h"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_q3i1h")
|
|
title = "Small Residential"
|
|
type = 1
|
|
price = 50
|
|
size_category = 0
|
|
model = ExtResource("1_v5apy")
|
|
population_count = 1
|
|
kW_usage = 1.0
|
|
kW_production = 0.0
|
|
selector_scale = 2.8
|
|
thumbnail = "res://sprites/updated/building-small-a.png"
|
|
icon = "res://sprites/updated/icon/building-small-a_icon.png"
|
|
unlocked = false
|
|
spawn_builder = true
|
|
description = "A small residential building that can house 1 person. Perfect for getting your city started!"
|