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