Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / NPC / Roles / Intelligent / Aggressive / Outlander / Wolf_Outlander_Sorcerer.json

Wolf_Outlander_Sorcerer

Server/NPC/Roles/Intelligent/Aggressive/Outlander/Wolf_Outlander_Sorcerer.json, 1.0 KB

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Trork_Companion",
  "Modify": {
    "Appearance": "Wolf_Outlander_Sorcerer",
    "DropList": "Drop_Wolf_Outlander_Sorcerer",
    "Attack": "Root_NPC_Wolf_Attack",
    "MaxHealth": 118,
    "IsMemory": true,
    "MemoriesCategory": "Predator",
    "MemoriesNameOverride": "Wolf_Black",
    "_InteractionVars": {
      "Bite_Damage": {
        "Interactions": [
          {
            "Parent": "Wolf_Bite_Damage",
            "DamageCalculator": {
              "Type": "Absolute",
              "BaseDamage": {
                "Physical": 5
              },
              "RandomPercentageModifier": 0.1
            },
            "DamageEffects": {
              "Knockback": {
                "Force": 1
              }
            }
          }
        ]
      }
    },
    "NameTranslationKey": { "Compute": "NameTranslationKey" }
  },
  "Parameters": {
    "NameTranslationKey": {
      "Value": "server.npcRoles.Wolf_Trork_Hunter.name",
      "Description": "Translation key for NPC name display"
    }
  }
}