예제 #1
0
파일: Lizard.java 프로젝트: Cocanuta/Marble
 public void affectCharStats(MOB affectedMOB, CharStats affectableStats) {
   super.affectCharStats(affectedMOB, affectableStats);
   affectableStats.setRacialStat(CharStats.STAT_STRENGTH, 3);
   affectableStats.setRacialStat(CharStats.STAT_INTELLIGENCE, 1);
   affectableStats.setRacialStat(CharStats.STAT_DEXTERITY, 3);
 }