Versions / 0.5.2 / World / Default / Zones / Zone1_Tier2 / Cave / Dungeons / Dungeon / Entry.node.json
Entry.node
Server/World/Default/Zones/Zone1_Tier2/Cave/Dungeons/Dungeon/Entry.node.json, 439 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.Level_1.Stairs.Stair_001"],
"Weights": [100],
"Offset": [0, 0, 5],
"Rotation": 0,
"Chance": 1
}
],
"Environment": "Env_Zone1_Dungeons",
"Mask": {
"Default": ["*"],
"Specific": [
{
"Block": ["Empty"],
"Rule": ["*"]
}
]
},
"Type": "PREFAB",
"Priority": 2,
"Prefab": [
"Dungeon.Stone.Entrance.*"
]
}