Versions / 0.5.5 / World / Default / Zones / Zone1_Tier1 / Cave / Klops / Entrance / Entrance_001.node.json
Entrance_001.node
Server/World/Default/Zones/Zone1_Tier1/Cave/Klops/Entrance/Entrance_001.node.json, 325 B
Fields
| Field | Type |
|---|---|
Name | string |
Children | array[1] |
Type | string |
Priority | number |
Prefab | array[1] |
Source
{
"Name": "Entrance_001",
"Children": [
//Mines
{ //Forward
"Node": ["Klops.Stairs.Main.Down_002", "Klops.Stairs.Main.Down_003"],
"Weights": [20, 20],
"Offset": [-4, 3, -8],
"Rotation": 0,
"Chance": 1
}
],
"Type": "PREFAB",
"Priority": 1,
"Prefab": [
"Cave.Klops.Oak.Entrance.*"
]
}