コード例 #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);
 }