import wcs, playerlib, es, random, gamethread from wcs import wcs k = 'Kirby' race = wcs.Race(k) raceskill = wcs.Race(k).registerSkill raceskill('Inhale', 5, 1, "Your enemies get drawn towards you on hurt and you can drain their powers") raceskill('Float', 6, 1, "Hold your ability key down to suck in air and float higher") race.registerUltimate("Smash", 4, 4, 5, "Hold down your ultimate to jump and smash causing an earthquake") race.registerMinLevel(65) ''' Methods of setting: 'health': ['getlevel', , , ] (this will add * + ) 'health': ['add', ] (This will add 'health': ['set', ] (this will set ) Setable thingies: 'health', 'speed', 'cooldown': [,