Tamed_Sheep
Server/NPC/Roles/Creature/Livestock/Tamed/Tamed_Sheep.json, 1.3 KB
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Livestock",
"Modify": {
"Appearance": "Sheep",
"AttitudeGroup": "PreyBig",
"FlockArray": [
"Sheep",
"Sheep_Lamb"
],
"AttractiveItemSet": [
"Tool_Feedbag",
"Plant_Crop_Lettuce_Item"
],
"DropList": "Drop_Sheep",
"MaxHealth": 81,
"MaxSpeed": 6,
"ViewRange": 15,
"ViewSector": 320,
"HearingRange": 6,
"AlertedRange": 11,
"AlertedActionRange": 3,
"AbsoluteDetectionRange": 1,
"ProduceItem": "Ingredient_Poop",
"IsHarvestable": true,
"HarvestDropList": "Drop_Sheep_Harvest",
"HarvestInteractionContext": "Shear",
"HarvestInteractionRequiredItems": [ "Tool_Shears_Basic" ],
"HarvestModelSlot": "Fleece",
"HarvestModelAttachmentHarvestable": "Wool",
"HarvestModelAttachmentHarvested": "",
"HarvestTimeout": [
"PT11H",
"PT14H"
],
"HarvestParticles": "Sheep_Wool_Shear",
"HarvestSound": "SFX_Sheep_Sheared",
"IsMemory": true,
"MemoriesNameOverride": "Sheep",
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Sheep.name",
"Description": "Translation key for NPC name display"
}
}
}