Esempio n. 1
0
 def initCharacter(self):
     abils = self.pullABIL()
     info = self.pullINFO()
     self.activeCharacter = dnd.character(
         info['name'], int(info['level']), abils,
         self.characterdata['Attacks'], info['class'],
         int(info['caster level']), self.characterdata['spell slots'])
     self.spell.draw()