Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / World / Default / Zones / Zone4_Tier5 / Cave / Mountain / Split1.node.json

Split1.node

Server/World/Default/Zones/Zone4_Tier5/Cave/Mountain/Split1.node.json, 382 B

Fields

FieldType
Namestring
Childrenarray[2]
Lengtharray[2]
Radiusarray[2]

Source

{
  "Name": "Split1",
  "Children": [
    {
      "Weights": [100],
      "Chance": 1,
      "Node": ["Mountain.Straight1"],
      "PitchSet": [75, 95],
      "YawAdd": [-25, -35]
    },
    {
      "Weights": [100],
      "Chance": 1,
      "Node": ["Mountain.Straight1"],
      "PitchSet": [75, 95],
      "YawAdd": [25, 35]
    }
  ],

  "Length": [2, 4],
  "Radius": [3, 4.5]
}