Tamed_Bunny
Server/NPC/Roles/Creature/Livestock/Tamed/Tamed_Bunny.json, 768 B
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Livestock",
"Modify": {
"Appearance": "Bunny",
"FlockArray": [
"Bunny",
"Rabbit"
],
"AttractiveItemSet": [
"Tool_Feedbag",
"Plant_Crop_Carrot_Item"
],
"DropList": "Drop_Bunny",
"MaxHealth": 25,
"MaxSpeed": 5,
"ViewRange": 18,
"ViewSector": 350,
"HearingRange": 12,
"AlertedRange": 20,
"AlertedActionRange": 6,
"AbsoluteDetectionRange": 3,
"IsMemory": true,
"MemoriesNameOverride": "Bunny",
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Bunny.name",
"Description": "Translation key for NPC name display"
}
}
}