Armadillo
Server/NPC/Roles/Creature/Mammal/Armadillo.json, 563 B
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Animal_Neutral",
"Modify": {
"Appearance": "Armadillo",
"AttitudeGroup": "Prey",
"FlockArray": [
"Armadillo"
],
"DropList": "Drop_Armadillo",
"MaxHealth": 103,
"ViewRange": 10,
"IsMemory": true,
"MemoriesCategory": "Livestock",
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Armadillo.name",
"Description": "Translation key for NPC name display"
}
}
}