Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Weapon / Battleaxe / Weapon_Battleaxe_Adamantite.json

Weapon_Battleaxe_Adamantite

Server/Item/Items/Weapon/Battleaxe/Weapon_Battleaxe_Adamantite.json, 3.5 KB

Fields

FieldType
Parentstring
TranslationPropertiesobject
Modelstring
Texturestring
Iconstring
Qualitystring
ItemLevelnumber
Recipeobject
InteractionVarsobject
MaxDurabilitynumber
DurabilityLossOnHitnumber

Source

{
  "Parent": "Template_Weapon_Battleaxe",
  "TranslationProperties": {
    "Name": "server.items.Weapon_Battleaxe_Adamantite.name"
  },
  "Model": "Items/Weapons/Battleaxe/Adamantite.blockymodel",
  "Texture": "Items/Weapons/Battleaxe/Adamantite_Texture.png",
  "Icon": "Icons/ItemsGenerated/Weapon_Battleaxe_Adamantite.png",
  "Quality": "Rare",
  "ItemLevel": 40,
  "Recipe": {
    "TimeSeconds": 4.5,
    "KnowledgeRequired": false,
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Adamantite",
        "Quantity": 16
      },
      {
        "ItemId": "Ingredient_Leather_Heavy",
        "Quantity": 5
      },
      {
        "ItemId": "Ingredient_Fabric_Scrap_Cindercloth",
        "Quantity": 3
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Categories": [
          "Weapon_Battleaxe"
        ],
        "Id": "Weapon_Bench",
        "RequiredTierLevel": 3
      }
    ]
  },
  "InteractionVars": {
    "Swing_Down_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Battleaxe_Primary_Swing_Down_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 58
            }
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Battleaxe_T2_Impact",
            "LocalSoundEventId": "SFX_Battleaxe_T2_Impact"
          }
        }
      ]
    },
    "Swing_Down_Left_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Battleaxe_Primary_Swing_Down_Left_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 28
            }
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Battleaxe_T2_Impact",
            "LocalSoundEventId": "SFX_Battleaxe_T2_Impact"
          }
        }
      ]
    },
    "Swing_Down_Right_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Battleaxe_Primary_Swing_Down_Right_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 35
            }
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Battleaxe_T2_Impact",
            "LocalSoundEventId": "SFX_Battleaxe_T2_Impact"
          }
        }
      ]
    },
    "Downstrike_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Battleaxe_Primary_Downstrike_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 45
            }
          },
          "EntityStatsOnHit": [
            {
              "EntityStatId": "SignatureEnergy",
              "Amount": 2
            }
          ],
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Battleaxe_T2_Impact",
            "LocalSoundEventId": "SFX_Battleaxe_T2_Impact"
          }
        }
      ]
    },
    "Signature_Whirlwind_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Battleaxe_Signature_Whirlwind_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 23
            }
          },
          "EntityStatsOnHit": [],
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Battleaxe_T2_Impact",
            "LocalSoundEventId": "SFX_Battleaxe_T2_Impact"
          }
        }
      ]
    },
    "Guard_Wield": {
      "Interactions": [
        {
          "Parent": "Weapon_Battleaxe_Secondary_Guard_Wield",
          "StaminaCost": {
            "Value": 15.56,
            "CostType": "Damage"
          }
        }
      ]
    }
  },
  "MaxDurability": 180,
  "DurabilityLossOnHit": 0.45
}