Minnow
Server/NPC/Spawn/Markers/Aquatic/Freshwater/Minnow.json, 321 B
Fields
| Field | Type |
|---|---|
Model | string |
NPCs | array[1] |
ExclusionRadius | number |
RealtimeRespawn | boolean |
MaxDropHeight | number |
DeactivationDistance | number |
Source
{
"Model": "NPC_Spawn_Marker",
"NPCs": [
{
"Name": "Minnow",
"Weight": 10,
"RealtimeRespawnTime": 5,
"Flock": {
"Size": [
1,
2
]
}
}
],
"ExclusionRadius": 5,
"RealtimeRespawn": true,
"MaxDropHeight": 4,
"DeactivationDistance": 150
}