Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / World / Default / Zones / Zone3_Tier1 / Cave / Shallow / Spiral / Node3.node.json

Node3.node

Server/World/Default/Zones/Zone3_Tier1/Cave/Shallow/Spiral/Node3.node.json, 579 B

Fields

FieldType
Namestring
Environmentstring
Typestring
Maskobject
Childrenarray[2]
Prioritynumber
Prefabarray[1]
ChildCountBoundsnumber

Source

{
  "Name": "Node3",
  "Environment": "Env_Zone3_Caves_Tundra",
  "Type": "PREFAB",

  "Mask": {
    "Default": ["!Empty", "*"]
  },

  "Children": [
    {
      "$Comment": "Top",
			"Node": ["Shallow.Spiral.Straight1"],
			"Weights": [100],
			"Offset": [5, 13, -13],
			"Rotation": 0,
			"Chance": 1
		},
		{
      "$Comment": "Top",
			"Node": ["Shallow.Spiral.Straight1"],
			"Weights": [100],
			"Offset": [-7, -4, -19],
			"Rotation": 0,
			"Chance": 1
		}
  ],

  "Priority": 1,
  "Prefab": ["Cave.Nodes.Tree_Spiral.Side.Tree_Spiral_Side_003"],
  "ChildCountBounds": 1
}