v0.3.0: added wand of transfusion

This commit is contained in:
Evan Debenham
2015-05-14 02:25:47 -04:00
parent 610cffcb9e
commit edadf3f38e
6 changed files with 257 additions and 3 deletions
@@ -127,10 +127,10 @@ public class Generator {
WandOfFrost.class,
WandOfPrismaticLight.class,
//WandOfWarding.class,
//WandOfTransfusion.class,
WandOfTransfusion.class,
//WandOfCorruption.class,
WandOfRegrowth.class };
Category.WAND.probs = new float[]{ 4, 4, 4, 4, 4, 3, /*3,*/ 3, 3, /*3, 3, 3,*/ 3 };
Category.WAND.probs = new float[]{ 4, 4, 4, 4, 4, 3, /*3,*/ 3, 3, /*3,*/ 3, /*3,*/ 3 };
Category.WEAPON.classes = new Class<?>[]{
Dagger.class,