You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
810 B

  1. -- This is completely temporary, THIS WILL CHANGE
  2. starshipTypes = {
  3. orbiter = {
  4. name = "Classic Orbiter",
  5. description = "Dolor fugiat irure sit aliqua labore. Culpa voluptate occaecat anim exercitation proident sint ex dolor. Officia in labore sint Lorem ea. Ad minim aliqua aliqua non commodo qui in ea sit excepteur excepteur qui.",
  6. impacttolerance = 0.5,
  7. <<<<<<< Updated upstream
  8. mass = 10,
  9. speed = 0.05,
  10. specials = {"orbitSync"}
  11. --TEXTURE HERE?
  12. =======
  13. mass = 100000, -- idk, feels better but holy fuck thats a thicc ass boi xD
  14. speed = 0.05,
  15. specials = {"orbitSync"},
  16. texture = texture.player.orbiter
  17. >>>>>>> Stashed changes
  18. }
  19. }
  20. return starshipTypes
  21. <<<<<<< Updated upstream
  22. =======
  23. >>>>>>> Stashed changes