Update kit descriptions to reflect changes

This commit is contained in:
Sam 2018-01-10 16:19:41 +00:00 committed by Alexander Meech
parent 7f6537773b
commit 35029bb33b
2 changed files with 2 additions and 3 deletions

View File

@ -26,7 +26,6 @@ public class KitEarth extends ProgressingKit
C.cYellow + "Right-Click" + C.cWhite + " to fire " + C.cGreen + "Throwable Dirt",
"You recieve " + C.cGreen + "1 Throwable Dirt " + C.cWhite + "every",
C.cGreen + UtilTime.convertString(20000, 0, TimeUnit.SECONDS) + C.cWhite + ".",
"You take " + C.cGreen + "25" + C.cWhite + "% knockback while on the ground."
};
private static final ItemStack SKILL_ITEM = new ItemBuilder(Material.DIRT)

View File

@ -25,8 +25,8 @@ public class KitFire extends ProgressingKit
"Start with " + C.cGreen + "Wood Sword" + C.cGray + " and " + C.cGreen + "Blaze Rod",
"",
C.cYellow + "Right Click" + C.cWhite + " with Blaze Rod to use " + C.cGreen + "Fire Burst",
"Sends out a pulse of fire that deals " + C.cGreen + 5 + C.cWhite + " damage to",
"all players within " + C.cGreen + 4 + C.cWhite + " blocks.",
"Sends out a pulse of fire that deals " + C.cGreen + 6 + C.cWhite + " damage to",
"all players within " + C.cGreen + 6 + C.cWhite + " blocks.",
"Cooldown " + C.cGreen + UtilTime.convertString(30000, 0, TimeUnit.SECONDS) + C.cWhite + "."
};