Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / World / Default / Zones / Zone3_Tier1 / Cave / Klops / Main / Main_002.node.json

Main_002.node

Server/World/Default/Zones/Zone3_Tier1/Cave/Klops/Main/Main_002.node.json, 894 B

Fields

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

Source

{
	"Name": "Main_002",
	
	"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": [4, 2, -15], 
			"Rotation": 270,
			"Chance": 1
		},
		//Bathroom
		{
			"Node": ["Klops.Stairs.Stairs_bathroom.Up_001"],
			"Weights": [100],
			"Offset": [-9, 0, -5], 
			"Rotation": 90,
			"Chance": 1
		},
		//Cellar
		{
			"Node": ["Klops.Cellar.Cellar_001"],
			"Weights": [100],
			"Offset": [4, 2, -11], 
			"Rotation": 90,
			"Chance": 1
		}
	],
	
	
  "Mask": {
    "File": "Zones.Zone3_Tier1.Cave.Klops.Mask"
  },
	
	"Type": "PREFAB",
	
	"Priority": 1,
	
	"Prefab": [
		"Cave.Klops.Basalt.Main_2.*"
	]
}