Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / World / Default / Zones / Zone4_Tier4 / Cave / Sewer / Rooms / A / A_001.node.json

A_001.node

Server/World/Default/Zones/Zone4_Tier4/Cave/Sewer/Rooms/A/A_001.node.json, 743 B

Fields

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

Source

{

	"Children": [
	
        { //Above
        	"Node": ["Sewer.Pipe.Long.Empty.Empty_001"],
			"Weights": [20], 
			"Offset": [-2, 6, 8], 
			"Rotation": 180,
			"Chance": 1
		},		
		{ //Bellow
        	"Node": ["Sewer.Pipe.Long.Full.Full_001"],
			"Weights": [20], 
			"Offset": [-3, -5, 7], 
			"Rotation": 180,
			"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.Rooms.A.*"
	]
}