Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / World / Default / Zones / Zone4_Tier4 / Cave / Sewer / Main / Main_001.node.json

Main_001.node

Server/World/Default/Zones/Zone4_Tier4/Cave/Sewer/Main/Main_001.node.json, 926 B

Fields

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

Source

{

	
        "Children": [
	
		//Forward
		{
        	"Node": ["Sewer.Pipe.Main.Below.Both.Both_001"],
			"Weights": [20], 
			"Offset": [-8, -29, 17], 
			"Rotation": 0,
			"Chance": 1
		},
     	{ //Left
        	"Node": ["Sewer.Pipe.Main.3Way_Right.3Way_Right_001"],
			"Weights": [20], 
			"Offset": [17, -29, -8], 
			"Rotation": 90,
			"Chance": 1
		},
        { //Right
        	"Node": ["Sewer.Pipe.Main.LBRA.LBRA_001"],
			"Weights": [20], 
			"Offset": [-15, -29, -8], 
			"Rotation": 270,
			"Chance": 1
		}
	],
	
	
  "Mask": {
    "Default": ["!Empty",{"Replace":false,"Fluid":"Water_Source"},{"Replace":false,"Fluid":"Lava_Source"},"*"],
    "Specific": [
      {
        "Block": ["Empty"],
        "Rule": ["!Empty",{"Replace":false,"Fluid":"Water_Source"},{"Replace":false,"Fluid":"Lava_Source"},"*"]
      }
    ]
  },
	
	"Type": "PREFAB",
	
	"Priority": 1,
	
	"Prefab": [
		"Dungeon.Sewer.Tier_1.Main.*"
	]
}