Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MBatt1 committed Apr 26, 2024
1 parent 4a3c467 commit b813548
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
import net.id.paradiselost.component.MoaGenes;

public enum MoaAttributes {
GROUND_SPEED(0.24F, 1F, 0.152F),
GLIDING_SPEED(0.055F, 0.25F, 0.039F),
GLIDING_DECAY(0.9F, 0.5F, 0.08F),
JUMPING_STRENGTH(0.25F, 0.15F, 0.02F),
GROUND_SPEED(0.24F, 1F, 0.1F),
GLIDING_SPEED(0.055F, 0.25F, 0.03F),
GLIDING_DECAY(0.5F, 0.9F, 0.06F),
JUMPING_STRENGTH(0.15F, 0.25F, 0.02F),
DROP_MULTIPLIER(1, 6, 1),
MAX_HEALTH(10, 40, 6);
MAX_HEALTH(10, 40, 5);

public final float min, max, gradeInterval;

Expand Down

0 comments on commit b813548

Please sign in to comment.