Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Item / Items / Weapon / Club / Weapon_Club_Crude.json

Weapon_Club_Crude

Server/Item/Items/Weapon/Club/Weapon_Club_Crude.json, 2.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Weapon_Club_Crude.name"
  },
  "Categories": [
    "Items.Weapons"
  ],
  "Icon": "Icons/ItemsGenerated/Weapon_Club_Crude.png",
  "ItemLevel": 5,
  "Model": "Items/Weapons/Club/Crude.blockymodel",
  "Texture": "Items/Weapons/Club/Crude_Texture.png",
  "PlayerAnimationsId": "Club",
  "Utility": {
    "Compatible": true
  },
  "Interactions": {
    "Primary": "Club_Attack"
  },
  "InteractionVars": {
    "Club_Swing_Left_Effect": {
      "Interactions": [
        {
          "Parent": "Club_Swing_Left_Effect",
          "Effects": {
            "WorldSoundEventId": "SFX_Club_Wood_Swing"
          }
        }
      ]
    },
    "Club_Swing_Left_Damage": {
      "Interactions": [
        {
          "Parent": "Club_Swing_Left_Damage",
          "DamageCalculator": {
            "Type": "Absolute",
            "BaseDamage": {
              "Physical": 4
            },
            "RandomPercentageModifier": 0.1
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Club_Wood_Impact"
          }
        }
      ]
    },
    "Club_Swing_Right_Effect": {
      "Interactions": [
        {
          "Parent": "Club_Swing_Right_Effect",
          "Effects": {
            "WorldSoundEventId": "SFX_Club_Wood_Swing"
          }
        }
      ]
    },
    "Club_Swing_Right_Damage": {
      "Interactions": [
        {
          "Parent": "Club_Swing_Right_Damage",
          "DamageCalculator": {
            "Type": "Absolute",
            "BaseDamage": {
              "Physical": 4
            },
            "RandomPercentageModifier": 0.1
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Club_Wood_Impact"
          }
        }
      ]
    }
  },
  "IconProperties": {
    "Scale": 0.4,
    "Translation": [
      -18,
      -19.8
    ],
    "Rotation": [
      45,
      90,
      0
    ]
  },
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "MaxDurability": 60,
  "DurabilityLossOnHit": 0.56,
  "Tags": {
    "Type": [
      "Weapon"
    ],
    "Family": [
      "Club"
    ]
  },
  "Weapon": {},
  "ItemSoundSetId": "ISS_Weapons_Blunt_Small",
  "Quality": "Common"
}