Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Items / Weapon / Longsword / Weapon_Longsword_Adamantite.json

Weapon_Longsword_Adamantite

Server/Item/Items/Weapon/Longsword/Weapon_Longsword_Adamantite.json, 4.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Weapon_Longsword_Adamantite.name"
  },
  "Categories": [
    "Items.Weapons"
  ],
  "Quality": "Rare",
  "ItemLevel": 40,
  "Model": "Items/Weapons/Longsword/Adamantite.blockymodel",
  "Texture": "Items/Weapons/Longsword/Adamantite_Texture.png",
  "PlayerAnimationsId": "Longsword",
  "Recipe": {
    "TimeSeconds": 4.5,
    "KnowledgeRequired": false,
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Adamantite",
        "Quantity": 6
      },
      {
        "ItemId": "Ingredient_Fabric_Scrap_Cindercloth",
        "Quantity": 3
      },
      {
        "ItemId": "Ingredient_Leather_Heavy",
        "Quantity": 4
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Categories": [
          "Weapon_Longsword"
        ],
        "Id": "Weapon_Bench",
        "RequiredTierLevel": 3
      }
    ]
  },
  "Interactions": {
    "Primary": "Longsword_Attack"
  },
  "InteractionVars": {
    "Longsword_Block_Damage": "Longsword_Block_Damage",
    "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": 48
            },
            "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": 48
            },
            "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": 48
            },
            "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": 144
            },
            "Type": "Absolute",
            "RandomPercentageModifier": 0.15
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Longsword_Special_Impact"
          }
        }
      ]
    }
  },
  "IconProperties": {
    "Scale": 0.33,
    "Translation": [
      -43,
      -43
    ],
    "Rotation": [
      45,
      90,
      0
    ]
  },
  "Icon": "Icons/ItemsGenerated/Weapon_Longsword_Adamantite.png",
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "MaxDurability": 150,
  "DurabilityLossOnHit": 0.52,
  "Tags": {
    "Type": [
      "Weapon"
    ],
    "Family": [
      "Longsword"
    ]
  },
  "Weapon": {},
  "ItemSoundSetId": "ISS_Weapons_Blade_Large"
}