Tamed_Ram_Lamb
Server/NPC/Roles/Creature/Livestock/Tamed/Tamed_Ram_Lamb.json, 832 B
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Livestock",
"Modify": {
"Appearance": "Ram_Lamb",
"FlockArray": [
"Ram_Lamb",
"Ram"
],
"AttractiveItemSet": [
"Tool_Feedbag",
"Plant_Fruit_Apple"
],
"FollowItemDistance": [ 1.75, 2 ],
"DropList": "Drop_Ram_Lamb",
"MaxHealth": 81,
"ViewRange": 15,
"ViewSector": 320,
"HearingRange": 6,
"AlertedRange": 11,
"AlertedActionRange": 3,
"AbsoluteDetectionRange": 1,
"ProduceItem": "Ingredient_Poop",
"IsMemory": true,
"MemoriesNameOverride": "Ram_Lamb",
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Ram_Lamb.name",
"Description": "Translation key for NPC name display"
}
}
}