Advertisement
The_Fish

The Big Burrito Code

Feb 10th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. return model =
  2. name: 'The Big Burrito'
  3. designer: "The Fish"
  4. level: 6
  5. model: 3
  6. size: 2
  7. specs:
  8. shield:
  9. capacity: [3000,3000]
  10. reload: [30,30]
  11. generator:
  12. capacity: [140,140]
  13. reload: [140,140]
  14. ship:
  15. mass: 500
  16. speed: [200,200]
  17. rotation: [130,130]
  18. acceleration: [120,120]
  19. bodies:
  20. cannon:
  21. section_segments: 20
  22. offset:
  23. x: 0
  24. y: 0
  25. z: 0
  26. position:
  27. x: [0,0,0,0]
  28. y: [-150,-100,100,100]
  29. z: [0,0,0,0]
  30. width: [0,30,30,0]
  31. height: [0,30,30,0]
  32. angle: 0
  33. laser:
  34. damage: [14,14]
  35. rate: 10
  36. type: 1
  37. speed: [400,400]
  38. number: 1
  39. error: 0
  40. angle: 0
  41. propeller: true
  42. texture: [4,63,63]
  43. wings:
  44. main:
  45. length: 30
  46. width: 100
  47. angle: 0
  48. position: 0
  49. doubleside: true
  50. offset:
  51. x: 0
  52. y: 0
  53. z: 0
  54. bump:
  55. position: 0
  56. size: 0
  57. texture: [5,5]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement