package mineplex.core.gadget.gadgets.particle; import org.bukkit.Material; import mineplex.core.common.util.C; import mineplex.core.common.util.LineFormat; import mineplex.core.common.util.UtilText; import mineplex.core.gadget.GadgetManager; import mineplex.core.gadget.util.CostConstants; public class ParticleLegendaryHero extends ParticleImageGadget { private static final String[] PARTICLE = { "137,139,140/117,123,124/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/", "117,123,124/137,139,140/117,123,124/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/", "-1,-1,-1/117,123,124/137,139,140/117,123,124/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/", "-1,-1,-1/181,181,181/181,181,181/181,181,181/181,181,181/181,181,181/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/", "-1,-1,-1/211,211,211/29,101,143/29,101,143/29,101,143/255,24,0/181,181,181/181,181,181/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/", "-1,-1,-1/211,211,211/29,101,143/181,181,181/29,101,143/29,101,143/255,24,0/29,101,143/181,181,181/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/", "181,181,181/34,118,167/255,198,0/255,198,0/29,101,143/255,24,0/29,101,143/255,24,0/29,101,143/151,151,151/-1,-1,-1/-1,-1,-1/-1,-1,-1/", "211,211,211/34,118,167/255,231,0/255,198,0/29,101,143/255,28,0/29,101,143/255,24,0/29,101,143/151,151,151/-1,-1,-1/-1,-1,-1/-1,-1,-1/", "-1,-1,-1/181,181,181/34,118,167/181,181,181/29,101,143/29,101,143/255,28,0/34,118,167/151,151,151/98,103,103/-1,-1,-1/-1,-1,-1/-1,-1,-1/", "-1,-1,-1/211,211,211/34,118,167/34,118,167/34,118,167/255,24,0/151,151,151/151,151,151/98,103,103/114,116,117/98,103,103/4,14,89/-1,-1,-1/", "-1,-1,-1/211,211,211/211,211,211/211,211,211/211,211,211/181,181,181/-1,-1,-1/-1,-1,-1/-1,-1,-1/98,103,103/5,17,107/5,17,107/-1,-1,-1/", "-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/7,23,146/7,23,146/255,198,0/4,14,89/", "-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/-1,-1,-1/7,23,146/7,23,146/", }; public ParticleLegendaryHero(GadgetManager manager) { super(manager, "Legendary Hero", UtilText.splitLineToArray(C.cGray + "Rumor has it that a legendary hero once used these to save a far away kingdom.", LineFormat.LORE), PARTICLE, CostConstants.FOUND_IN_TREASURE_CHESTS, Material.DIAMOND_SWORD, (byte) 0); } }