Advertisement
IOGamer

Scout

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