Wizards: Nerf rumble max level from level 5 to level 3
This commit is contained in:
parent
241935ef63
commit
5ee3f48754
@ -323,7 +323,7 @@ public enum SpellType // ❤
|
|||||||
"Rumble", // Spell name
|
"Rumble", // Spell name
|
||||||
new ItemStack(Material.PUMPKIN_SEEDS), // Spell icon
|
new ItemStack(Material.PUMPKIN_SEEDS), // Spell icon
|
||||||
SpellRumble.class, // Spell class
|
SpellRumble.class, // Spell class
|
||||||
5, // Spell max level
|
3, // Spell max level
|
||||||
30, // Mana cost
|
30, // Mana cost
|
||||||
15, // Spell cooldown
|
15, // Spell cooldown
|
||||||
0, // Mana cost change per level
|
0, // Mana cost change per level
|
||||||
|
Loading…
Reference in New Issue
Block a user