Goblin
Server/NPC/Spawn/Markers/Intelligent/Goblin/Goblin.json, 421 B
Fields
| Field | Type |
|---|---|
Model | string |
NPCs | array[3] |
ExclusionRadius | number |
MaxDropHeight | number |
DeactivationDistance | number |
Source
{
"Model": "NPC_Spawn_Marker",
"NPCs": [
{
"Name": "Goblin_Scrapper",
"Weight": 60,
"SpawnAfterGameTime": "P1D"
},
{
"Name": "Goblin_Lobber",
"Weight": 25,
"SpawnAfterGameTime": "P1D"
},
{
"Name": "Goblin_Thief",
"Weight": 15,
"SpawnAfterGameTime": "P1D"
}
],
"ExclusionRadius": 10,
"MaxDropHeight": 4,
"DeactivationDistance": 40
}