Hytale Asset ReferenceUnofficial
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

FieldType
Namestring
Environmentstring
Childrenarray[2]
Coverobject
Lengtharray[1]
Radiusarray[2]
ChildCountBoundsnumber

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
}