Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Weapon / Sword / Weapon_Sword_Copper.json

Weapon_Sword_Copper

Server/Item/Items/Weapon/Sword/Weapon_Sword_Copper.json, 3.9 KB

Fields

FieldType
Parentstring
TranslationPropertiesobject
Modelstring
Texturestring
Iconstring
Qualitystring
ItemLevelnumber
Recipeobject
InteractionVarsobject
MaxDurabilitynumber
DurabilityLossOnHitnumber

Source

{
  "Parent": "Template_Weapon_Sword",
  "TranslationProperties": {
    "Name": "server.items.Weapon_Sword_Copper.name"
  },
  "Model": "Items/Weapons/Sword/Copper.blockymodel",
  "Texture": "Items/Weapons/Sword/Copper_Texture.png",
  "Icon": "Icons/ItemsGenerated/Weapon_Sword_Copper.png",
  "Quality": "Common",
  "ItemLevel": 10,
  "Recipe": {
    "TimeSeconds": 3,
    "KnowledgeRequired": false,
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Copper",
        "Quantity": 4
      },
      {
        "ResourceTypeId": "Wood_Trunk",
        "Quantity": 4
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 3
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Categories": [
          "Weapon_Sword"
        ],
        "Id": "Weapon_Bench"
      }
    ]
  },
  "InteractionVars": {
    "Swing_Left_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Sword_Primary_Swing_Left_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 8
            }
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Light_Melee_T1_Impact",
            "LocalSoundEventId": "SFX_Light_Melee_T1_Impact"
          }
        }
      ]
    },
    "Swing_Right_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Sword_Primary_Swing_Right_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 8
            }
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Light_Melee_T1_Impact",
            "LocalSoundEventId": "SFX_Light_Melee_T1_Impact"
          }
        }
      ]
    },
    "Swing_Down_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Sword_Primary_Swing_Down_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 14
            }
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Light_Melee_T1_Impact",
            "LocalSoundEventId": "SFX_Light_Melee_T1_Impact"
          }
        }
      ]
    },
    "Thrust_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Sword_Primary_Thrust_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 21
            }
          },
          "EntityStatsOnHit": [
            {
              "EntityStatId": "SignatureEnergy",
              "Amount": 3
            }
          ],
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Light_Melee_T1_Impact",
            "LocalSoundEventId": "SFX_Light_Melee_T1_Impact"
          }
        }
      ]
    },
    "Vortexstrike_Spin_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Sword_Signature_Vortexstrike_Spin_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 15
            }
          },
          "EntityStatsOnHit": [],
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Light_Melee_T1_Impact",
            "LocalSoundEventId": "SFX_Light_Melee_T1_Impact"
          }
        }
      ]
    },
    "Vortexstrike_Stab_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Sword_Signature_Vortexstrike_Stab_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 44
            }
          },
          "EntityStatsOnHit": [],
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Light_Melee_T1_Impact",
            "LocalSoundEventId": "SFX_Light_Melee_T1_Impact"
          }
        }
      ]
    },
    "Guard_Wield": {
      "Interactions": [
        {
          "Parent": "Weapon_Sword_Secondary_Guard_Wield",
          "StaminaCost": {
            "Value": 8.89,
            "CostType": "Damage"
          }
        }
      ]
    }
  },
  "MaxDurability": 100,
  "DurabilityLossOnHit": 0.21
}