Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Weapon / Longsword / Weapon_Longsword_Stone_Trork.json

Weapon_Longsword_Stone_Trork

Server/Item/Items/Weapon/Longsword/Weapon_Longsword_Stone_Trork.json, 3.5 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Weapon_Longsword_Stone_Trork.name"
  },
  "Categories": [
    "Items.Weapons"
  ],
  "Quality": "Uncommon",
  "ItemLevel": 25,
  "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": 9
            },
            "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": 9
            },
            "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": 9
            },
            "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": 27
            },
            "Type": "Absolute",
            "RandomPercentageModifier": 0.15
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Longsword_Special_Impact"
          }
        }
      ]
    }
  },
  "IconProperties": {
    "Scale": 0.28,
    "Translation": [
      -40,
      -53
    ],
    "Rotation": [
      45,
      90,
      0
    ]
  },
  "Model": "NPC/Intelligent/Trork/Models/Weapons/Longsword/Stone.blockymodel",
  "Texture": "NPC/Intelligent/Trork/Models/Weapons/Longsword/Stone_Texture.png",
  "Icon": "Icons/ItemsGenerated/Weapon_Longsword_Stone_Trork.png",
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "MaxDurability": 40,
  "DurabilityLossOnHit": 0.52,
  "Tags": {
    "Family": [
      "Longsword"
    ],
    "Type": [
      "Weapon"
    ]
  },
  "Weapon": {},
  "ItemSoundSetId": "ISS_Weapons_Blade_Large"
}