I believe that in EggWars, you should be able to buy 5 different kinds of Haste Potions, because of 2 reasons! 1, it decreases mining time, and 2, it decreases attack interval.
Haste 1: Bought with 4 Diamonds
/give command:
/give @p potion 1 8195 {
CustomPotionEffects: [
{
Id: 3,
Amplifier: 1,
Duration: 1800
}
],
display: {
Name: "Haste Potion I",
Lore: [
"Use this to decrease attack speed",
"Or to decrease mining speed!"
]
}
}
Haste 2: Bought with 8 Diamonds:
/give command:
/give @p potion 1 8195 {
CustomPotionEffects: [
{
Id: 3,
Amplifier: 2,
Duration: 1800
}
],
display: {
Name: "Haste Potion II",
Lore: [
"Use this to decrease attack speed",
"Or to decrease mining speed!"
]
}
}
Haste 3: Bought with 16 Diamonds:
/give command:
/give @p potion 1 8195 {
CustomPotionEffects: [
{
Id: 3,
Amplifier: 3,
Duration: 1800
}
],
display: {
Name: "Haste Potion III",
Lore: [
"Use this to decrease attack speed",
"Or to decrease mining speed!"
]
}
}
Haste 4: Can be bought with 32 diamonds:
/give command:
/give @p potion 1 8195 {
CustomPotionEffects: [
{
Id: 3,
Amplifier: 4,
Duration: 1800
}
],
display: {
Name: "Haste Potion IV",
Lore: [
"Use this to decrease attack speed",
"Or to decrease mining speed!"
]
}
}
Haste 5: Can be bought with 64 diamonds:
/give command:
/give @p potion 1 8195 {
CustomPotionEffects: [
{
Id: 3,
Amplifier: 5,
Duration: 1800
}
],
display: {
Name: "Haste Potion V",
Lore: [
"Use this to decrease attack speed",
"Or to decrease mining speed!"
]
}
}
Give your opinion below!
Haste 1: Bought with 4 Diamonds
/give command:
/give @p potion 1 8195 {
CustomPotionEffects: [
{
Id: 3,
Amplifier: 1,
Duration: 1800
}
],
display: {
Name: "Haste Potion I",
Lore: [
"Use this to decrease attack speed",
"Or to decrease mining speed!"
]
}
}
Haste 2: Bought with 8 Diamonds:
/give command:
/give @p potion 1 8195 {
CustomPotionEffects: [
{
Id: 3,
Amplifier: 2,
Duration: 1800
}
],
display: {
Name: "Haste Potion II",
Lore: [
"Use this to decrease attack speed",
"Or to decrease mining speed!"
]
}
}
Haste 3: Bought with 16 Diamonds:
/give command:
/give @p potion 1 8195 {
CustomPotionEffects: [
{
Id: 3,
Amplifier: 3,
Duration: 1800
}
],
display: {
Name: "Haste Potion III",
Lore: [
"Use this to decrease attack speed",
"Or to decrease mining speed!"
]
}
}
Haste 4: Can be bought with 32 diamonds:
/give command:
/give @p potion 1 8195 {
CustomPotionEffects: [
{
Id: 3,
Amplifier: 4,
Duration: 1800
}
],
display: {
Name: "Haste Potion IV",
Lore: [
"Use this to decrease attack speed",
"Or to decrease mining speed!"
]
}
}
Haste 5: Can be bought with 64 diamonds:
/give command:
/give @p potion 1 8195 {
CustomPotionEffects: [
{
Id: 3,
Amplifier: 5,
Duration: 1800
}
],
display: {
Name: "Haste Potion V",
Lore: [
"Use this to decrease attack speed",
"Or to decrease mining speed!"
]
}
}
Give your opinion below!