Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Weapon / Longsword / Weapon_Longsword_Spectral.json

Weapon_Longsword_Spectral

Server/Item/Items/Weapon/Longsword/Weapon_Longsword_Spectral.json, 3.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Weapon_Longsword_Spectral.name"
  },
  "Categories": [
    "Items.Weapons"
  ],
  "Quality": "Common",
  "ItemLevel": 40,
  "PlayerAnimationsId": "Longsword",
  "Interactions": {
    "Primary": "Longsword_Attack"
  },
  "InteractionVars": {
    "Longsword_Swing_Left_Effect": {
      "Interactions": [
        {
          "Parent": "Longsword_Swing_Left_Effect",
          "Effects": {
            "WorldSoundEventId": "SFX_Longsword_Special_Swing"
          }
        }
      ]
    },
    "Longsword_Swing_Left_Damage": {
      "Interactions": [
        {
          "Parent": "Longsword_Swing_Left_Damage",
          "DamageCalculator": {
            "Type": "Absolute",
            "BaseDamage": {
              "Physical": 31
            },
            "RandomPercentageModifier": 0.15
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Longsword_Special_Impact"
          }
        }
      ]
    },
    "Longsword_Swing_Right_Effect": {
      "Interactions": [
        {
          "Parent": "Longsword_Swing_Left_Effect",
          "Effects": {
            "WorldSoundEventId": "SFX_Longsword_Special_Swing"
          }
        }
      ]
    },
    "Longsword_Swing_Right_Damage": {
      "Interactions": [
        {
          "Parent": "Longsword_Swing_Right_Damage",
          "DamageCalculator": {
            "Type": "Absolute",
            "BaseDamage": {
              "Physical": 31
            },
            "RandomPercentageModifier": 0.15
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Longsword_Special_Impact"
          }
        }
      ]
    },
    "Longsword_Swing_Up_Left_Effect": {
      "Interactions": [
        {
          "Parent": "Longsword_Swing_Left_Effect",
          "Effects": {
            "WorldSoundEventId": "SFX_Longsword_Special_Swing"
          }
        }
      ]
    },
    "Longsword_Swing_Up_Left_Damage": {
      "Interactions": [
        {
          "Parent": "Longsword_Swing_Up_Left_Damage",
          "DamageCalculator": {
            "Type": "Absolute",
            "BaseDamage": {
              "Physical": 31
            },
            "RandomPercentageModifier": 0.15
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Longsword_Special_Impact"
          }
        }
      ]
    },
    "Longsword_Stab_Charged_Effect": "Longsword_Stab_Charged_Effect",
    "Longsword_Stab_Charged_Damage": {
      "Interactions": [
        {
          "Parent": "Longsword_Stab_Charged_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 39
            },
            "Type": "Absolute",
            "RandomPercentageModifier": 0.15
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Longsword_Special_Impact"
          }
        }
      ]
    }
  },
  "IconProperties": {
    "Scale": 0.27,
    "Translation": [
      -50,
      -51
    ],
    "Rotation": [
      50,
      90,
      0
    ]
  },
  "Model": "NPC/Undead/Shadow_Knight/Models/Weapons/Longsword/Spectral.blockymodel",
  "Icon": "Icons/ItemsGenerated/Weapon_Longsword_Spectral.png",
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "MaxDurability": 100,
  "DurabilityLossOnHit": 0.52,
  "Tags": {
    "Type": [
      "Weapon"
    ],
    "Family": [
      "Longsword"
    ]
  },
  "Weapon": {},
  "Texture": "NPC/Undead/Shadow_Knight/Models/Weapons/Longsword/Spectral_Texture.png",
  "Animation": "NPC/Undead/Shadow_Knight/Models/Weapons/Longsword/Spectral_Idle.blockyanim",
  "ItemSoundSetId": "ISS_Weapons_Blade_Large"
}