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.

starshipTypes.lua 516 B

12345678910111213141516171819
  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. mass = 10,
  8. speed = 0.05,
  9. specials = {"orbitSync"}
  10. --TEXTURE HERE?
  11. }
  12. }
  13. return starshipTypes