public static CreatureStat GetHp(this CreatureBoardAsset asset)
 {
     return(asset.GetStats(-1));
 }