Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / Weapon / Sword / Weapon_Sword_Steel_Rusty.json

Weapon_Sword_Steel_Rusty

Server/Item/Items/Weapon/Sword/Weapon_Sword_Steel_Rusty.json, 3.4 KB

Fields

FieldType
Parentstring
TranslationPropertiesobject
Modelstring
Texturestring
Iconstring
Qualitystring
ItemLevelnumber
Utilityobject
InteractionVarsobject

Source

{
  "Parent": "Template_Weapon_Sword",
  "TranslationProperties": {
    "Name": "server.items.Weapon_Sword_Steel_Rusty.name"
  },
  "Model": "Items/Weapons/Sword/Steel.blockymodel",
  "Texture": "Items/Weapons/Sword/Steel_Rusty_Texture.png",
  "Icon": "Icons/ItemsGenerated/Weapon_Sword_Steel_Rusty.png",
  "Quality": "Common",
  "ItemLevel": 15,
  "Utility": {
    "Compatible": true
  },
  "InteractionVars": {
    "Swing_Left_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Sword_Primary_Swing_Left_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 9
            }
          },
          "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": 9
            }
          },
          "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": 16
            }
          },
          "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": 24
            }
          },
          "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": 17
            }
          },
          "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": 50
            }
          },
          "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"
          }
        }
      ]
    }
  }
}