Advertisement
Guest User

Untitled

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