Advertisement
The_Fish

Z-Slasher Code

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