Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / World / Default / Zones / Zone1_Tier2 / Cave / Mineshaft / Slope / Surface / Surface_001.node.json

Surface_001.node

Server/World/Default/Zones/Zone1_Tier2/Cave/Mineshaft/Slope/Surface/Surface_001.node.json, 447 B

Fields

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

Source

{
	"Name": "Entry",
	
	"Children": [
	
		// Elevator
		
		
		{ //Shaft
			"Node": ["Mineshaft.Slope.Elevator.Entrance.Entrance_001"],
			"Weights": [100],
			"Offset": [7, -10, -2], 
			"Rotation": 0,
			"Chance": 1
		}
	],
	
	
  "Mask": {
    "Default": ["*"],
    "Specific": [
      {
        "Block": ["Empty"],
        "Rule": ["*"]
      }
    ]
  },
	
	"Type": "PREFAB",
	
	"Priority": 1,
	
	"Prefab": [
		"Mineshaft.Slope.Surface.*"
	]
}