mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 21:05:54 +00:00
Revamped equipment init
This commit is contained in:
parent
5719738be9
commit
2a016fd30c
16 changed files with 76 additions and 81 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("1_os6hh")
|
||||
LevelId = 0
|
||||
MapName = &"Biology Lab"
|
||||
MapDescription = &"Bioresearch goes here"
|
||||
ScenePath = &"uid://6a6tjohypmmb"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("1_g1k8s")
|
||||
LevelId = 5
|
||||
MapName = &"Power plant"
|
||||
MapDescription = &"Nuclear power plant"
|
||||
ScenePath = &"uid://dnpmeebmjgv2t"
|
||||
|
|
|
|||
|
|
@ -1,11 +1,14 @@
|
|||
[gd_resource type="Resource" script_class="MapResource" load_steps=2 format=3 uid="uid://b6per1p85bqpn"]
|
||||
[gd_resource type="Resource" script_class="MapResource" load_steps=3 format=3 uid="uid://b6per1p85bqpn"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://quy4d4tgvqfy" path="res://Scripts/Resources/MapResource.cs" id="1_eeiar"]
|
||||
[ext_resource type="Resource" uid="uid://cn8tu4jct04rp" path="res://Resources/StartData/Pistol_Start.tres" id="1_gbti6"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_eeiar")
|
||||
MapName = null
|
||||
MapDescription = null
|
||||
ScenePath = null
|
||||
WeaponsAllowed = false
|
||||
LevelId = 6
|
||||
MapName = &"Space"
|
||||
MapDescription = &"Space"
|
||||
ScenePath = &"uid://b6per1p85bqpn"
|
||||
WeaponsAllowed = true
|
||||
StartData = ExtResource("1_gbti6")
|
||||
metadata/_custom_type_script = "uid://quy4d4tgvqfy"
|
||||
|
|
|
|||
|
|
@ -1,11 +1,14 @@
|
|||
[gd_resource type="Resource" script_class="MapResource" load_steps=2 format=3 uid="uid://37h0tjja4sns"]
|
||||
[gd_resource type="Resource" script_class="MapResource" load_steps=3 format=3 uid="uid://37h0tjja4sns"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://cn8tu4jct04rp" path="res://Resources/StartData/Pistol_Start.tres" id="1_gmpub"]
|
||||
[ext_resource type="Script" uid="uid://quy4d4tgvqfy" path="res://Scripts/Resources/MapResource.cs" id="1_lgg4g"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_lgg4g")
|
||||
LevelId = 0
|
||||
MapName = &"Rebel Base"
|
||||
MapDescription = &"Based rebels"
|
||||
ScenePath = &"uid://bx31ou6tw3kd1"
|
||||
WeaponsAllowed = false
|
||||
StartData = ExtResource("1_gmpub")
|
||||
metadata/_custom_type_script = "uid://quy4d4tgvqfy"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
script = ExtResource("1_3bwtp")
|
||||
EggIndex = 0
|
||||
StartingEquipment = []
|
||||
RemoveEquipment = []
|
||||
metadata/_custom_type_script = "uid://mja0rk7n2kln"
|
||||
|
||||
[resource]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue