Tamed_Pig_Wild
Server/NPC/Roles/Creature/Livestock/Tamed/Tamed_Pig_Wild.json, 858 B
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Livestock",
"Modify": {
"Appearance": "Pig_Wild",
"AttitudeGroup": "PreyBig",
"FlockArray": [
"Pig_Wild",
"Pig_Wild_Piglet"
],
"AttractiveItemSet": [
"Tool_Feedbag",
"Plant_Crop_Aubergine_Item"
],
"FollowItemDistance": [ 1.5, 2 ],
"DropList": "Drop_Pig",
"MaxHealth": 74,
"ViewRange": 15,
"ViewSector": 300,
"HearingRange": 9,
"AlertedRange": 17,
"AlertedActionRange": 4,
"AbsoluteDetectionRange": 2,
"IsHarvestable": false,
"IsMemory": true,
"MemoriesNameOverride": "Pig_Wild",
"NameTranslationKey": { "Compute": "NameTranslationKey" }
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Pig_Wild.name",
"Description": "Translation key for NPC name display"
}
}
}