Vulture
Server/NPC/Roles/Avian/Raptor/Vulture.json, 523 B
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Birds_Passive",
"Modify": {
"Appearance": "Vulture",
"FlockArray": [
"Vulture"
],
"DropList": "Drop_Vulture",
"MaxHealth": 61,
"WanderRadius": 30,
"IsMemory": true,
"MemoriesCategory": "Avian",
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Vulture.name",
"Description": "Translation key for NPC name display"
}
}
}