Brute Takedown skill nerf [PC-335]

This commit is contained in:
Ben 2016-05-20 01:09:46 +01:00
parent 7f44281441
commit dc7ea4e9c7

View File

@ -337,7 +337,7 @@ public class SkillFactory extends MiniPlugin implements ISkillFactory
AddSkill(new Takedown(this, "Takedown", ClassType.Brute, SkillType.Axe,
1, 5,
0, 0,
21000, -1000, true,
17000, -1000, true,
new Material[] {Material.IRON_AXE, Material.GOLD_AXE, Material.DIAMOND_AXE},
new Action[] {Action.RIGHT_CLICK_AIR, Action.RIGHT_CLICK_BLOCK}));