Advertisement
Guest User

Auto Fighter

a guest
Apr 25th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. return model =
  2. name: 'Auto Fighter'
  3. level: 4
  4. model: 3
  5. size: 1.5
  6. specs:
  7. shield:
  8. capacity: [200,300]
  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: 8
  21. offset:
  22. x: 0
  23. y: 0
  24. z: 0
  25. position:
  26. x: [0,0,0,0,0,0,0]
  27. y: [-72,-69,-68,-50,0,120,110]
  28. z: [0,0,0,0,0,0,0]
  29. width: [0,5,6,15,20,15,0]
  30. height: [0,5,6,15,20,15,0]
  31. texture: [3,3,3,10,1,17]
  32. propeller: true
  33. cockpit:
  34. section_segments: 8
  35. offset:
  36. x: 0
  37. y: 40
  38. z: 15
  39. position:
  40. x: [0,0,0,0,0,0,0]
  41. y: [-20,-30,20,30,40]
  42. z: [0,0,0,0,0]
  43. width: [0,5,10,10,0]
  44. height: [0,5,10,12,0]
  45. texture: [9]
  46.  
  47. deco:
  48. section_segments: 8
  49. offset:
  50. x: 30
  51. y: 50
  52. z: -10
  53. position:
  54. x: [0,5,5,5,5,5,5]
  55. y: [-40,-50,-54,0,0,0,20]
  56. z: [0,0,0,0,0,0,0]
  57. width: [0,5,5,5,5,5,0]
  58. height: [0,5,5,5,5,5,0]
  59. angle: 0
  60. laser:
  61. damage: [3,6]
  62. rate: 3
  63. type: 1
  64. speed: [100,150]
  65. number: 1
  66. error: 0
  67. propeller: false
  68. texture: 4
  69. cannon:
  70. section_segments: 6
  71. offset:
  72. x: 0
  73. y: -30
  74. z: -10
  75. position:
  76. x: [0,0,0,0,0,0]
  77. y: [-40,-50,-20,0,20,50]
  78. z: [0,0,0,0,0,0]
  79. width: [0,3,7,7,7,0]
  80. height: [0,3,7,7,7,0]
  81. angle: 0
  82. laser:
  83. damage: [15,30]
  84. rate: 1
  85. type: 2
  86. speed: [150,200]
  87. number: 1
  88. error: 0
  89. propeller: false
  90. texture: 3
  91. wings:
  92. outer2:
  93. offset:
  94. x: -0
  95. y: 17
  96. z: 8
  97. length: [0,36,6,11,2,19]
  98. width: [82.5,117.5,123,117.5,167 / 2,122 / 2,35 / 2]
  99. angle: [-19,-19,-19,-10,-10,-10]
  100. position: [20,30,54,47,79,100,101]
  101. texture: [4,3,4,63,63,8]
  102. doubleside: true
  103. bump:
  104. position: 30
  105. size: 4
  106. winglets:
  107. length: [40]
  108. width: [40,20,30]
  109. angle: [10,-10]
  110. position: [-40,-60,-55]
  111. bump:
  112. position: 0
  113. size: 30
  114. texture: 63
  115. offset:
  116. x: -10
  117. y: 10
  118. z: 0
  119. stab:
  120. length: [40,10]
  121. width: [50,20,20]
  122. angle: [40,30]
  123. position: [50,75,70]
  124. doubleside: true
  125. texture: [4,63]
  126. bump:
  127. position: 0
  128. size: 20
  129. offset:
  130. x: 0
  131. y: 30
  132. z: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement