Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / NPC / Roles / Creature / Livestock / Tamed / Tamed_Mouflon_Lamb.json

Tamed_Mouflon_Lamb

Server/NPC/Roles/Creature/Livestock/Tamed/Tamed_Mouflon_Lamb.json, 859 B

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Livestock",
  "Modify": {
    "Appearance": "Mouflon_Lamb",
    "FlockArray": [
      "Mouflon_Lamb",
      "Mouflon"
    ],
    "AttractiveItemSet": [
      "Tool_Feedbag",
      "Plant_Fruit_Apple"
    ],
    "FollowItemDistance": [ 1.5, 2 ],
    "DropList": "Drop_Mouflon_Lamb",
    "MaxHealth": 49,
    "ViewRange": 10,
    "ViewSector": 320,
    "HearingRange": 6,
    "AlertedRange": 11,
    "AlertedActionRange": 3.5,
    "AbsoluteDetectionRange": 1.5,
    "ProduceItem": "Ingredient_Poop",
    "IsMemory": true,
    "MemoriesNameOverride": "Mouflon_Lamb",
    "NameTranslationKey": {
      "Compute": "NameTranslationKey"
    }
  },
  "Parameters": {
    "NameTranslationKey": {
      "Value": "server.npcRoles.Mouflon_Lamb.name",
      "Description": "Translation key for NPC name display"
    }
  }
}