Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Items / Weapon / Club / Weapon_Club_Iron_Rusty.json

Weapon_Club_Iron_Rusty

Server/Item/Items/Weapon/Club/Weapon_Club_Iron_Rusty.json, 2.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Weapon_Club_Iron_Rusty.name"
  },
  "Categories": [
    "Items.Weapons"
  ],
  "Quality": "Common",
  "ItemLevel": 15,
  "Model": "Items/Weapons/Club/Iron.blockymodel",
  "PlayerAnimationsId": "Club",
  "Utility": {
    "Compatible": true
  },
  "Interactions": {
    "Primary": "Club_Attack"
  },
  "InteractionVars": {
    "Club_Swing_Left_Effect": {
      "Interactions": [
        {
          "Parent": "Club_Swing_Left_Effect",
          "Effects": {
            "WorldSoundEventId": "SFX_Club_Steel_Swing"
          }
        }
      ]
    },
    "Club_Swing_Left_Damage": {
      "Interactions": [
        {
          "Parent": "Club_Swing_Left_Damage",
          "DamageCalculator": {
            "Type": "Absolute",
            "BaseDamage": {
              "Physical": 19
            },
            "RandomPercentageModifier": 0.1
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Club_Steel_Impact"
          }
        }
      ]
    },
    "Club_Swing_Right_Effect": {
      "Interactions": [
        {
          "Parent": "Club_Swing_Right_Effect",
          "Effects": {
            "WorldSoundEventId": "SFX_Club_Steel_Swing"
          }
        }
      ]
    },
    "Club_Swing_Right_Damage": {
      "Interactions": [
        {
          "Parent": "Club_Swing_Right_Damage",
          "DamageCalculator": {
            "Type": "Absolute",
            "BaseDamage": {
              "Physical": 19
            },
            "RandomPercentageModifier": 0.1
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Club_Steel_Impact"
          }
        }
      ]
    },
    "Club_Swing_Down_Charged_Effect": "Club_Swing_Down_Charged_Effect",
    "Club_Swing_Down_Charged_Damage": {
      "Interactions": [
        {
          "Parent": "Club_Swing_Down_Charged_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 38
            },
            "Type": "Absolute",
            "RandomPercentageModifier": 0.1
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Club_Wood_Impact"
          }
        }
      ]
    }
  },
  "IconProperties": {
    "Scale": 0.4,
    "Translation": [
      -26,
      -27
    ],
    "Rotation": [
      45,
      90,
      0
    ]
  },
  "Texture": "Items/Weapons/Club/Iron_Rusty.png",
  "Icon": "Icons/ItemsGenerated/Weapon_Club_Iron_Rusty.png",
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "MaxDurability": 81,
  "DurabilityLossOnHit": 0.56,
  "Tags": {
    "Family": [
      "Club"
    ],
    "Type": [
      "Weapon"
    ]
  },
  "Weapon": {},
  "ItemSoundSetId": "ISS_Weapons_Blunt_Small"
}