Versions / 0.5.1 / World / Default / Zones / Zone3_Tier3 / Cave / Shallow / Spiral / Straight1.node.json
Straight1.node
Server/World/Default/Zones/Zone3_Tier3/Cave/Shallow/Spiral/Straight1.node.json, 537 B
Fields
| Field | Type |
|---|---|
Name | string |
Environment | string |
Children | array[2] |
Cover | object |
Length | array[1] |
Radius | array[2] |
ChildCountBounds | number |
Source
{
"Name": "Straight1",
"Environment": "Env_Zone3_Caves_Glacial",
"Children": [
{
"Weight": [100],
"Chance": 1,
"Node": ["Shallow.Spiral.Straight2"],
"PitchAdd": [-20, -5],
"YawAdd": [-55, -5]
},
{
"Weight": [100],
"Chance": 1,
"Node": ["Shallow.Spiral.Straight2"],
"PitchAdd": [5, 10],
"YawAdd": [5, 55]
}
],
"Cover": {
"File": "Zones.Zone3_Tier3.Cave.Covers.Covers_Spiral"
},
"Length": [10],
"Radius": [2.5, 3.5],
"ChildCountBounds": 1
}