Advertisement
The_Fish

W-Warrior Code

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