Chicken
Server/NPC/Roles/Creature/Livestock/Chicken.json, 962 B
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Animal_Neutral",
"Modify": {
"Appearance": "Chicken",
"FlockArray": [
"Chicken",
"Chicken_Chick"
],
"AttractiveItemSet": [
"Plant_Crop_Corn_Item"
],
"AttractiveItemSetParticles": "Want_Food_Corn",
"DropList": "Drop_Chicken",
"MaxHealth": 29,
"MaxSpeed": 5,
"ViewRange": 8,
"ViewSector": 300,
"HearingRange": 4,
"AlertedRange": 12,
"AlertedActionRange": 5,
"AbsoluteDetectionRange": 1.5,
"ProduceItem": "Food_Egg",
"ProduceTimeout": [
"PT18H",
"PT48H"
],
"IsTameable": true,
"TameRoleChange": "Tamed_Chicken",
"IsMemory": true,
"MemoriesNameOverride": "Chicken",
"NameTranslationKey": { "Compute": "NameTranslationKey" }
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Chicken.name",
"Description": "Translation key for NPC name display"
}
}
}