Versions / 0.5.6 / World / Default / Zones / Zone3_Tier1 / Cave / Shallow / Spiral / Line1.node.json
Line1.node
Server/World/Default/Zones/Zone3_Tier1/Cave/Shallow/Spiral/Line1.node.json, 531 B
Fields
| Field | Type |
|---|---|
Name | string |
Environment | string |
Children | array[2] |
Cover | object |
Length | array[1] |
Type | string |
ChildCountBounds | number |
Source
{
"Name": "Line",
"Environment": "Env_Zone3_Caves_Tundra",
"Children": [
{
"Weight": [100],
"Chance": 1,
"Node": ["Shallow.Spiral.Straight1"],
"PitchAdd": [-20, -5],
"YawAdd": [-55, -5]
},
{
"Weight": [100],
"Chance": 1,
"Node": ["Shallow.Spiral.Straight1"],
"PitchAdd": [5, 20],
"YawAdd": [5, 55]
}
],
"Cover": {
"File": "Zones.Zone3_Tier1.Cave.Covers.Covers_Spiral"
},
"Length": [13],
"Type": "EMPTY_LINE",
"ChildCountBounds": 1
}