Welcome_Animal
Server/NPC/Spawn/Markers/Welcome_Animal.json, 251 B
Fields
| Field | Type |
|---|---|
Model | string |
NPCs | array[1] |
ExclusionRadius | number |
MaxDropHeight | number |
DeactivationDistance | number |
ManualTrigger | boolean |
Source
{
"Model": "NPC_Spawn_Marker",
"NPCs": [
{
"Name": "Bear_Grizzly",
"Weight": 100,
"SpawnAfterGameTime": "PT20M"
}
],
"ExclusionRadius": 0,
"MaxDropHeight": 4,
"DeactivationDistance": 150,
"ManualTrigger": true
}