Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Weapon / Staff / Weapon_Staff_Crystal_Fire_Trork.json

Weapon_Staff_Crystal_Fire_Trork

Server/Item/Items/Weapon/Staff/Weapon_Staff_Crystal_Fire_Trork.json, 1.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Weapon_Staff_Crystal_Fire_Trork.name"
  },
  "Categories": [
    "Items.Weapons"
  ],
  "Quality": "Common",
  "ItemLevel": 30,
  "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": {
      "Interactions": [
        {
          "Parent": "Staff_Cast_Launch",
          "ProjectileId": "Fireball"
        }
      ]
    },
    "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.25,
    "Translation": [
      -51.6,
      -54.6
    ],
    "Rotation": [
      45,
      90,
      0
    ]
  },
  "Model": "NPC/Intelligent/Trork/Models/Weapons/Staff/Crystal.blockymodel",
  "Texture": "NPC/Intelligent/Trork/Models/Weapons/Staff/Crystal_Fire_Texture.png",
  "Icon": "Icons/ItemsGenerated/Weapon_Staff_Crystal_Fire_Trork.png",
  "Scale": 1.3,
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "Tags": {
    "Family": [
      "Staff"
    ],
    "Type": [
      "Weapon"
    ]
  },
  "Weapon": {},
  "ItemSoundSetId": "ISS_Weapons_Wood"
}