Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / World / Default / Zones / Zone3_Tier1 / Cave / Klops / Entry.node.json

Entry.node

Server/World/Default/Zones/Zone3_Tier1/Cave/Klops/Entry.node.json, 439 B

Fields

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

Source

{
	"Name": "Entry",
	
	"Children": [
	
		// Elevator
		
		//Down
		{
			"Node": ["Klops.Cave.Cave_001", "Klops.Cave.Cave_001"],
			"Weights": [20, 20],
			"Offset": [0, 0, 0], 
			"Rotation": 0,
			"Chance": 1
		}
	],
	
	
  "Mask": {
    "Default": ["*"],
    "Specific": [
      {
        "Block": ["Empty"],
        "Rule": ["*"]
      }
    ]
  },
	
	"Type": "PREFAB",
	
	"Priority": 1,
	
	"Prefab": [
		"Cave.Klops.Basalt.Start.*"
	]
}