Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Weapon / Longsword / Weapon_Longsword_Cobalt.json

Weapon_Longsword_Cobalt

Server/Item/Items/Weapon/Longsword/Weapon_Longsword_Cobalt.json, 4.0 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Weapon_Longsword_Cobalt.name"
  },
  "Categories": [
    "Items.Weapons"
  ],
  "Icon": "Icons/ItemsGenerated/Weapon_Longsword_Cobalt.png",
  "Quality": "Rare",
  "ItemLevel": 35,
  "Recipe": {
    "TimeSeconds": 4,
    "KnowledgeRequired": false,
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Cobalt",
        "Quantity": 6
      },
      {
        "ItemId": "Ingredient_Fabric_Scrap_Shadoweave",
        "Quantity": 3
      },
      {
        "ItemId": "Ingredient_Leather_Heavy",
        "Quantity": 4
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Categories": [
          "Weapon_Longsword"
        ],
        "Id": "Weapon_Bench",
        "RequiredTierLevel": 2
      }
    ]
  },
  "Model": "Items/Weapons/Longsword/Cobalt.blockymodel",
  "Texture": "Items/Weapons/Longsword/Cobalt_Texture.png",
  "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": 33
            },
            "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": 33
            },
            "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": 33
            },
            "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": 99
            },
            "Type": "Absolute",
            "RandomPercentageModifier": 0.15
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Longsword_Special_Impact"
          }
        }
      ]
    }
  },
  "IconProperties": {
    "Scale": 0.3,
    "Translation": [
      -45,
      -45
    ],
    "Rotation": [
      45,
      90,
      0
    ]
  },
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "MaxDurability": 140,
  "DurabilityLossOnHit": 0.52,
  "Tags": {
    "Type": [
      "Weapon"
    ],
    "Family": [
      "Longsword"
    ]
  },
  "Weapon": {},
  "ItemSoundSetId": "ISS_Weapons_Blade_Large"
}