Esempio n. 1
0
 private string Tip(CombatCreature attacker)
 {
     return(" Focus your gaze at your opponent, lowerng their speed. The more you use this in a battle, the lesser effective it becomes." +
            Environment.NewLine + Environment.NewLine + "Fatigue Cost: " + attacker.spellCost(attackCost));
 }