Tamed_Cow_Calf
Server/NPC/Roles/Creature/Livestock/Tamed/Tamed_Cow_Calf.json, 797 B
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Livestock",
"Modify": {
"Appearance": "Calf",
"FlockArray": [
"Cow_Calf",
"Cow"
],
"AttractiveItemSet": [
"Tool_Feedbag",
"Plant_Crop_Lettuce_Item"
],
"FollowItemDistance": [ 1.5, 2.5 ],
"DropList": "Drop_Calf",
"MaxHealth": 60,
"ViewRange": 12,
"ViewSector": 320,
"HearingRange": 7,
"AlertedRange": 13,
"AlertedActionRange": 3.5,
"AbsoluteDetectionRange": 1.5,
"IsMemory": true,
"MemoriesNameOverride": "Cow_Calf",
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Cow_Calf.name",
"Description": "Translation key for NPC name display"
}
}
}