public override float GetExperience(Race race) { // actually results in negative experience, since this move reduces the odds of other moves happening return(0); }
/// <summary> /// Override this to return the experience multiplier awarded for killing a <see cref="Monster"/> /// that uses this Move. Do not take into account chance. /// </summary> public abstract float GetExperience(Race race);