public static void AddConditionImmunity(string immunity)
 {
     ConditionImmunities.Add(immunity);
 }