Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Weapon / Spear / Weapon_Spear_Thorium.json

Weapon_Spear_Thorium

Server/Item/Items/Weapon/Spear/Weapon_Spear_Thorium.json, 1.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Weapon_Spear_Thorium.name"
  },
  "Categories": [
    "Items.Weapons"
  ],
  "Quality": "Rare",
  "ItemLevel": 30,
  "Model": "Items/Weapons/Spear/Thorium.blockymodel",
  "Texture": "Items/Weapons/Spear/Thorium_Texture.png",
  "MaxStack": 5,
  "IconProperties": {
    "Scale": 0.22,
    "Translation": [
      -62,
      -64
    ],
    "Rotation": [
      0,
      0,
      315
    ]
  },
  "Interactions": {
    "Primary": "Spear_Attack",
    "Secondary": "Spear_Block"
  },
  "InteractionVars": {
    "Spear_Block_Damage": "Spear_Block_Damage",
    "Spear_Stab_Effect": {
      "Interactions": [
        {
          "Parent": "Spear_Stab_Effect",
          "Effects": {
            "WorldSoundEventId": "SFX_Axe_Special_Swing"
          }
        }
      ]
    },
    "Spear_Stab_Damage": {
      "Interactions": [
        {
          "Parent": "Spear_Stab_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 8
            },
            "Type": "Absolute"
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Axe_Special_Impact"
          }
        }
      ]
    },
    "Spear_Throw_Charged_Projectile": {
      "Interactions": [
        {
          "Parent": "Spear_Throw_Charged_Projectile",
          "ProjectileId": "Spear_Thorium"
        }
      ]
    }
  },
  "Icon": "Icons/ItemsGenerated/Weapon_Spear_Thorium.png",
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "PlayerAnimationsId": "Spear",
  "Reticle": "DefaultMelee",
  "Tags": {
    "Type": [
      "Weapon"
    ],
    "Family": [
      "Spear"
    ]
  },
  "Weapon": {},
  "ItemSoundSetId": "ISS_Weapons_Wood"
}