public virtual void DecreaseManaPercentage(float mana_cost)
 {
     mana.DecreaseManaPercentage(mana_cost);
 }