public static uint Get_BloodTH(uint curHP, uint max)
 {
     return(BurnExpeditionUT.Convert_BloodTH(curHP, max));
 }