Revert "Started with rework of alloying process and balancing of levels of natural ores."

This commit is contained in:
2017-09-23 15:22:50 +02:00
parent 076a6d6f87
commit 1c07cfc5ee
6 changed files with 134 additions and 51 deletions

View File

@@ -22,7 +22,7 @@ import java.util.Optional;
public class TraitCursed extends AbstractTrait {
private static int chance = 20000;
private static int chance = 60 * 1000;
public TraitCursed() {
super(TraitCursed.class.getSimpleName().toLowerCase().substring(5), TextFormatting.RED);