Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / NPC / Roles / Creature / Mammal / Mosshorn_Plain.json

Mosshorn_Plain

Server/NPC/Roles/Creature/Mammal/Mosshorn_Plain.json, 1.6 KB

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Animal_Neutral",
  "Modify": {
    "Appearance": "Mosshorn_Plain",
    "AttitudeGroup": "PreyBig",
    "AttractiveItemSet": [
      "Plant_Crop_Potato_Item"
    ],
    "AttractiveItemSetParticles": "Want_Food_Potato",
    "DropList": "Drop_Mosshorn",
    "Attack": "Root_NPC_Attack_Melee",
    "MaxHealth": 124,
    "IsTameable": true,
    "TameRoleChange": "Tamed_Mosshorn_Plain",
    "IsMemory": true,
    "MemoriesCategory": "Livestock",
    "MemoriesNameOverride": "Mosshorn",
    "NameTranslationKey": {
      "Compute": "NameTranslationKey"
    },
    "_InteractionVars": {
      "Melee_Start": {
        "Interactions": [
          {
            "Parent": "NPC_Attack_Melee_Simple",
            "$Comment": "Sets animations and delay before hit",
            "Effects": {
              "ItemPlayerAnimationsId": "Crocodile_Default",
              "ItemAnimationId": "Bite"
            },
            "RunTime": 0.333
          }
        ]
      },
      "Melee_Damage": {
        "Interactions": [
          {
            "Parent": "NPC_Attack_Melee_Damage",
            "$Comment": "Sets damage and onhit effects",
            "DamageCalculator": {
              "Type": "Absolute",
              "BaseDamage": {
                "Physical": 12
              },
              "RandomPercentageModifier": 0.1
            }
          }
        ]
      }
    }
  },
  "Parameters": {
    "NameTranslationKey": {
      "Value": "server.npcRoles.Mosshorn_Plain.name",
      "Description": "Translation key for NPC name display"
    }
  }
}