Ram_Lamb
Server/NPC/Roles/Creature/Livestock/Ram_Lamb.json, 883 B
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Animal_Neutral",
"Modify": {
"Appearance": "Ram_Lamb",
"FlockArray": [
"Ram_Lamb",
"Ram"
],
"AttractiveItemSet": [
"Plant_Fruit_Apple"
],
"AttractiveItemSetParticles": "Want_Food_Apple",
"DropList": "Drop_Ram_Lamb",
"MaxHealth": 81,
"ViewRange": 15,
"ViewSector": 320,
"HearingRange": 9,
"AlertedRange": 17,
"AlertedActionRange": 8,
"AbsoluteDetectionRange": 2,
"ProduceItem": "Ingredient_Poop",
"IsTameable": true,
"TameRoleChange": "Tamed_Ram_Lamb",
"IsMemory": true,
"MemoriesNameOverride": "Ram_Lamb",
"NameTranslationKey": { "Compute": "NameTranslationKey" }
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Ram_Lamb.name",
"Description": "Translation key for NPC name display"
}
}
}