Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / World / Default / Zones / Zone3_Tier2 / Cave / Klops / Main / Main_003.node.json

Main_003.node

Server/World/Default/Zones/Zone3_Tier2/Cave/Klops/Main/Main_003.node.json, 883 B

Fields

FieldType
Namestring
Childrenarray[3]
Maskobject
Typestring
Prioritynumber
Prefabarray[1]

Source

{
	"Name": "Main_003",
	
	"Children": [
	
		// Elevator
		
		//Bedroom
		{
			"Node": ["Klops.Stairs.Stairs_bedroom.Down_001", "Klops.Stairs.Stairs_bedroom.Down_002", "Klops.Stairs.Stairs_bedroom.Down_003", "Klops.Stairs.Stairs_bedroom.Down_004", "Klops.Stairs.Stairs_bedroom.Down_005", "Klops.Stairs.Stairs_bedroom.Down_006"],
			"Weights": [20, 20, 20, 20, 20, 20],
			"Offset": [-9, 2, -19], 
			"Rotation": 0,
			"Chance": 1
		},
		//Up
		{
			"Node": ["Klops.Stairs.Stairs_bathroom.Up_001"],
			"Weights": [100],
			"Offset": [0, 0, -2], 
			"Rotation": 270,
			"Chance": 1
		},
		//Cellar
		{
			"Node": ["Klops.Cellar.Cellar_001"],
			"Weights": [100],
			"Offset": [-4, 0, 1], 
			"Rotation": 0,
			"Chance": 1
		}
	],
	
  "Mask": {
    "File": "Zones.Zone3_Tier2.Cave.Klops.Mask"
  },
	
	"Type": "PREFAB",
	
	"Priority": 1,
	
	"Prefab": [
		"Cave.Klops.Basalt.Main_3.*"
	]
}