public static string GetImpactPool(WeaponType weaponType) { return(weaponType.GetDescription() + "-impact"); }
// TODO: these should be extensions of WeaponType public static string GetAmmoPool(WeaponType weaponType) { return(weaponType.GetDescription() + "-ammo"); }