|
- -- This is completely temporary, THIS WILL CHANGE
- starshipTypes = {
- orbiter = {
- name = "Classic Orbiter",
- 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.",
- impacttolerance = 0.5,
- mass = 100000, -- idk, feels better but holy fuck thats a thicc ass boi xD
- speed = 0.05,
- specials = {"orbitSync"},
- texture = texture.player.orbiter
- }
- }
-
- return starshipTypes
|