Example #1
0
 public override string Text(Creature user)
 {
     return(CreatureText.AttackString("a", attack));
 }
Example #2
0
 public override string Text()
 {
     return(CreatureText.AttackString("a", power));
 }
Example #3
0
 public override string Text()
 {
     return(CreatureText.AttackString($"{source.Text(owner)}na", power));
 }