16 lines
536 B
Plaintext
16 lines
536 B
Plaintext
|
[gd_resource type="Resource" script_class="Town" load_steps=3 format=3 uid="uid://fr2sgjoprkgb"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://src/lib/town.gd" id="1_l2yn4"]
|
||
|
[ext_resource type="Resource" uid="uid://clvys3lr00hgd" path="res://data/towns/salmonmound.tres" id="2_qqgee"]
|
||
|
|
||
|
[resource]
|
||
|
script = ExtResource("1_l2yn4")
|
||
|
name = "Goldthorn"
|
||
|
size = 0
|
||
|
status = 0
|
||
|
workshops = 0
|
||
|
neighboring_towns = Array[ExtResource("1_l2yn4")]([ExtResource("2_qqgee")])
|
||
|
has_dimension_gate = false
|
||
|
has_water = true
|
||
|
possible_npcs = Array[PackedScene]([])
|