Trork_Chieftain_Backup
Server/NPC/Spawn/Markers/Intelligent/Trork/Trork_Chieftain_Backup.json, 352 B
Fields
| Field | Type |
|---|---|
Model | string |
NPCs | array[2] |
ExclusionRadius | number |
MaxDropHeight | number |
DeactivationDistance | number |
ManualTrigger | boolean |
Source
{
"Model": "NPC_Spawn_Marker",
"NPCs": [
{
"Name": "Trork_Warrior",
"Weight": 100,
"SpawnAfterGameTime": "PT10M"
},
{
"Name": "Trork_Sentry",
"Weight": 100,
"SpawnAfterGameTime": "PT10M"
}
],
"ExclusionRadius": 0,
"MaxDropHeight": 4,
"DeactivationDistance": 150,
"ManualTrigger": true
}