Advertisement
7rodo

bazooka

Nov 3rd, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. exports.bazooka = {
  2. PARENT: [exports.genericTank],
  3. LABEL: "Bazooka",
  4. SIZE: 12,
  5. SHAPE: 0,
  6. GUNS: [{
  7. POSITION: [2.769, 9.6, 1, 13.846, 0, 15, 0],
  8. },
  9. {
  10. POSITION: [1.385, 9.6, 1, 22.154, 0, 0, 0],
  11. },
  12. {
  13. POSITION: [1.385, 19.2, 1, 27.692, 0, 0, 0],
  14. },
  15. {
  16. POSITION: [15.231, 1.6, 1, 0, 4.154, 0, 0],
  17. },
  18. {
  19. POSITION: [13.846, 1.6, 1, 5.538, -13.846, 270, 0],
  20. }, {
  21. POSITION: [47, 13, 1, -16.6, -5.5, 0, 0],
  22. PROPERTIES: {
  23. SHOOT_SETTINGS: combineStats([g.basic, g.pound, g.shot, g.halfreload, g.halfreload, g.smaller, g.smaller, g.morereload]),
  24. TYPE: exports.ignite
  25. },
  26. }, {
  27. POSITION: [47, 13, 1, -16.6, -5.5, 0, 0.4],
  28. PROPERTIES: {
  29. SHOOT_SETTINGS: combineStats([g.basic, g.pound, g.shot, g.halfreload, g.halfreload, g.smaller, g.smaller, g.morereload]),
  30. TYPE: exports.ignite
  31. },
  32. }, {
  33. POSITION: [47, 13, 1, -16.6, -5.5, 0, 0.2],
  34. PROPERTIES: {
  35. SHOOT_SETTINGS: combineStats([g.basic, g.pound, g.shot, g.halfreload, g.halfreload, g.smaller, g.smaller, g.morereload]),
  36. TYPE: exports.ignite
  37. },
  38. }, {
  39. POSITION: [47, 13, 1, -16.6, -5.5, 0, 0],
  40. PROPERTIES: {
  41. SHOOT_SETTINGS: combineStats([g.basic, g.pound, g.smaller, g.halfreload, g.halfreload, g.doublerecoil, g.halfspeed, g.morereload]),
  42. TYPE: exports.rocket
  43. },
  44. }, {
  45. POSITION: [47, 13, 1, -16.6, -5.5, 0, 0.4],
  46. PROPERTIES: {
  47. SHOOT_SETTINGS: combineStats([g.basic, g.pound, g.smaller, g.halfreload, g.halfreload, g.doublerecoil, g.halfspeed, g.morereload]),
  48. TYPE: exports.rocket
  49. },
  50. }, {
  51. POSITION: [47, 13, 1, -16.6, -5.5, 0, 0.2],
  52. PROPERTIES: {
  53. SHOOT_SETTINGS: combineStats([g.basic, g.pound, g.smaller, g.halfreload, g.halfreload, g.morereload, g.doublerecoil, g.halfspeed]),
  54. TYPE: exports.rocket
  55. },
  56. }, {
  57. POSITION: [5, 15, 1, 30, -5.5, 0, 0],
  58. },
  59.  
  60. ],
  61. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement