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

Entry.node

Server/World/Default/Zones/Zone3_Tier3/Cave/Shallow/Spiral/Entry.node.json, 1018 B

Fields

FieldType
Namestring
Environmentstring
Childrenarray[4]
Typestring
Prioritynumber
Prefabarray[1]

Source

{
  "Name": "Entry",
  "Environment": "Env_Zone3_Caves_Glacial",
  "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.*"
  ]
}