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