V0.2.0: made Blandfruit seeds significantly less rare.

This commit is contained in:
Evan Debenham 2014-08-21 01:35:16 -04:00
parent 217495bc6e
commit 5e4108510a

View File

@ -186,7 +186,7 @@ public class Generator {
Fadeleaf.Seed.class, Fadeleaf.Seed.class,
Rotberry.Seed.class, Rotberry.Seed.class,
BlandfruitBush.Seed.class}; BlandfruitBush.Seed.class};
Category.SEED.probs = new float[]{ 7, 7, 7, 7, 7, 7, 7, 0, 1 }; Category.SEED.probs = new float[]{ 3, 3, 3, 3, 3, 3, 3, 0, 1 };
} }
public static void reset() { public static void reset() {