Make morphs display the current cost

This commit is contained in:
Sam 2017-08-03 01:41:52 +01:00
parent eb9d13bf15
commit b692bf1e75
8 changed files with 8 additions and 8 deletions

View File

@ -62,7 +62,7 @@ public class MorphAnath extends MorphGadget
C.cWhite + "fiery particles.",
"",
C.cGreen + "Sneak" + C.cWhite + " to use " + C.cYellow + "Flame Dash" + C.cWhite + "."
}, LineFormat.LORE), -2, Material.GLASS, (byte) 0);
}, LineFormat.LORE), -20, Material.GLASS, (byte) 0);
setDisplayItem(SkinData.ANATH.getSkull());
}

View File

@ -70,7 +70,7 @@ public class MorphBardolf extends MorphGadget
"",
C.cGreen + "Click" + C.cWhite + " your " + C.cYellow + "Bone" + C.cWhite + " to",
C.cWhite + "play " + C.cYellow + "Fetch" + C.cWhite + " with your wolves!"
}, LineFormat.LORE), -2, Material.GLASS, (byte) 0);
}, LineFormat.LORE), -20, Material.GLASS, (byte) 0);
setDisplayItem(SkinData.BARDOLF.getSkull());
}

View File

@ -56,7 +56,7 @@ public class MorphBiff extends MorphGadget
C.cGreen + "Click" + C.cWhite + " your " + C.cYellow + "Nether Star" + C.cWhite + " to",
C.cWhite + "mount your " + C.cYellow + "Horse" + C.cWhite + " and",
C.cWhite + "knock back nearby players."
}, LineFormat.LORE), -2, Material.GLASS, (byte) 0);
}, LineFormat.LORE), -20, Material.GLASS, (byte) 0);
setDisplayItem(SkinData.BIFF.getSkull());
}

View File

@ -74,7 +74,7 @@ public class MorphDana extends MorphGadget
C.cWhite + "deploy your " + C.cYellow + "Rally" + C.cWhite + ".",
"",
C.cGreen + "Sneak" + C.cWhite + " to use " + C.cYellow + "Knock up" + C.cWhite + "."
}, LineFormat.LORE), -2, Material.GLASS, (byte) 0);
}, LineFormat.LORE), -20, Material.GLASS, (byte) 0);
setDisplayItem(SkinData.DANA.getSkull());
}

View File

@ -57,7 +57,7 @@ public class MorphDevon extends MorphGadget
"",
C.cGreen + "Shoot" + C.cWhite + " your " + C.cYellow + "Bow" + C.cWhite + " to fire",
C.cYellow + "TNT Infused" + C.cWhite + " arrows which explode on contact."
}, LineFormat.LORE), -2, Material.GLASS, (byte) 0);
}, LineFormat.LORE), -20, Material.GLASS, (byte) 0);
setDisplayItem(SkinData.DEVON.getSkull());
_tntGadget = manager.getGadget(ItemTNT.class);

View File

@ -55,7 +55,7 @@ public class MorphHattori extends MorphGadget
C.cWhite + "snowballs in the direction you are looking.",
"",
C.cGreen + "Sneak" + C.cWhite + " to " + C.cYellow + "Dash" + C.cWhite + "."
}, LineFormat.LORE), -2, Material.GLASS, (byte) 0);
}, LineFormat.LORE), -20, Material.GLASS, (byte) 0);
setDisplayItem(SkinData.HATTORI.getSkull());
}

View File

@ -48,7 +48,7 @@ public class MorphLarissa extends MorphGadget
C.cGreen + "Click" + C.cWhite + " your " + C.cYellow + "Wand" + C.cWhite + " to fire",
C.cWhite + "a beam of " + C.cWhite + "Water" + C.cWhite + " that",
C.cYellow + "Knocks Back" + C.cWhite + " players it hits."
}, LineFormat.LORE), -2, Material.GLASS, (byte) 0);
}, LineFormat.LORE), -20, Material.GLASS, (byte) 0);
setDisplayItem(SkinData.LARISSA.getSkull());
}

View File

@ -48,7 +48,7 @@ public class MorphRowena extends MorphGadget
"",
C.cGreen + "Shoot" + C.cWhite + " your " + C.cYellow + "Bow" + C.cWhite + " to fire",
C.cWhite + "arrows to be imbued with " + C.cYellow + "Light" + C.cWhite + ".",
}, LineFormat.LORE), -2, Material.GLASS, (byte) 0);
}, LineFormat.LORE), -20, Material.GLASS, (byte) 0);
setDisplayItem(SkinData.ROWENA.getSkull());
}