Versions / 0.6.0-pre.1.1 / World / Default / Zones / Zone2_Tier2 / Cave / Dungeons / Dungeon / Entry.node.json
Entry.node
Server/World/Default/Zones/Zone2_Tier2/Cave/Dungeons/Dungeon/Entry.node.json, 643 B
Fields
| Field | Type |
|---|---|
Name | string |
Children | array[1] |
Environment | string |
Mask | object |
Type | string |
Priority | number |
Prefab | array[1] |
Source
{
"Name": "Entry",
"Children": [
{
"Node": ["Dungeons.Dungeon.Junction_Rooms.A.JunctionRoom_A_001", "Dungeons.Dungeon.Junction_Rooms.A.JunctionRoom_A_002", "Dungeons.Dungeon.Junction_Rooms.A.JunctionRoom_A_003", "Dungeons.Dungeon.Junction_Rooms.A.JunctionRoom_A_004"],
"Weights": [20, 20, 20, 20],
"Offset": [0, -11, 15],
"Rotation": 0,
"Chance": 1
}
],
"Environment": "Env_Zone2_Dungeons",
"Mask": {
"Default": ["*"],
"Specific": [
{
"Block": ["Empty"],
"Rule": ["*"]
}
]
},
"Type": "PREFAB",
"Priority": 1,
"Prefab": [
"Dungeon.Sandstone.System_0.Surface.*"
]
}