[Knight/Riposte] Change base recharge from 10s to 14s [PC-342]

This commit is contained in:
Ben 2016-05-20 11:06:23 +01:00
parent 6020881af2
commit 0883937316

View File

@ -374,7 +374,7 @@ public class SkillFactory extends MiniPlugin implements ISkillFactory
AddSkill(new Riposte(this, "Riposte", ClassType.Knight, SkillType.Sword,
1, 5,
0, 0,
11000, -1000, false,
15000, -1000, false,
new Material[] {Material.IRON_SWORD, Material.GOLD_SWORD, Material.DIAMOND_SWORD},
new Action[] {Action.RIGHT_CLICK_AIR, Action.RIGHT_CLICK_BLOCK}));