Tamed_Camel_Calf
Server/NPC/Roles/Creature/Livestock/Tamed/Tamed_Camel_Calf.json, 875 B
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Livestock",
"Modify": {
"Appearance": "Camel_Calf",
"AttitudeGroup": "PreyBig",
"FlockArray": [
"Camel",
"Camel_Calf"
],
"AttractiveItemSet": [
"Tool_Feedbag",
"Plant_Crop_Tomato_Item"
],
"DropList": "Drop_Camel_Calf",
"MaxHealth": 94,
"ViewRange": 15,
"ViewSector": 320,
"HearingRange": 9,
"AlertedRange": 17,
"AlertedActionRange": 4,
"AbsoluteDetectionRange": 2,
"AttackWhenStartled": true,
"Attack": "Root_NPC_Attack_Melee",
"IsMemory": true,
"MemoriesNameOverride": "Camel_Calf",
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Camel_Calf.name",
"Description": "Translation key for NPC name display"
}
}
}