Advertisement
SCM

Star-Fighter

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