Rabbit
Server/NPC/Roles/Creature/Livestock/Rabbit.json, 880 B
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Animal_Neutral",
"Modify": {
"Appearance": "Rabbit",
"FlockArray": [
"Rabbit",
"Bunny"
],
"AttractiveItemSet": [
"Plant_Crop_Carrot_Item"
],
"AttractiveItemSetParticles": "Want_Food_Carrot",
"DropList": "Drop_Rabbit",
"MaxHealth": 49,
"MaxSpeed": 8,
"ViewRange": 20,
"ViewSector": 350,
"HearingRange": 14,
"AlertedRange": 22,
"AlertedActionRange": 6,
"AbsoluteDetectionRange": 3,
"Timid": true,
"IsTameable": true,
"TameRoleChange": "Tamed_Rabbit",
"IsMemory": true,
"MemoriesNameOverride": "Rabbit",
"NameTranslationKey": { "Compute": "NameTranslationKey" }
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Rabbit.name",
"Description": "Translation key for NPC name display"
}
}
}