Пример #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))))
Пример #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
         ))
Пример #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))))
Пример #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))
Пример #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))
Пример #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))
Пример #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))))