Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / NPC / Roles / Intelligent / Aggressive / Trork / Trork_Warrior.json

Trork_Warrior

Server/NPC/Roles/Intelligent/Aggressive/Trork/Trork_Warrior.json, 906 B

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Trork_Melee",
  "Modify": {
    "Appearance": "Trork_Warrior",
    "DropList": "Drop_Trork_Warrior",
    "Weapons": [
      "Weapon_Battleaxe_Stone_Trork",
      "Rubble_Stone_Medium"
    ],
    "MaxHealth": 61,
    "IsMemory": true,
    "MemoriesCategory": "Trork",
    "MemoriesNameOverride": "Trork_Warrior",
    "_InteractionVars": {
      "Melee_Damage": {
        "Interactions": [
          {
            "Parent": "NPC_Attack_Melee_Damage",
            "DamageCalculator": {
              "BaseDamage": {
                "Physical": 23
              }
            }
          }
        ]
      }
    },
    "NameTranslationKey": {
      "Compute": "NameTranslationKey"
    }
  },
  "Parameters": {
    "NameTranslationKey": {
      "Value": "server.npcRoles.Trork_Warrior.name",
      "Description": "Translation key for NPC name display"
    }
  }
}