Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / World / Default / Zones / Zone3_Tier3 / Cave / Dungeons / Outlander_Temple / Entry_Visible.node.json

Entry_Visible.node

Server/World/Default/Zones/Zone3_Tier3/Cave/Dungeons/Outlander_Temple/Entry_Visible.node.json, 494 B

Fields

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

Source

{

	
	"Children": [
		{
			"Node": ["Dungeons.Outlander_Temple.Stage2.Layout1.Room_Entry_001"],
			"Weights": [100],
			"Offset": [0, 0, 0], 
			      //   Left  Up  Forward
				  //  Right Down Back
				  	  
			"Rotation": 0,
			"Chance": 1
		}
	],
  "Mask": {
    "Default": ["*"],
    "Specific": [
      {
        "Block": ["Empty"],
        "Rule": ["*"]
      }
    ]
  },
  
	"Type": "PREFAB",
	
	"Priority": 1,
	
	"Prefab": [
		"Dungeon.Outlander_Temple.Stage1.Monument.Visible.*"
	]
}