Versions / 0.6.0-pre.9.1 / World / Default / Zones / Zone1_Tier3 / Cave / Mineshaft / Slope / Surface / Surface_001.node.json
Surface_001.node
Server/World/Default/Zones/Zone1_Tier3/Cave/Mineshaft/Slope/Surface/Surface_001.node.json, 447 B
Fields
| Field | Type |
|---|---|
Name | string |
Children | array[1] |
Mask | object |
Type | string |
Priority | number |
Prefab | array[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.*"
]
}