Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Weapon / Daggers / Weapon_Daggers_Crude.json

Weapon_Daggers_Crude

Server/Item/Items/Weapon/Daggers/Weapon_Daggers_Crude.json, 14.2 KB

Fields

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

Source

{
  "Parent": "Template_Weapon_Daggers",
  "TranslationProperties": {
    "Name": "server.items.Weapon_Daggers_Crude.name"
  },
  "Model": "Items/Weapons/Dagger/Crude.blockymodel",
  "Texture": "Items/Weapons/Dagger/Crude_Texture.png",
  "Icon": "Icons/ItemsGenerated/Weapon_Daggers_Crude.png",
  "Quality": "Common",
  "ItemLevel": 6,
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ResourceTypeId": "Rubble",
        "Quantity": 3
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Stick",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Categories": [
          "Workbench_Survival"
        ],
        "Id": "Workbench"
      }
    ]
  },
  "InteractionVars": {
    "Swing_Left_Selector": {
      "Interactions": [
        {
          "Parent": "Weapon_Daggers_Primary_Swing_Left_Selector",
          "Effects": {
            "WorldSoundEventId": "SFX_Daggers_T1_Swing",
            "LocalSoundEventId": "SFX_Daggers_T1_Swing_RL_Local"
          }
        }
      ]
    },
    "Swing_Right_Selector": {
      "Interactions": [
        {
          "Parent": "Weapon_Daggers_Primary_Swing_Right_Selector",
          "Effects": {
            "WorldSoundEventId": "SFX_Daggers_T1_Swing",
            "LocalSoundEventId": "SFX_Daggers_T1_Swing_LR_Local"
          }
        }
      ]
    },
    "Stab_Left_Selector": {
      "Interactions": [
        {
          "Parent": "Weapon_Daggers_Primary_Stab_Left_Selector",
          "Effects": {
            "WorldSoundEventId": "SFX_Daggers_T1_Swing",
            "LocalSoundEventId": "SFX_Daggers_T1_Stab_Left_Local"
          }
        }
      ]
    },
    "Stab_Right_Selector": {
      "Interactions": [
        {
          "Parent": "Weapon_Daggers_Primary_Stab_Right_Selector",
          "Effects": {
            "WorldSoundEventId": "SFX_Daggers_T1_Swing",
            "LocalSoundEventId": "SFX_Daggers_T1_Stab_Right_Local"
          }
        }
      ]
    },
    "Swing_Left_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Daggers_Primary_Swing_Left_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 2
            }
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Daggers_T1_Slash_Impact",
            "LocalSoundEventId": "SFX_Daggers_T1_Slash_Impact"
          },
          "AngledDamage": []
        }
      ]
    },
    "Swing_Right_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Daggers_Primary_Swing_Right_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 2
            }
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Daggers_T1_Slash_Impact",
            "LocalSoundEventId": "SFX_Daggers_T1_Slash_Impact"
          },
          "AngledDamage": []
        }
      ]
    },
    "Stab_Left_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Daggers_Primary_Stab_Left_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 5
            }
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Daggers_T1_Stab_Impact",
            "LocalSoundEventId": "SFX_Daggers_T1_Stab_Impact"
          },
          "AngledDamage": []
        }
      ]
    },
    "Stab_Right_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Daggers_Primary_Stab_Right_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 7
            }
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Daggers_T1_Stab_Impact",
            "LocalSoundEventId": "SFX_Daggers_T1_Stab_Impact"
          },
          "AngledDamage": []
        }
      ]
    },
    "Pounce_Sweep": {
      "Interactions": [
        {
          "Parent": "Weapon_Daggers_Primary_Pounce_Sweep",
          "Effects": {
            "LocalSoundEventId": "SFX_Daggers_T1_Swing_Double_Local",
            "WorldSoundEventId": "SFX_Daggers_T1_Swing_Double"
          }
        }
      ]
    },
    "Pounce_Sweep_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Daggers_Primary_Pounce_Sweep_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 20
            }
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Daggers_T1_Slash_Impact",
            "LocalSoundEventId": "SFX_Daggers_T1_Slash_Impact"
          },
          "EntityStatsOnHit": [
            {
              "EntityStatId": "SignatureEnergy",
              "Amount": 1
            }
          ],
          "AngledDamage": [
            {
              "Angle": 180,
              "AngleDistance": 80,
              "DamageEffects": {
                "Knockback": {
                  "Direction": { "X": 0, "Y": 2, "Z": -3 },
                  "Type": "Force",
                  "Force": 6,
                  "VelocityType": "Set",
                  "VelocityConfig": {
                    "AirResistance": 0.99,
                    "AirResistanceMax": 0.98,
                    "GroundResistance": 0.94,
                    "GroundResistanceMax": 0.3,
                    "Threshold": 3.0,
                    "Style": "Linear"
                  }
                },
                "WorldParticles": [
                  {
                    "SystemId": "Impact_Critical",
                    "Scale": 1,
                    "RotationOffset": { "Yaw": 180, "Pitch": 0, "Roll": 0 }
                  }
                ],
                "LocalSoundEventId": "SFX_Daggers_T1_Slash_Impact",
                "WorldSoundEventId": "SFX_Daggers_T1_Slash_Impact"
              },
              "DamageCalculator": {
                "BaseDamage": {
                  "Physical": 30
                }
              }
            }
          ]
        }
      ]
    },
    "Pounce_Stab": {
      "Interactions": [
        {
          "Parent": "Weapon_Daggers_Primary_Pounce_Stab",
          "Effects": {
            "LocalSoundEventId": "SFX_Daggers_T1_Stab_Retreat_Local",
            "WorldSoundEventId": "SFX_Daggers_T1_Stab_Retreat"
          }
        }
      ]
    },
    "Pounce_Stab_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Daggers_Primary_Pounce_Stab_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 25
            }
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Daggers_T1_Stab_Impact",
            "LocalSoundEventId": "SFX_Daggers_T1_Stab_Impact"
          },
          "AngledDamage": [
            {
              "Angle": 180,
              "AngleDistance": 80,
              "DamageEffects": {
                "Knockback": {
                  "Direction": {
                    "X": 0,
                    "Y": 1,
                    "Z": -2
                  },
                  "Type": "Force",
                  "Force": 5,
                  "VelocityType": "Set",
                  "VelocityConfig": {
                    "AirResistance": 0.99,
                    "AirResistanceMax": 0.98,
                    "GroundResistance": 0.94,
                    "GroundResistanceMax": 0.3,
                    "Threshold": 3,
                    "Style": "Linear"
                  }
                },
                "WorldParticles": [
                  {
                    "SystemId": "Impact_Critical",
                    "Scale": 1,
                    "RotationOffset": {
                      "Yaw": 180,
                      "Pitch": 0,
                      "Roll": 0
                    }
                  }
                ],
                "LocalSoundEventId": "SFX_Daggers_T1_Stab_Impact",
                "WorldSoundEventId": "SFX_Daggers_T1_Stab_Impact"
              },
              "DamageCalculator": {
                "BaseDamage": {
                  "Physical": 38
                }
              }
            }
          ],
          "EntityStatsOnHit": [
            {
              "EntityStatId": "SignatureEnergy",
              "Amount": 6
            }
          ]
        }
      ]
    },
    "Guard_Wield": {
      "Interactions": [
        {
          "Parent": "Weapon_Daggers_Secondary_Guard_Wield",
          "Effects": {
            "WorldSoundEventId": "SFX_Daggers_T1_Guard",
            "LocalSoundEventId": "SFX_Daggers_T1_Guard_Local"
          },
          "BlockedEffects": {
            "WorldSoundEventId": "SFX_Light_Melee_T1_Guard_Hit"
          },
          "StaminaCost": {
            "Value": 5.56,
            "CostType": "Damage"
          }
        }
      ]
    },
    "Razorstrike_Slash_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Daggers_Signature_Razorstrike_Slash_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 16
            }
          },
          "EntityStatsOnHit": [],
          "AngledDamage": [
            {
              "Angle": 180,
              "AngleDistance": 80,
              "DamageEffects": {
                "Knockback": {
                  "Direction": {
                    "X": 0,
                    "Y": 1,
                    "Z": -2
                  },
                  "Type": "Force",
                  "Force": 7,
                  "VelocityType": "Add",
                  "VelocityConfig": {
                    "AirResistance": 0.99,
                    "AirResistanceMax": 0.98,
                    "GroundResistance": 0.94,
                    "GroundResistanceMax": 0.3,
                    "Threshold": 3,
                    "Style": "Linear"
                  }
                },
                "WorldParticles": [
                  {
                    "SystemId": "Impact_Critical",
                    "Scale": 1,
                    "RotationOffset": {
                      "Yaw": 180,
                      "Pitch": 0,
                      "Roll": 0
                    }
                  }
                ],
                "LocalSoundEventId": "SFX_Daggers_T1_Slash_Impact",
                "WorldSoundEventId": "SFX_Daggers_T1_Slash_Impact"
              },
              "DamageCalculator": {
                "BaseDamage": {
                  "Physical": 24
                }
              }
            }
          ],
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Daggers_T1_Slash_Impact",
            "LocalSoundEventId": "SFX_Daggers_T1_Slash_Impact"
          }
        }
      ]
    },
    "Razorstrike_Sweep_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Daggers_Signature_Razorstrike_Sweep_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 20
            }
          },
          "EntityStatsOnHit": [],
          "AngledDamage": [
            {
              "Angle": 180,
              "AngleDistance": 80,
              "DamageEffects": {
                "Knockback": {
                  "Direction": {
                    "X": 0,
                    "Y": 1,
                    "Z": -1
                  },
                  "Type": "Force",
                  "Force": 7,
                  "VelocityType": "Add",
                  "VelocityConfig": {
                    "AirResistance": 0.99,
                    "AirResistanceMax": 0.98,
                    "GroundResistance": 0.94,
                    "GroundResistanceMax": 0.3,
                    "Threshold": 3,
                    "Style": "Linear"
                  }
                },
                "WorldParticles": [
                  {
                    "SystemId": "Impact_Critical",
                    "Scale": 1,
                    "RotationOffset": {
                      "Yaw": 180,
                      "Pitch": 0,
                      "Roll": 0
                    }
                  }
                ],
                "LocalSoundEventId": "SFX_Daggers_T1_Slash_Impact",
                "WorldSoundEventId": "SFX_Daggers_T1_Slash_Impact"
              },
              "DamageCalculator": {
                "BaseDamage": {
                  "Physical": 30
                }
              }
            }
          ],
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Daggers_T1_Slash_Impact",
            "LocalSoundEventId": "SFX_Daggers_T1_Slash_Impact"
          }
        }
      ]
    },
    "Razorstrike_Lunge_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Daggers_Signature_Razorstrike_Lunge_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Physical": 23
            }
          },
          "EntityStatsOnHit": [],
          "AngledDamage": [
            {
              "Angle": 180,
              "AngleDistance": 80,
              "DamageEffects": {
                "Knockback": {
                  "Direction": {
                    "X": 0,
                    "Y": 2,
                    "Z": -3
                  },
                  "Type": "Force",
                  "Force": 12,
                  "VelocityType": "Set",
                  "VelocityConfig": {
                    "AirResistance": 0.99,
                    "AirResistanceMax": 0.98,
                    "GroundResistance": 0.94,
                    "GroundResistanceMax": 0.3,
                    "Threshold": 3,
                    "Style": "Linear"
                  }
                },
                "WorldParticles": [
                  {
                    "SystemId": "Impact_Critical",
                    "Scale": 1,
                    "RotationOffset": {
                      "Yaw": 180,
                      "Pitch": 0,
                      "Roll": 0
                    }
                  }
                ],
                "LocalSoundEventId": "SFX_Daggers_T1_Slash_Impact",
                "WorldSoundEventId": "SFX_Daggers_T1_Slash_Impact"
              },
              "DamageCalculator": {
                "BaseDamage": {
                  "Physical": 35
                }
              }
            }
          ],
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Daggers_T1_Slash_Impact",
            "LocalSoundEventId": "SFX_Daggers_T1_Slash_Impact"
          }
        }
      ]
    }
  },
  "MaxDurability": 80,
  "DurabilityLossOnHit": 0.1
}