예제 #1
0
파일: other.py 프로젝트: alexbft/Karty-RPG
 def __init__(self):
     Spell.__init__(self)
     self.name = u"%s %s%s" % (constants.stats[self.stat], ("+" if self.q > 0 else ""), self.q)
예제 #2
0
파일: other.py 프로젝트: alexbft/Karty-RPG
 def __init__(self):
     Spell.__init__(self)
     self.name = u"%s +%s%%" % (constants.stats[self.stat], int(self.q * 100))