Last traits added. Renamed most Items, Blocks & Traits.

This commit is contained in:
Robert Sosnitzka
2016-07-15 23:25:32 +02:00
parent a41dffd0c5
commit 6e82e03ce5
16 changed files with 892 additions and 35 deletions

View File

@@ -54,7 +54,7 @@ public class TraitAnalysing extends AbstractTrait {
}
private int getUpdateXP(int xp) {
float exp = (float) random.nextFloat() * random.nextFloat() * random.nextFloat() * (xp + 8) * 50;
float exp = (float) random.nextFloat() * random.nextFloat() * random.nextFloat() * (xp + 18) * 50;
return Math.round(exp);
}