Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / NPC / Roles / Creature / Livestock / Sheep_Lamb.json

Sheep_Lamb

Server/NPC/Roles/Creature/Livestock/Sheep_Lamb.json, 855 B

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Animal_Neutral",
  "Modify": {
    "Appearance": "Lamb",
    "FlockArray": [
      "Sheep_Lamb",
      "Sheep"
    ],
    "AttractiveItemSet": [
      "Plant_Crop_Lettuce_Item"
    ],
    "AttractiveItemSetParticles": "Want_Food_Lettuce",
    "DropList": "Drop_Lamb",
    "MaxHealth": 29,
    "ViewRange": 10,
    "ViewSector": 320,
    "HearingRange": 6,
    "AlertedRange": 11,
    "AlertedActionRange": 7,
    "AbsoluteDetectionRange": 1,
    "IsTameable": true,
    "TameRoleChange": "Tamed_Sheep_Lamb",
    "IsMemory": true,
    "MemoriesNameOverride": "Sheep_Lamb",
    "NameTranslationKey": { "Compute": "NameTranslationKey" }
  },
  "Parameters": {
    "NameTranslationKey": {
      "Value": "server.npcRoles.Sheep_Lamb.name",
      "Description": "Translation key for NPC name display"
    }
  }
}