Versions / 0.5.6 / World / Default / Zones / Zone3_Tier1 / Cave / Shallow / Spiral / Entry.node.json
Entry.node
Server/World/Default/Zones/Zone3_Tier1/Cave/Shallow/Spiral/Entry.node.json, 1017 B
Fields
| Field | Type |
|---|---|
Name | string |
Environment | string |
Children | array[4] |
Type | string |
Priority | number |
Prefab | array[1] |
Source
{
"Name": "Entry",
"Environment": "Env_Zone3_Caves_Tundra",
"Children": [
{
"$Comment": "West",
"Node": ["Shallow.Spiral.Line1"],
"ChildrenLimit": [5, 10],
"Weights": [100],
"PitchAdd": [-20, -5],
"YawSet": [10, 80],
"Chance": 1
},
{
"$Comment": "North",
"Node": ["Shallow.Spiral.Line1"],
"ChildrenLimit": [5, 10],
"Weights": [100],
"PitchAdd": [-20, -5],
"YawSet": [100, 170],
"Chance": 1
},
{
"$Comment": "West",
"Node": ["Shallow.Spiral.Line1"],
"ChildrenLimit": [5, 10],
"Weights": [100],
"PitchAdd": [-20, -5],
"YawSet": [190, 260],
"Chance": 1
},
{
"$Comment": "North",
"Node": ["Shallow.Spiral.Line1"],
"ChildrenLimit": [5, 10],
"Weights": [100],
"PitchAdd": [-20, -5],
"YawSet": [280, 350],
"Chance": 1
}
],
"Type": "PREFAB",
"Priority": 1,
"Prefab": [
"Cave.Nodes.Tree_Spiral.Main.*"
]
}