@Override public void affectCharStats(MOB affectedMOB, CharStats affectableStats) { super.affectCharStats(affectedMOB, affectableStats); affectableStats.setRacialStat(CharStats.STAT_STRENGTH, 12); affectableStats.setRacialStat(CharStats.STAT_DEXTERITY, 10); affectableStats.setRacialStat(CharStats.STAT_INTELLIGENCE, 7); }
@Override public void affectCharStats(MOB affectedMOB, CharStats affectableStats) { super.affectCharStats(affectedMOB, affectableStats); affectableStats.setRacialStat(CharStats.STAT_STRENGTH, 5); affectableStats.setRacialStat(CharStats.STAT_DEXTERITY, 10); affectableStats.setRacialStat(CharStats.STAT_INTELLIGENCE, 1); affectableStats.setStat( CharStats.STAT_SAVE_POISON, affectableStats.getStat(CharStats.STAT_SAVE_POISON) + 100); }