Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / NPC / Roles / Creature / Livestock / Tamed / Tamed_Ram_Lamb.json

Tamed_Ram_Lamb

Server/NPC/Roles/Creature/Livestock/Tamed/Tamed_Ram_Lamb.json, 832 B

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Livestock",
  "Modify": {
    "Appearance": "Ram_Lamb",
    "FlockArray": [
      "Ram_Lamb",
      "Ram"
    ],
    "AttractiveItemSet": [
      "Tool_Feedbag",
      "Plant_Fruit_Apple"
    ],
    "FollowItemDistance": [ 1.75, 2 ],
    "DropList": "Drop_Ram_Lamb",
    "MaxHealth": 81,
    "ViewRange": 15,
    "ViewSector": 320,
    "HearingRange": 6,
    "AlertedRange": 11,
    "AlertedActionRange": 3,
    "AbsoluteDetectionRange": 1,
    "ProduceItem": "Ingredient_Poop",
    "IsMemory": true,
    "MemoriesNameOverride": "Ram_Lamb",
    "NameTranslationKey": {
      "Compute": "NameTranslationKey"
    }
  },
  "Parameters": {
    "NameTranslationKey": {
      "Value": "server.npcRoles.Ram_Lamb.name",
      "Description": "Translation key for NPC name display"
    }
  }
}