Advertisement
Guest User

Untitled

a guest
Jun 26th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. class B_338_Ball: BulletBase //Bohemia Vanilla Munition
  2. {
  3. timeToLive = 10;
  4. airFriction = -0.00059133;
  5. typicalSpeed = 915;
  6. ACE_caliber = 8.585;
  7. ACE_bulletLength = 39.573;
  8. ACE_bulletMass = 16.2; //250grains (hab ich dazugeschrieben)
  9. ACE_ammoTempMuzzleVelocityShifts[] = {-26.55,-25.47,-22.85,-20.12,-16.98,-12.8,-7.64,-1.53,5.96,15.17,26.19};
  10. ACE_ballisticCoefficients[] = {0.322};
  11. ACE_velocityBoundaries[] = {};
  12. ACE_standardAtmosphere = "ICAO";
  13. ACE_dragModel = 7;
  14. ACE_muzzleVelocities[] = {880,915,925};
  15. ACE_barrelLengths[] = {508.0,660.4,711.2};
  16. };
  17. class B_338_NM_Ball: BulletBase
  18. {
  19. airFriction = -0.00052201;
  20. typicalSpeed = 820;
  21. ACE_caliber = 8.585;
  22. ACE_bulletLength = 43.18;
  23. ACE_bulletMass = 19.44; //300grains (hab ich dazugeschrieben)
  24. ACE_ammoTempMuzzleVelocityShifts[] = {-26.55,-25.47,-22.85,-20.12,-16.98,-12.8,-7.64,-1.53,5.96,15.17,26.19};
  25. ACE_ballisticCoefficients[] = {0.381};
  26. ACE_velocityBoundaries[] = {};
  27. ACE_standardAtmosphere = "ICAO";
  28. ACE_dragModel = 7;
  29. ACE_muzzleVelocities[] = {790,807,820};
  30. ACE_barrelLengths[] = {508.0,609.6,660.4};
  31. };
  32. class ACE_338_Ball: B_338_Ball
  33. {
  34. timeToLive = 10;
  35. airFriction = -0.0005219;
  36. typicalSpeed = 826;
  37. ACE_caliber = 8.585;
  38. ACE_bulletLength = 43.18;
  39. ACE_bulletMass = 19.44; //300grains (hab ich dazugeschrieben)
  40. ACE_ammoTempMuzzleVelocityShifts[] = {-26.55,-25.47,-22.85,-20.12,-16.98,-12.8,-7.64,-1.53,5.96,15.17,26.19};
  41. ACE_ballisticCoefficients[] = {0.381};
  42. ACE_velocityBoundaries[] = {};
  43. ACE_standardAtmosphere = "ICAO";
  44. ACE_dragModel = 7;
  45. ACE_muzzleVelocities[] = {800,820,826,830};
  46. ACE_barrelLengths[] = {508.0,609.6,673.1,711.2};
  47. };
  48. class ACE_338_Ball_API526: B_338_Ball
  49. {
  50. timeToLive = 10;
  51. airFriction = -0.00069611;
  52. caliber = 2.8;
  53. typicalSpeed = 895;
  54. ACE_caliber = 8.585;
  55. ACE_bulletLength = 38.989;
  56. ACE_bulletMass = 16.394125; //253(!)grains (hab ich dazugeschrieben)
  57. ACE_ammoTempMuzzleVelocityShifts[] = {-26.55,-25.47,-22.85,-20.12,-16.98,-12.8,-7.64,-1.53,5.96,15.17,26.19};
  58. ACE_ballisticCoefficients[] = {0.56};
  59. ACE_velocityBoundaries[] = {};
  60. ACE_standardAtmosphere = "ICAO";
  61. ACE_dragModel = 1;
  62. ACE_muzzleVelocities[] = {880,915,925};
  63. ACE_barrelLengths[] = {508.0,660.4,711.2};
  64. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement