Main_003.node
Server/World/Default/Zones/Zone2_Tier1/Cave/Klops/Main/Main_003.node.json, 848 B
Fields
| Field | Type |
|---|---|
Name | string |
Children | array[3] |
Mask | object |
Type | string |
Priority | number |
Prefab | array[1] |
Source
{
"Name": "Main_003",
"Children": [
// Elevator
//Bedroom
{
"Node": ["Klops.Stairs.Bedroom.Down_001", "Klops.Stairs.Bedroom.Down_002", "Klops.Stairs.Bedroom.Down_003", "Klops.Stairs.Bedroom.Down_004", "Klops.Stairs.Bedroom.Down_005", "Klops.Stairs.Bedroom.Down_006"],
"Weights": [20, 20, 20, 20, 20, 20],
"Offset": [-10, 2, -4],
"Rotation": 90,
"Chance": 1
},
//Bathroom
{
"Node": ["Klops.Stairs.Bathroom.Down_001"],
"Weights": [20],
"Offset": [-3, 2, -19],
"Rotation": 0,
"Chance": 1
},
//Cellar
{
"Node": ["Klops.Cellar.Cellar_001"],
"Weights": [100],
"Offset": [-10, 2, -9],
"Rotation": 270,
"Chance": 1
}
],
"Mask": {
"File": "Zones.Zone2_Tier1.Cave.Klops.Mask"
},
"Type": "PREFAB",
"Priority": 1,
"Prefab": [
"Cave.Klops.Dry.Main_3.*"
]
}