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