Advertisement
IOGamer

cube

Jul 6th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. return model =
  2. name: 'cube'
  3. level: 1
  4. model: 1
  5. size: 10
  6. specs:
  7. shield:
  8. capacity: [100,120]
  9. reload: [2.4,3]
  10. generator:
  11. capacity: [200,240]
  12. reload: [8,9.6]
  13. ship:
  14. mass: 160
  15. speed: [100,120]
  16. rotation: [50,60]
  17. acceleration: [70,90]
  18. bodies:
  19. cube:
  20. section_segments: 4
  21. offset:
  22. x: 0
  23. y: 0
  24. z: -10
  25. position:
  26. x: [0,0,0,0,0,10,10,-10,-10]
  27. y: [-10,10,10,-10,-10,-9.9,10,-9.9,10]
  28. z: [-10,-10,10,10,-10,0,0,0,0]
  29. width: [10,10,10,10,10,0,0,0,0]
  30. height: [0,0,0,0,0,10,10,10,10]
  31. texture: [10]
  32. angle:160
  33. propeller: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement