Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / World / Default / Zones / Zone3_Tier3 / Cave / Klops / Main / Main_001.node.json

Main_001.node

Server/World/Default/Zones/Zone3_Tier3/Cave/Klops/Main/Main_001.node.json, 885 B

Fields

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

Source

{
	"Name": "Main_001",
	
	"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": [3, 2, -19], 
			"Rotation": 0,
			"Chance": 1
		},
		//Up
		{
			"Node": ["Klops.Stairs.Stairs_bathroom.Up_001"],
			"Weights": [100],
			"Offset": [-5, 0, -12], 
			"Rotation": 90,
			"Chance": 1
		},
		//Cellar
		{
			"Node": ["Klops.Cellar.Cellar_001"],
			"Weights": [100],
			"Offset": [-6, 0, -14], 
			"Rotation": 270,
			"Chance": 1
		}
	],
	
  "Mask": {
    "File": "Zones.Zone3_Tier1.Cave.Klops.Mask"
  },
	
	"Type": "PREFAB",
	
	"Priority": 1,
	
	"Prefab": [
		"Cave.Klops.Basalt.Main.*"
	]
}