Temple_Owl_Brown
Server/NPC/Roles/Intelligent/Passive/Temple/Temple_Owl_Brown.json, 614 B
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Birds_Passive",
"Modify": {
"Appearance": "Owl_Brown",
"FlockArray": [ "Owl_Brown" ],
"DropList": "Drop_Owl_Brown",
"MaxHealth": 29,
"WanderRadius": 15,
"MinHeightOverGround": 10,
"MaxHeightOverGround": 70,
"IsMemory": true,
"MemoriesCategory": "Avian",
"MemoriesNameOverride": "Owl_Brown",
"NameTranslationKey": { "Compute": "NameTranslationKey" }
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Owl_Brown.name",
"Description": "Translation key for NPC name display"
}
}
}