Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / World / Default / Zones / Zone1_Tier2 / Cave / Mountain_GoblinLair / Goblin_Duke / Room.node.json

Room.node

Server/World/Default/Zones/Zone1_Tier2/Cave/Mountain_GoblinLair/Goblin_Duke/Room.node.json, 501 B

Fields

FieldType
Namestring
Childrenarray[1]
Maskobject
Typestring
Prioritynumber
Prefabarray[1]

Source

{
  "Name": "Mountain_Goblin_Lair",

  "Children": [
    {
      "Weights": [100],
      "Chance": 1,
      "ChildrenLimit": [15, 20],
      "Node": ["Mountain_GoblinLair.Straight1"],
      "PitchSet": [80],
      "YawAdd": [0],
      "Offset": [0, 2, 0]
    }
  ],

  "Mask": {
    "Default": ["*"],
    "Specific": [
      {
        "Block": ["Empty"],
        "Rule": ["*"]
      }
    ]
  },

  "Type": "PREFAB",

  "Priority": 1,

  "Prefab": ["Dungeon.Goblin_Lair.Prefabs_Goblin.Room.Boss.*"]
}