Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Items / Weapon / Staff / Weapon_Staff_Copper.json

Weapon_Staff_Copper

Server/Item/Items/Weapon/Staff/Weapon_Staff_Copper.json, 1.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Weapon_Staff_Copper.name"
  },
  "Categories": [
    "Items.Weapons"
  ],
  "Quality": "Uncommon",
  "ItemLevel": 10,
  "Model": "Items/Weapons/Staff/Copper.blockymodel",
  "Texture": "Items/Weapons/Staff/Copper_Texture.png",
  "PlayerAnimationsId": "Staff",
  "Interactions": {
    "Primary": "Staff_Primary",
    "Secondary": "Staff_Primary"
  },
  "InteractionVars": {
    "Staff_Cast_Summon_Charged": {
      "Interactions": [
        {
          "Parent": "Staff_Cast_Summon_Charged",
          "Costs": {
            "Mana": 50
          }
        }
      ]
    },
    "Staff_Cast_Summon_Cost": {
      "Interactions": [
        {
          "Parent": "Staff_Cast_Cost",
          "StatModifiers": {
            "Mana": -50
          }
        }
      ]
    },
    "Staff_Cast_Summon_Launch": "Staff_Cast_Launch",
    "Staff_Cast_Summon_Effect": "Staff_Cast_Effect",
    "Staff_Cast_Summon_Fail": "Staff_Cast_Fail",
    "Spear_Swing_Left_Damage": "Spear_Swing_Left_Damage",
    "Spear_Swing_Right_Damage": "Spear_Swing_Right_Damage",
    "Spear_Swing_Left_Effect": "Spear_Swing_Left_Effect",
    "Spear_Swing_Right_Effect": "Spear_Swing_Right_Effect"
  },
  "IconProperties": {
    "Scale": 0.32,
    "Translation": [
      -45,
      -45
    ],
    "Rotation": [
      45,
      90,
      0
    ]
  },
  "Icon": "Icons/ItemsGenerated/Weapon_Staff_Copper.png",
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "Tags": {
    "Type": [
      "Weapon"
    ],
    "Family": [
      "Staff"
    ]
  },
  "Weapon": {},
  "ItemSoundSetId": "ISS_Weapons_Wood"
}