Tamed_Sheep_Lamb
Server/NPC/Roles/Creature/Livestock/Tamed/Tamed_Sheep_Lamb.json, 800 B
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Livestock",
"Modify": {
"Appearance": "Lamb",
"FlockArray": [
"Sheep_Lamb",
"Sheep"
],
"AttractiveItemSet": [
"Tool_Feedbag",
"Plant_Crop_Lettuce_Item"
],
"FollowItemDistance": [ 1.75, 2 ],
"DropList": "Drop_Lamb",
"MaxHealth": 29,
"ViewRange": 10,
"ViewSector": 320,
"HearingRange": 6,
"AlertedRange": 11,
"AlertedActionRange": 3,
"AbsoluteDetectionRange": 1,
"IsMemory": true,
"MemoriesNameOverride": "Sheep_Lamb",
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Sheep_Lamb.name",
"Description": "Translation key for NPC name display"
}
}
}