Exemplo n.º 1
0
 def log_skill(self, amount, target, old_value, new_value):
     utils.slow_type(
         "%s: [%s] on %s dealing %s dmg. (%d -> %d)\n" % (
             utils.bold(utils.color_red(self.caster.name)),
             utils.color_yellow(str(self)),
             target.name, utils.bold(str(amount)),
             old_value, new_value))
     utils.slow_type(
         "%s: [%s] increases self SPD.\n" % (
             utils.bold(utils.color_red(self.caster.name)),
             utils.color_yellow(str(self))))
Exemplo n.º 2
0
 def log_skill(self, amount, target, old_value, new_value):
     utils.slow_type(
         "%s: [%s] absorbed mp of %s\n" % (
             utils.bold(utils.color_red(self.caster.name)),
             utils.color_yellow(str(self)), target.name
         ))
Exemplo n.º 3
0
 def closing_words(self):
     self.caster.ATK *= 1.35
     utils.slow_type(
         "%s: [%s] on himself increasing ATK.\n" % (
             utils.bold(utils.color_red(self.caster.name)),
             utils.color_yellow(str(self))))
Exemplo n.º 4
0
 def log_skill(self, amount, target, old_value, new_value):
     utils.slow_type("%s: [%s] on %s increases ATK.\n" % (
         utils.bold(utils.color_red(self.caster.name)),
         utils.color_yellow(str(self)), target.name))
Exemplo n.º 5
0
 def log_skill(self, amount, target, old_value, new_value):
     utils.slow_type(
         "%s: [%s] on %s healing for %s. (%d -> %d)\n" % (
             utils.bold(utils.color_red(self.caster.name)),
             utils.color_yellow(str(self)),
             target.name, utils.bold(str(amount)), old_value, new_value))
Exemplo n.º 6
0
 def log_skill(self, amount, target, old_value, new_value):
     utils.slow_type(
         "%s: [%s] on %s restoring MP.\n" % (
             utils.bold(utils.color_green(self.caster.name)),
             utils.color_yellow(str(self)), target.name))
Exemplo n.º 7
0
 def log_skill(self, amount, target, old_value, new_value):
     utils.slow_type(
         "%s: [%s] on self increase ATK and DEF.\n" % (
             utils.bold(utils.color_green(self.caster.name)),
             utils.color_yellow(str(self))))