Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Weapon / Battleaxe / Weapon_Battleaxe_Tribal.json

Weapon_Battleaxe_Tribal

Server/Item/Items/Weapon/Battleaxe/Weapon_Battleaxe_Tribal.json, 1.2 KB

Fields

FieldType
Parentstring
TranslationPropertiesobject
Modelstring
Texturestring
Iconstring
Qualitystring
ItemLevelnumber
Recipeobject
InteractionVarsobject

Source

{
  "Parent": "Template_Weapon_Battleaxe",
  "TranslationProperties": {
    "Name": "server.items.Weapon_Battleaxe_Tribal.name"
  },
  "Model": "NPC/Intelligent/Slothian/Models/Weapons/Battleaxe/Tribal.blockymodel",
  "Texture": "NPC/Intelligent/Slothian/Models/Weapons/Battleaxe/Tribal_Texture.png",
  "Icon": "Icons/ItemsGenerated/Weapon_Battleaxe_Tribal.png",
  "Quality": "Common",
  "ItemLevel": 15,
  "Recipe": {
    "KnowledgeRequired": false,
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Iron",
        "Quantity": 6
      },
      {
        "ResourceTypeId": "Wood_Trunk",
        "Quantity": 3
      },
      {
        "ItemId": "Ingredient_Leather_Light",
        "Quantity": 4
      }
    ]
  },
  "InteractionVars": {
    "Signature_Whirlwind_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Battleaxe_Signature_Whirlwind_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 12
            }
          },
          "EntityStatsOnHit": [],
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Battleaxe_T2_Impact",
            "LocalSoundEventId": "SFX_Battleaxe_T2_Impact"
          }
        }
      ]
    }
  }
}