Pig
Server/NPC/Roles/Creature/Livestock/Pig.json, 898 B
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Animal_Neutral",
"Modify": {
"Appearance": "Pig",
"AttitudeGroup": "PreyBig",
"FlockArray": [
"Pig",
"Pig_Piglet"
],
"AttractiveItemSet": [
"Plant_Crop_Turnip_Item"
],
"AttractiveItemSetParticles": "Want_Food_Turnip",
"DropList": "Drop_Pig",
"MaxHealth": 38,
"ViewRange": 15,
"ViewSector": 300,
"HearingRange": 9,
"AlertedRange": 17,
"AlertedActionRange": 6,
"AbsoluteDetectionRange": 2,
"ProduceItem": "Ingredient_Poop",
"IsTameable": true,
"TameRoleChange": "Tamed_Pig",
"IsMemory": true,
"MemoriesNameOverride": "Pig",
"NameTranslationKey": { "Compute": "NameTranslationKey" }
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Pig.name",
"Description": "Translation key for NPC name display"
}
}
}