Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Weapon / Spellbook / Weapon_Spellbook_Frost.json

Weapon_Spellbook_Frost

Server/Item/Items/Weapon/Spellbook/Weapon_Spellbook_Frost.json, 1.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Weapon_Spellbook_Frost.name"
  },
  "Categories": [
    "Items.Weapons"
  ],
  "Quality": "Common",
  "ItemLevel": 40,
  "Model": "Items/Weapons/Spellbook/Frost.blockymodel",
  "Texture": "Items/Weapons/Spellbook/Frost_Texture.png",
  "PlayerAnimationsId": "Spellbook",
  "IconProperties": {
    "Scale": 0.545,
    "Translation": [
      -7.8,
      -7.8
    ],
    "Rotation": [
      45,
      90,
      0
    ]
  },
  "Interactions": {
    "Primary": "Spellbook_Primary",
    "Secondary": "Spellbook_Primary"
  },
  "InteractionVars": {
    "Spellbook_Cast_Hurl_Charged": {
      "Interactions": [
        {
          "Parent": "Spellbook_Cast_Hurl_Charged",
          "Costs": {
            "Mana": 100
          }
        }
      ]
    },
    "Spellbook_Cast_Hurl_Cost": {
      "Interactions": [
        {
          "Parent": "Spellbook_Cast_Cost",
          "StatModifiers": {
            "Mana": -100
          }
        }
      ]
    },
    "Spellbook_Cast_Hurl_Launch": "Spellbook_Cast_Launch",
    "Spellbook_Cast_Hurl_Effect": "Spellbook_Cast_Effect",
    "Spellbook_Cast_Hurl_Fail": "Spellbook_Cast_Fail",
    "Block_Effect": "Block_Swing_Down_Effect",
    "Block_Swing_Left_Damage": "Block_Swing_Left_Damage",
    "Block_Swing_Right_Damage": "Block_Swing_Right_Damage",
    "Block_Swing_Down_Damage": "Block_Swing_Down_Damage"
  },
  "Scale": 1.3,
  "Icon": "Icons/ItemsGenerated/Weapon_Spellbook_Frost.png",
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "MaxStack": 25,
  "Tags": {
    "Type": [
      "Weapon"
    ],
    "Family": [
      "Spellbook"
    ]
  },
  "Weapon": {},
  "ItemSoundSetId": "ISS_Weapons_Books"
}