Advertisement
Guest User

Cruiser - unexported code

a guest
Jan 28th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. return model =
  2. name: 'Cruiser'
  3. level: 2
  4. model: 1
  5. size: 1.3
  6. specs:
  7. shield:
  8. capacity: [100,130]
  9. reload: [3,4.5]
  10. generator:
  11. capacity: [50,80]
  12. reload: [13,18]
  13. ship:
  14. mass: 90
  15. speed: [60,90]
  16. rotation: [30,45]
  17. acceleration: [100,120]
  18. bodies:
  19. main:
  20. section_segments: 12
  21. offset:
  22. x: 0
  23. y: -5
  24. z: 30
  25. position:
  26. x: [0,0,0,0,0,0,0,0,0,0]
  27. y: [-45,-50,-40,-20,20,30,45,55,40]
  28. z: [0,0,0,0,0,0,0,0,0]
  29. width: [0,10,20,25,25,20,20,15,0]
  30. height: [0,10,20,20,20,20,20,15,0]
  31. propeller: true
  32. texture: [4,63,2,10,2,1,12,17]
  33. main_sides:
  34. section_segments: 8
  35. offset:
  36. x: 50
  37. y: 10
  38. z: 0
  39. position:
  40. x: [0,0,0,0,0,0,0,0,0,0]
  41. y: [-65,-60,-50,-20,10,30,55,65,60]
  42. z: [0,0,0,0,0,0,0,0,0]
  43. width: [0,15,25,25,25,20,20,15,0]
  44. height: [0,15,25,25,25,20,20,15,0]
  45. propeller: true
  46. texture: [4,63,10,2,13,2,12,17]
  47. cockpit:
  48. section_segments: 12
  49. offset:
  50. x: 0
  51. y: -30
  52. z: 40
  53. position:
  54. x: [0,0,0,0,0,0,0]
  55. y: [-15,0,20,30,60]
  56. z: [0,0,0,0,0]
  57. width: [0,15,17,12,5]
  58. height: [0,21,25,20,5]
  59. propeller: false
  60. texture: [7,9,9,4,4]
  61. cannon:
  62. section_segments: 8
  63. offset:
  64. x: 50
  65. y: -1
  66. z: 0
  67. position:
  68. x: [0,0,0,0,0,0]
  69. y: [-55,-60,-20,0,20,30]
  70. z: [0,0,0,0,0,0]
  71. width: [0,10,16,17,14,0]
  72. height: [0,10,16,17,14,0]
  73. angle: 0
  74. laser:
  75. damage: [6,8]
  76. rate: 3
  77. type: 1
  78. speed: [160,180]
  79. number: 1
  80. error: 1
  81. propeller: false
  82. texture: [3,3,10,3]
  83. wings:
  84. main:
  85. length: [70,36]
  86. width: [40,60,40]
  87. angle: [-40,10]
  88. position: [0,10,20]
  89. doubleside: true
  90. offset:
  91. x: 0
  92. y: -20
  93. z: 45
  94. bump:
  95. position: 30
  96. size: 10
  97. texture: [11,63]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement