Added lifesteal and spell vamp

This commit is contained in:
Indyuce 2022-03-05 11:01:18 +01:00
parent ea929412ed
commit a180d65459
3 changed files with 6 additions and 0 deletions

View File

@ -91,6 +91,8 @@ public class ItemStats {
PVE_DAMAGE_REDUCTION = new DoubleStat("PVE_DAMAGE_REDUCTION", VersionMaterial.PORKCHOP.toMaterial(), "PvE Damage Reduction", new String[]{"Reduces damage dealt by mobs.", "In %."}), PVE_DAMAGE_REDUCTION = new DoubleStat("PVE_DAMAGE_REDUCTION", VersionMaterial.PORKCHOP.toMaterial(), "PvE Damage Reduction", new String[]{"Reduces damage dealt by mobs.", "In %."}),
PVP_DAMAGE_REDUCTION = new DoubleStat("PVP_DAMAGE_REDUCTION", VersionMaterial.SKELETON_SKULL.toMaterial(), "PvP Damage Reduction", new String[]{"Reduces damage dealt by players", "In %."}), PVP_DAMAGE_REDUCTION = new DoubleStat("PVP_DAMAGE_REDUCTION", VersionMaterial.SKELETON_SKULL.toMaterial(), "PvP Damage Reduction", new String[]{"Reduces damage dealt by players", "In %."}),
UNDEAD_DAMAGE = new DoubleStat("UNDEAD_DAMAGE", VersionMaterial.SKELETON_SKULL.toMaterial(), "Undead Damage", new String[]{"Deals additional damage to undead.", "In %."}), UNDEAD_DAMAGE = new DoubleStat("UNDEAD_DAMAGE", VersionMaterial.SKELETON_SKULL.toMaterial(), "Undead Damage", new String[]{"Deals additional damage to undead.", "In %."}),
LIFESTEAL = new DoubleStat("LIFESTEAL", Material.REDSTONE, "Lifesteal", new String[]{"Percentage of damage you gain back as", "health when inflicting weapon damage."}),
SPELL_VAMPIRISM = new DoubleStat("SPELL_VAMPIRISM", Material.REDSTONE, "Spell Vampirism", new String[]{"Percentage of damage you gain back as", "health when inflicting skill damage."}),
// Extra Stats // Extra Stats
UNBREAKABLE = new Unbreakable(), UNBREAKABLE = new Unbreakable(),

View File

@ -97,6 +97,8 @@ lore-format:
- '#repair#' - '#repair#'
- '#repair-percent#' - '#repair-percent#'
- '#item-cooldown#' - '#item-cooldown#'
- '#lifesteal#'
- '#spell-vampirism#'
- '#additional-experience#' - '#additional-experience#'
- '#additional-experience-alchemy#' - '#additional-experience-alchemy#'
- '#additional-experience-enchanting#' - '#additional-experience-enchanting#'

View File

@ -14,6 +14,8 @@ handworn: '&3 &7■ Handworn'
knockback: '&3 &7■ Knockback: &f#' knockback: '&3 &7■ Knockback: &f#'
recoil: '&3 &7■ Recoil: &f#%' recoil: '&3 &7■ Recoil: &f#%'
note-weight: '&3 &7■ Note Weight: &f#' note-weight: '&3 &7■ Note Weight: &f#'
lifesteal: '&3 &7■ Lifesteal: &c+#%'
spell-vampirism: '&3 &7■ Spell Vampirism: &c+#%'
# Extra Damage # Extra Damage
pve-damage: '&3 &7■ PvE Damage: &f<plus>#%' pve-damage: '&3 &7■ PvE Damage: &f<plus>#%'