Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.1 / NPC / Roles / Creature / Livestock / Tamed / Tamed_Horse_Foal.json

Tamed_Horse_Foal

Server/NPC/Roles/Creature/Livestock/Tamed/Tamed_Horse_Foal.json, 865 B

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Livestock",
  "Modify": {
    "Appearance": "Horse_Foal",
    "AttitudeGroup": "PreyBig",
    "FlockArray": [
      "Horse_Foal",
      "Horse"
    ],
    "AttractiveItemSet": [
      "Tool_Feedbag",
      "Plant_Crop_Carrot_Item"
    ],
    "DropList": "Drop_Horse_Foal",
    "MaxHealth": 49,
    "MaxSpeed": 8,
    "ViewRange": 12,
    "ViewSector": 320,
    "HearingRange": 9,
    "AlertedRange": 13,
    "AlertedActionRange": 3.5,
    "AbsoluteDetectionRange": 1.5,
    "ProduceItem": "Ingredient_Poop",
    "IsMemory": true,
    "MemoriesNameOverride": "Horse_Foal",
    "NameTranslationKey": {
      "Compute": "NameTranslationKey"
    }
  },
  "Parameters": {
    "NameTranslationKey": {
      "Value": "server.npcRoles.Horse_Foal.name",
      "Description": "Translation key for NPC name display"
    }
  }
}