Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / World / Default / Zones / Zone3_Tier3 / Cave / Shallow / Spiral / Line3.node.json

Line3.node

Server/World/Default/Zones/Zone3_Tier3/Cave/Shallow/Spiral/Line3.node.json, 532 B

Fields

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

Source

{
  "Name": "Line",
  "Environment": "Env_Zone3_Caves_Glacial",
  "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_Tier3.Cave.Covers.Covers_Spiral"
  },
  "Length": [10],
  "Type": "EMPTY_LINE",
  "ChildCountBounds": 1
}