loading_data.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. ".30-06 Hammerhead 14.3g": {
  3. "velocity": [
  4. [0, 720],
  5. [100, 653],
  6. [200, 590],
  7. [300, 530]
  8. ],
  9. "energy": [
  10. [0, 3695],
  11. [100, 3041],
  12. [200, 2478],
  13. [300, 2006]
  14. ],
  15. "trajectory": [
  16. [50, 2.4],
  17. [100, 4.0],
  18. [150, 0],
  19. [200, -10.1],
  20. [250, -27.5],
  21. [300, -53.3]
  22. ]
  23. },
  24. ".30-06 Hammerhead 11g": {
  25. "velocity": [
  26. ],
  27. "energy": [
  28. ],
  29. "trajectory": [
  30. [50, 1.1],
  31. [100, 2.8],
  32. [150, 0],
  33. [200, -7.6],
  34. [250, -20.7],
  35. [300, -38.4]
  36. ]
  37. },
  38. ".300 WM Barnes VOR-TX 11g": {
  39. "velocity": [
  40. ],
  41. "energy": [
  42. ],
  43. "trajectory": [
  44. [50, -0.28],
  45. [100, 0],
  46. [150, -3.22],
  47. [200, -10.22],
  48. [250, -21.30],
  49. [300, -36.79]
  50. ]
  51. }
  52. }