Versions / 0.5.0-pre.8 / 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
| Field | Type |
|---|---|
Children | array[3] |
Mask | object |
Type | string |
Priority | number |
Prefab | array[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.*"
]
}