Kweebec_Rabbit
Server/NPC/Spawn/Markers/Kweebec_Rabbit.json, 377 B
Fields
| Field | Type |
|---|---|
Model | string |
NPCs | array[1] |
ExclusionRadius | number |
MaxDropHeight | number |
DeactivationDistance | number |
Source
{
"Model": "NPC_Spawn_Marker",
"NPCs": [
{
"Name": "Rabbit",
"Weight": 100,
"SpawnAfterGameTime": "P1D",
"Flock": {
"Type": "Weighted",
"MinSize": 1,
"SizeWeights": [
33.3,
33.3,
33.3
]
}
}
],
"ExclusionRadius": 10,
"MaxDropHeight": 4,
"DeactivationDistance": 150
}