Beispiel #1
0
 public void applyEffect(CMoveCombatable character)
 {
     character.addToStat(cursedStat, -curseStrength);
 }
Beispiel #2
0
 public void applyEffect(CMoveCombatable character)
 {
     character.addToStat(blessedStat, blessingStrength);
 }