Advertisement
Guest User

Epsilon Gunship code

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