Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / NPC / Roles / Creature / Livestock / Tamed / Tamed_Goat.json

Tamed_Goat

Server/NPC/Roles/Creature/Livestock/Tamed/Tamed_Goat.json, 1.2 KB

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Livestock",
  "Modify": {
    "Appearance": "Goat",
    "AttitudeGroup": "PreyBig",
    "FlockArray": [
      "Goat",
      "Goat_Kid"
    ],
    "AttractiveItemSet": [
      "Tool_Feedbag",
      "Plant_Fruit_Apple"
    ],
    "FollowItemDistance": [ 1.5, 2 ],
    "DropList": "Drop_Goat",
    "MaxHealth": 81,
    "ViewRange": 15,
    "ViewSector": 340,
    "HearingRange": 9,
    "AlertedRange": 17,
    "AlertedActionRange": 4,
    "AbsoluteDetectionRange": 2,
    "AttackWhenStartled": true,
    "Attack": "Root_NPC_Attack_Melee",
    "ProduceItem": "Ingredient_Poop",
    "IsMemory": true,
    "MemoriesNameOverride": "Goat",
    "NameTranslationKey": {
      "Compute": "NameTranslationKey"
    },
    "_InteractionVars": {
      "Melee_Damage": {
        "Interactions": [
          {
            "Parent": "NPC_Attack_Melee_Damage",
            "DamageCalculator": {
              "BaseDamage": {
                "Physical": 7
              }
            }
          }
        ]
      }
    }
  },
  "Parameters": {
    "NameTranslationKey": {
      "Value": "server.npcRoles.Goat.name",
      "Description": "Translation key for NPC name display"
    }
  }
}