Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Weapon / Spear / Weapon_Spear_Mithril.json

Weapon_Spear_Mithril

Server/Item/Items/Weapon/Spear/Weapon_Spear_Mithril.json, 1.8 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Qualitystring
ItemLevelnumber
Modelstring
Texturestring
MaxStacknumber
Interactionsobject
InteractionVarsobject
DroppedItemAnimationstring
IconPropertiesobject
Iconstring
PlayerAnimationsIdstring
Reticlestring
Tagsobject
MaxDurabilitynumber
DurabilityLossOnHitnumber
Weaponobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Weapon_Spear_Mithril.name"
  },
  "Categories": [
    "Items.Weapons"
  ],
  "Quality": "Epic",
  "ItemLevel": 50,
  "Model": "Items/Weapons/Spear/Mithril.blockymodel",
  "Texture": "Items/Weapons/Spear/Mithril_Texture.png",
  "MaxStack": 30,
  "Interactions": {
    "Primary": "Spear_Attack",
    "Secondary": "Spear_Block"
  },
  "InteractionVars": {
    "Spear_Block_Damage": "Spear_Block_Damage",
    "Spear_Stab_Effect": {
      "Interactions": [
        {
          "Parent": "Spear_Stab_Effect",
          "Effects": {
            "WorldSoundEventId": "SFX_Axe_Special_Swing"
          }
        }
      ]
    },
    "Spear_Stab_Damage": {
      "Interactions": [
        {
          "Parent": "Spear_Stab_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 12
            },
            "Type": "Absolute"
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Axe_Special_Impact"
          }
        }
      ]
    },
    "Spear_Throw_Charged_Projectile": {
      "Interactions": [
        {
          "Parent": "Spear_Throw_Charged_Projectile",
          "ProjectileId": "Spear_Mithril"
        }
      ]
    }
  },
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "IconProperties": {
    "Scale": 0.27,
    "Translation": [
      -58,
      -58
    ],
    "Rotation": [
      45,
      90,
      0
    ]
  },
  "Icon": "Icons/ItemsGenerated/Weapon_Spear_Mithril.png",
  "PlayerAnimationsId": "Spear",
  "Reticle": "DefaultMelee",
  "Tags": {
    "Type": [
      "Weapon"
    ],
    "Family": [
      "Spear"
    ]
  },
  "MaxDurability": 50,
  "DurabilityLossOnHit": 0.56,
  "Weapon": {},
  "ItemSoundSetId": "ISS_Weapons_Wood"
}