Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / Weapon / Spear / Weapon_Spear_Leaf.json

Weapon_Spear_Leaf

Server/Item/Items/Weapon/Spear/Weapon_Spear_Leaf.json, 1.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Weapon_Spear_Leaf.name"
  },
  "Categories": [
    "Items.Weapons"
  ],
  "Quality": "Uncommon",
  "ItemLevel": 15,
  "Model": "NPC/Intelligent/Kweebec_Sapling/Models/Weapons/Spear/Leaf.blockymodel",
  "MaxStack": 5,
  "IconProperties": {
    "Scale": 0.3,
    "Translation": [
      -48,
      -50
    ],
    "Rotation": [
      45,
      90,
      0
    ]
  },
  "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": 6
            },
            "Type": "Absolute"
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Axe_Special_Impact"
          }
        }
      ]
    },
    "Spear_Throw_Charged_Projectile": {
      "Interactions": [
        {
          "Parent": "Spear_Throw_Charged_Projectile",
          "ProjectileId": "Spear_Leaf"
        }
      ]
    }
  },
  "Texture": "NPC/Intelligent/Kweebec_Sapling/Models/Weapons/Spear/Leaf_Texture.png",
  "Icon": "Icons/ItemsGenerated/Weapon_Spear_Leaf.png",
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "PlayerAnimationsId": "Spear",
  "Reticle": "DefaultMelee",
  "Tags": {
    "Type": [
      "Weapon"
    ],
    "Family": [
      "Spear"
    ]
  },
  "MaxDurability": 50,
  "DurabilityLossOnHit": 0.56,
  "Weapon": {},
  "ItemSoundSetId": "ISS_Weapons_Wood"
}