예제 #1
0
 def __init__(self):
     super().__init__()
     self._name = 'Manapher'
     self._description = 'A lesser elemental, also called an elemental mote.'
     self._element = Elements.LIGHT
     self._left_icon = ':koala:'
     self._right_icon = ':koala:'
     self._portrait = None
     self._learnable_abilities = [
         LearnableAbilities.claw(),
         LearnableAbilities.shining_laser()
     ]
예제 #2
0
파일: tophu.py 프로젝트: Hammerlord/Monbot
 def __init__(self):
     super().__init__()
     self._name = 'Tophu'
     self._description = 'A lesser elemental, also called an elemental mote.'
     self._element = Elements.LIGHT
     self._left_icon = '✨'
     self._right_icon = '✨'
     self._portrait = None
     self._learnable_abilities = [
         LearnableAbilities.claw(),
         LearnableAbilities.slam()
     ]
예제 #3
0
파일: rex.py 프로젝트: Hammerlord/Monbot
 def __init__(self):
     super().__init__()
     self._name = 'Rex'
     self._description = 'The mountains awoke when their charge granted them a portion of her life force.'
     self._element = Elements.EARTH
     self._left_icon = ':rhino:'
     self._right_icon = ':rhino:'
     self._portrait = None
     self._learnable_abilities = [LearnableAbilities.slam(),
                                  LearnableAbilities.charge(),
                                  LearnableAbilities.enrage(4),
                                  LearnableAbilities.rampage(9),
                                  LearnableAbilities.rend(14),
                                  LearnableAbilities.quake(18),
                                  LearnableAbilities.fireball(23),
                                  LearnableAbilities.stormbolt(28),
                                  LearnableAbilities.counter(33)]
예제 #4
0
 def __init__(self):
     super().__init__()
     self._name = 'Felix'
     self._description = ('An aquatic twin-tailed fox with an uncanny ability to sense people in distress.'
                          'It is said to come to the aid of the lost.')
     self._element = Elements.WATER
     self._growth_rate = GrowthRate()
     self._left_icon = ':fox:'
     self._right_icon = ':fox:'
     self._portrait = None
     self._learnable_abilities = [LearnableAbilities.slam(),
                                  LearnableAbilities.blessed_rain(),
                                  LearnableAbilities.geyser(5),
                                  LearnableAbilities.windrush(10),
                                  LearnableAbilities.gale_step(15),
                                  LearnableAbilities.cyclone(20),
                                  LearnableAbilities.deluge(25),
                                  LearnableAbilities.frost_barrier(30),
                                  LearnableAbilities.icy_snap(35)]
예제 #5
0
 def __init__(self):
     super().__init__()
     self._name = 'Nepharus'
     self._description = ('A jet-black serpent with baleful eyes. It'
                          'resides in the far recesses of the cosmos.')
     self._element = Elements.DARK
     self._left_icon = ':tophat:'
     self._right_icon = ':tophat:'
     self._portrait = None
     self._learnable_abilities = [
         LearnableAbilities.razor_fangs(),
         LearnableAbilities.reap(),
         LearnableAbilities.blood_fangs(5),
         LearnableAbilities.rend(10),
         LearnableAbilities.black_pinion(15),
         LearnableAbilities.geyser(20),
         LearnableAbilities.quake(25),
         LearnableAbilities.dissonant_roar(30),
         LearnableAbilities.howling_dark(35)
     ]
예제 #6
0
파일: mithus.py 프로젝트: Hammerlord/Monbot
 def __init__(self):
     super().__init__()
     self._name = 'Mithus'
     self._description = 'Avatar of water'
     self._element = Elements.WATER
     self._left_icon = WHALE
     self._right_icon = WHALE
     self._portrait = None
     self._learnable_abilities = [
         LearnableAbilities.razor_fangs(),
         LearnableAbilities.claw(),
         LearnableAbilities.geyser(4),
         LearnableAbilities.frost_barrier(8),
         LearnableAbilities.icy_snap(12),
         LearnableAbilities.enrage(16),
         LearnableAbilities.deluge(25),
         LearnableAbilities.dissonant_roar(30)
     ]
예제 #7
0
파일: roaus.py 프로젝트: Hammerlord/Monbot
 def __init__(self):
     super().__init__()
     self._name = 'Roaus'
     self._description = 'A horse with a thousand hammers'
     self._element = Elements.EARTH
     self._left_icon = OX
     self._right_icon = OX
     self._portrait = None
     self._learnable_abilities = [LearnableAbilities.charge(),
                                  LearnableAbilities.slam(),
                                  LearnableAbilities.windrush(4),
                                  LearnableAbilities.quake(8),
                                  LearnableAbilities.counter(12),
                                  LearnableAbilities.stonehide(16)]
예제 #8
0
 def __init__(self):
     super().__init__()
     self._name = 'Rainatu'
     self._description = 'Not a pineapple.'
     self._element = Elements.LIGHTNING
     self._left_icon = PINEAPPLE
     self._right_icon = PINEAPPLE
     self._portrait = None
     self._growth_rate = GrowthRate()
     self._learnable_abilities = [
         LearnableAbilities.slam(),
         LearnableAbilities.rolling_thunder(),
         LearnableAbilities.stormbolt(4),
         LearnableAbilities.windrush(8),
         LearnableAbilities.recharge(12),
         LearnableAbilities.gale_step(16),
         LearnableAbilities.aurora(25)
     ]
예제 #9
0
파일: slyfe.py 프로젝트: Hammerlord/Monbot
 def __init__(self):
     super().__init__()
     self._name = 'Slyfe'
     self._description = 'Avatar of the Wind'
     self._element = Elements.WIND
     self._left_icon = ':dove:'
     self._right_icon = ':dove:'
     self._portrait = None
     self._learnable_abilities = [
         LearnableAbilities.slam(),
         LearnableAbilities.cyclone(),
         LearnableAbilities.windrush(4),
         LearnableAbilities.gale_step(8),
         LearnableAbilities.stormbolt(12),
         LearnableAbilities.blessed_rain(16)
     ]
예제 #10
0
 def __init__(self):
     super().__init__()
     self._name = 'Sithel'
     self._description = 'Falcon lord'
     self._element = Elements.FIRE
     self._left_icon = SPAGHETTI
     self._right_icon = SPAGHETTI
     self._portrait = None
     self._learnable_abilities = [
         LearnableAbilities.claw(),
         LearnableAbilities.enrage(),
         LearnableAbilities.fireball(4),
         LearnableAbilities.ignite(8),
         LearnableAbilities.gale_step(15),
         LearnableAbilities.inferno(25)
     ]
예제 #11
0
파일: noel.py 프로젝트: Hammerlord/Monbot
 def __init__(self):
     super().__init__()
     self._name = 'Noel'
     self._description = (
         'A great ice-aspected warg. Ancient Eldorian legend states '
         'that it will appear to the one destined to rule.')
     self._element = Elements.WATER
     self._left_icon = ':wolf:'
     self._right_icon = ':wolf:'
     self._portrait = None
     self._learnable_abilities = [
         LearnableAbilities.reap(),
         LearnableAbilities.razor_fangs(),
         LearnableAbilities.geyser(4),
         LearnableAbilities.blood_fangs(8),
         LearnableAbilities.rend(12),
         LearnableAbilities.gale_step(17),
         LearnableAbilities.windrush(22),
         LearnableAbilities.frost_barrier(25),
         LearnableAbilities.deluge(27),
         LearnableAbilities.icy_snap(32),
         LearnableAbilities.counter(37)
     ]