Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex

This commit is contained in:
Jonathan Williams 2014-11-29 03:17:53 -08:00
commit 5a281a56e9

View File

@ -268,12 +268,12 @@ public class SkillFactory extends MiniPlugin implements ISkillFactory
new Material[] {Material.IRON_AXE, Material.GOLD_AXE, Material.DIAMOND_AXE},
new Action[] {Action.RIGHT_CLICK_AIR, Action.RIGHT_CLICK_BLOCK}));
AddSkill(new Taunt(this, "Battle Taunt", ClassType.Brute, SkillType.Axe,
1, 5,
0, 0,
30000, -2000, true,
new Material[] {Material.IRON_AXE, Material.GOLD_AXE, Material.DIAMOND_AXE},
new Action[] {Action.RIGHT_CLICK_AIR, Action.RIGHT_CLICK_BLOCK}));
// AddSkill(new Taunt(this, "Battle Taunt", ClassType.Brute, SkillType.Axe,
// 1, 5,
// 0, 0,
// 30000, -2000, true,
// new Material[] {Material.IRON_AXE, Material.GOLD_AXE, Material.DIAMOND_AXE},
// new Action[] {Action.RIGHT_CLICK_AIR, Action.RIGHT_CLICK_BLOCK}));
//Passive A
AddSkill(new Stampede(this, "Stampede", ClassType.Brute, SkillType.PassiveA, 1, 3));