mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 10:44:43 +02:00
Added Limit Break to Archery, Axes, Swords, Unarmed
This commit is contained in:
@ -166,6 +166,9 @@ Archery.SubSkill.Daze.Stat=Daze Chance
|
||||
Archery.SubSkill.ArrowRetrieval.Name=Arrow Retrieval
|
||||
Archery.SubSkill.ArrowRetrieval.Description=Chance to retrieve arrows from corpses
|
||||
Archery.SubSkill.ArrowRetrieval.Stat=Arrow Recovery Chance
|
||||
Archery.SubSkill.ArcheryLimitBreak.Name=Archery Limit Break
|
||||
Archery.SubSkill.ArcheryLimitBreak.Description=Breaking your limits.
|
||||
Archery.SubSkill.ArcheryLimitBreak.Stat=Limit Break Bonus DMG
|
||||
Archery.Listener=Archery:
|
||||
Archery.SkillName=ARCHERY
|
||||
#AXES
|
||||
@ -190,6 +193,9 @@ Axes.SubSkill.CriticalStrikes.Description=Double Damage
|
||||
Axes.SubSkill.CriticalStrikes.Stat=Critical Strike Chance
|
||||
Axes.SubSkill.AxeMastery.Name=Axe Mastery
|
||||
Axes.SubSkill.AxeMastery.Description=Adds bonus DMG
|
||||
Axes.SubSkill.AxesLimitBreak.Name=Axes Limit Break
|
||||
Axes.SubSkill.AxesLimitBreak.Description=Breaking your limits.
|
||||
Axes.SubSkill.AxesLimitBreak.Stat=Limit Break Bonus DMG
|
||||
Axes.SubSkill.ArmorImpact.Name=Armor Impact
|
||||
Axes.SubSkill.ArmorImpact.Description=Strike with enough force to shatter armor
|
||||
Axes.SubSkill.GreaterImpact.Name=Greater Impact
|
||||
@ -407,6 +413,9 @@ Swords.SubSkill.Rupture.Description=Apply a powerful bleed DoT
|
||||
Swords.SubSkill.Stab.Name=Stab
|
||||
Swords.SubSkill.Stab.Description=Adds bonus damage to your attacks.
|
||||
Swords.SubSkill.Stab.Stat=Stab Damage
|
||||
Swords.SubSkill.SwordsLimitBreak.Name=Swords Limit Break
|
||||
Swords.SubSkill.SwordsLimitBreak.Description=Breaking your limits.
|
||||
Swords.SubSkill.SwordsLimitBreak.Stat=Limit Break Bonus DMG
|
||||
Swords.SubSkill.Rupture.Stat=Rupture Chance
|
||||
Swords.SubSkill.Rupture.Stat.Extra=Rupture: [[GREEN]]{0} ticks [{1} DMG vs Player] [{2} DMG vs Mobs]
|
||||
Swords.Effect.4=Serrated Strikes Rupture+
|
||||
@ -483,6 +492,9 @@ Unarmed.SubSkill.Berserk.Stat=Berserk Length
|
||||
Unarmed.SubSkill.Disarm.Name=Disarm
|
||||
Unarmed.SubSkill.Disarm.Description=Drops the foes item held in hand
|
||||
Unarmed.SubSkill.Disarm.Stat=Disarm Chance
|
||||
Unarmed.SubSkill.UnarmedLimitBreak.Name=Unarmed Limit Break
|
||||
Unarmed.SubSkill.UnarmedLimitBreak.Description=Breaking your limits.
|
||||
Unarmed.SubSkill.UnarmedLimitBreak.Stat=Limit Break Bonus DMG
|
||||
Unarmed.SubSkill.IronArmStyle.Name=Iron Arm Style
|
||||
Unarmed.SubSkill.IronArmStyle.Description=Hardens your arm over time
|
||||
Unarmed.SubSkill.ArrowDeflect.Name=Arrow Deflect
|
||||
|
@ -248,6 +248,9 @@ permissions:
|
||||
mcmmo.ability.archery.skillshot: true
|
||||
mcmmo.ability.archery.daze: true
|
||||
mcmmo.ability.archery.arrowretrieval: true
|
||||
mcmmo.ability.archery.archerylimitbreak: true
|
||||
mcmmo.ability.archery.archerylimitbreak:
|
||||
description: Adds damage to bows and crossbows
|
||||
mcmmo.ability.archery.skillshot:
|
||||
description: Allows bonus damage from the Archery SkillShot ability
|
||||
mcmmo.ability.archery.daze:
|
||||
@ -267,6 +270,9 @@ permissions:
|
||||
mcmmo.ability.axes.greaterimpact: true
|
||||
mcmmo.ability.axes.armorimpact: true
|
||||
mcmmo.ability.axes.skullsplitter: true
|
||||
mcmmo.ability.axes.axeslimitbreak: true
|
||||
mcmmo.ability.axes.axeslimitbreak:
|
||||
description: Adds damage to axes
|
||||
mcmmo.ability.axes.axemastery:
|
||||
description: Allows bonus damage from Axes
|
||||
mcmmo.ability.axes.criticalhit:
|
||||
@ -564,6 +570,11 @@ permissions:
|
||||
mcmmo.ability.swords.stab: true
|
||||
mcmmo.ability.swords.counterattack: true
|
||||
mcmmo.ability.swords.serratedstrikes: true
|
||||
mcmmo.ability.swords.swordslimitbreak: true
|
||||
mcmmo.ability.swords.stab:
|
||||
description: Adds damage to swords
|
||||
mcmmo.ability.swords.swordslimitbreak:
|
||||
description: Adds damagee to swords
|
||||
mcmmo.ability.swords.rupture:
|
||||
description: Allows access to the Bleed ability
|
||||
mcmmo.ability.swords.counterattack:
|
||||
@ -640,6 +651,9 @@ permissions:
|
||||
mcmmo.ability.unarmed.arrowdeflect: true
|
||||
mcmmo.ability.unarmed.disarm: true
|
||||
mcmmo.ability.unarmed.irongrip: true
|
||||
mcmmo.ability.unarmed.unarmedlimitbreak: true
|
||||
mcmmo.ability.unarmed.unarmedlimitbreak:
|
||||
description: Adds damage to unarmed attacks
|
||||
mcmmo.ability.unarmed.berserk:
|
||||
description: Allows access to the Berserker ability
|
||||
mcmmo.ability.unarmed.blockcracker:
|
||||
|
@ -31,6 +31,29 @@ Alchemy:
|
||||
Rank_7: 850
|
||||
Rank_8: 1000
|
||||
Archery:
|
||||
ArcheryLimitBreak:
|
||||
Standard:
|
||||
Rank_1: 10
|
||||
Rank_2: 20
|
||||
Rank_3: 30
|
||||
Rank_4: 40
|
||||
Rank_5: 50
|
||||
Rank_6: 60
|
||||
Rank_7: 70
|
||||
Rank_8: 80
|
||||
Rank_9: 90
|
||||
Rank_10: 100
|
||||
RetroMode:
|
||||
Rank_1: 100
|
||||
Rank_2: 200
|
||||
Rank_3: 300
|
||||
Rank_4: 400
|
||||
Rank_5: 500
|
||||
Rank_6: 600
|
||||
Rank_7: 700
|
||||
Rank_8: 800
|
||||
Rank_9: 900
|
||||
Rank_10: 1000
|
||||
ArrowRetrieval:
|
||||
Standard:
|
||||
Rank_1: 2
|
||||
@ -86,6 +109,29 @@ Acrobatics:
|
||||
RetroMode:
|
||||
Rank_1: 20
|
||||
Axes:
|
||||
AxesLimitBreak:
|
||||
Standard:
|
||||
Rank_1: 10
|
||||
Rank_2: 20
|
||||
Rank_3: 30
|
||||
Rank_4: 40
|
||||
Rank_5: 50
|
||||
Rank_6: 60
|
||||
Rank_7: 70
|
||||
Rank_8: 80
|
||||
Rank_9: 90
|
||||
Rank_10: 100
|
||||
RetroMode:
|
||||
Rank_1: 100
|
||||
Rank_2: 200
|
||||
Rank_3: 300
|
||||
Rank_4: 400
|
||||
Rank_5: 500
|
||||
Rank_6: 600
|
||||
Rank_7: 700
|
||||
Rank_8: 800
|
||||
Rank_9: 900
|
||||
Rank_10: 1000
|
||||
SkullSplitter:
|
||||
Standard:
|
||||
Rank_1: 5
|
||||
@ -381,6 +427,29 @@ Fishing:
|
||||
Rank_7: 850
|
||||
Rank_8: 1000
|
||||
Swords:
|
||||
SwordsLimitBreak:
|
||||
Standard:
|
||||
Rank_1: 10
|
||||
Rank_2: 20
|
||||
Rank_3: 30
|
||||
Rank_4: 40
|
||||
Rank_5: 50
|
||||
Rank_6: 60
|
||||
Rank_7: 70
|
||||
Rank_8: 80
|
||||
Rank_9: 90
|
||||
Rank_10: 100
|
||||
RetroMode:
|
||||
Rank_1: 100
|
||||
Rank_2: 200
|
||||
Rank_3: 300
|
||||
Rank_4: 400
|
||||
Rank_5: 500
|
||||
Rank_6: 600
|
||||
Rank_7: 700
|
||||
Rank_8: 800
|
||||
Rank_9: 900
|
||||
Rank_10: 1000
|
||||
Stab:
|
||||
Standard:
|
||||
Rank_1: 75
|
||||
@ -410,6 +479,29 @@ Swords:
|
||||
RetroMode:
|
||||
Rank_1: 100
|
||||
Unarmed:
|
||||
UnarmedLimitBreak:
|
||||
Standard:
|
||||
Rank_1: 10
|
||||
Rank_2: 20
|
||||
Rank_3: 30
|
||||
Rank_4: 40
|
||||
Rank_5: 50
|
||||
Rank_6: 60
|
||||
Rank_7: 70
|
||||
Rank_8: 80
|
||||
Rank_9: 90
|
||||
Rank_10: 100
|
||||
RetroMode:
|
||||
Rank_1: 100
|
||||
Rank_2: 200
|
||||
Rank_3: 300
|
||||
Rank_4: 400
|
||||
Rank_5: 500
|
||||
Rank_6: 600
|
||||
Rank_7: 700
|
||||
Rank_8: 800
|
||||
Rank_9: 900
|
||||
Rank_10: 1000
|
||||
Berserk:
|
||||
Standard:
|
||||
Rank_1: 10
|
||||
|
Reference in New Issue
Block a user