v0.3.2: rebalanced earlygame enemy stats and distributions

This commit is contained in:
Evan Debenham
2015-09-22 03:21:26 -04:00
parent 71e78f23c4
commit 2e1e6547a3
6 changed files with 21 additions and 18 deletions
@@ -49,7 +49,7 @@ public class Gnoll extends Mob {
@Override
public int attackSkill( Char target ) {
return 11;
return 10;
}
@Override