We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada3cf2 commit c584bbaCopy full SHA for c584bba
2 files changed
configuration/skyblock/items/weapons.yml
@@ -81,7 +81,6 @@ items:
81
material: DIAMOND_SHOVEL
82
rarity: EPIC
83
default_statistics:
84
- intelligence: 5000
85
damage: 120
86
strength: 100
87
abilities:
type.skyblockgeneric/src/main/java/net/swofty/type/skyblockgeneric/user/SkyBlockPlayer.java
@@ -78,7 +78,7 @@ public class SkyBlockPlayer extends HypixelPlayer {
78
@Setter
79
public boolean isBankDelayed = false;
80
- private float mana = 5000;
+ private float mana = 100;
private boolean inLaunchpad = false;
0 commit comments