1. If you're looking for help-related things (for example, the key rebinding tutorial), please check the FAQ and Q&A forum! A lot of the stickies from this forum have been moved there to clean up space.
    Dismiss Notice

Breathing on the Moon?

Discussion in 'Starbound Discussion' started by Voxhal, Dec 23, 2013.

Thread Status:
Not open for further replies.
  1. Vahnkiljoy

    Vahnkiljoy Ketchup Robot

    Really kind of lame to limit the exploration aspect to 3 bosses into the game. Really should be able to craft some kind of air tank from the get go.
     
    Pingeh likes this.
  2. MyLittleBurger

    MyLittleBurger Scruffy Nerf-Herder

    You only start getting near modern tech near tier 4 or so.
     
  3. Keycross

    Keycross Void-Bound Voyager

    Air trouble only affects ateroid belts and moons, you still have plenty of places to go.
     
  4. Vahnkiljoy

    Vahnkiljoy Ketchup Robot

    Than might as well not have moons in the first 3 sectors since you can't explore them, from time to time I like to hit up a random moon just to spice things up but now, you can't until you get 4 sectors in.
     
  5. Pinkishu

    Pinkishu Phantasmal Quasar

    doesn't stop you from going back to them later on :D
     
  6. Synthlight

    Synthlight Pangalactic Porcupine

    The two helmets that require matter blocks do NOT provide air.
    The air tank on your back has this status effect: "breathprotection"

    As of right now the only other armor in the game to have this effect is: ./items/armors/decorative/developers/kyren/kyren.head

    Source:
    assets> grep -rin breathprotection .
    ./augments/breathprtection.augment:2: "name" : "breathprotection",
    ./augments/breathprtection.augment:6: { "kind" : "breathprotection" }
    ./items/armors/backitems/spacetank/spaceairtank.back:14: "kind" : "breathprotection"
    ./items/armors/decorative/developers/kyren/kyren.head:28: "kind" : "breathprotection"
    ./statuseffects/breathprotection.statuseffect:2: "kind" : "breathprotection"[/CODE]
     
  7. Vahnkiljoy

    Vahnkiljoy Ketchup Robot

    Except there is no reason to go back to lower sectors when there are plenty of moons in the sector you gained the ability to explore said airless environments.
     
    Serenity likes this.
  8. Kyrosiris

    Kyrosiris Scruffy Nerf-Herder

    I solved this problem by appending the breathprotection quality to the lantern on a stick.
     
  9. shakey2

    shakey2 Cosmic Narwhal

    Better yet, lets remove moons and asteroids completely from the game!
     
  10. Terrahero

    Terrahero Cosmic Narwhal

    Adding a low level rudimentary breathing device seems like the best solution. Something that merely extends breath, and not grant indefinite air.
    So players can scout moons and asteroids a bit. Id hate to see even less biome diversity in the early game.
     
  11. Voxhal

    Voxhal Space Hobo

    i have ever crafting station in the game that i can think of. . i have all star maps up to Sector X
    and i dont see any airtank recipe
     
  12. Krentaris

    Krentaris Space Penguin Leader

     
    Serenity and ok373 like this.
  13. Keycross

    Keycross Void-Bound Voyager

    New crafting and drops only appear on new characters as far I know.
     
  14. Voxhal

    Voxhal Space Hobo

    Krentaris .. ty so much for that video .. i did everything that was in that video .. remade the MK 4 .. and still it wont give me the patteren .. but after reading up .. i guess its because i didnt make a NEW character?
     
  15. shakey2

    shakey2 Cosmic Narwhal

    Incorrect, recraft and use starmap upgrades to get the new recipes
     
    Krentaris likes this.
  16. Krentaris

    Krentaris Space Penguin Leader

    That char in the video is an old character. So that shouldn't be the case.
     
  17. olDirdey

    olDirdey Space Penguin Leader

    did you may put it in the wrong slot? the item called "replace" is to breath on asteroid fields. but what you need is better armor so that you didnt freeze to death.
     
  18. livmuramoto

    livmuramoto Phantasmal Quasar

    how did you do it?
     
  19. Kyrosiris

    Kyrosiris Scruffy Nerf-Herder

    Make a lanternstick.back file in a mod folder of your own (check the Mods subforum for more assistance) and put this in it:

    Code:
    {
      "__merge" : [],
      "statusEffects" : [
      { "kind" : "glow",
      "amount" : 2,
      "color" : [89, 83, 71]
      },
       { "kind" : "breathprotection"
       }
      ]
    }
    (This will also make the lantern on a stick twice as bright, basically equal to a torch!)
     
  20. livmuramoto

    livmuramoto Phantasmal Quasar

    there's a mod folder at the folder game already... should i put there?
     
Thread Status:
Not open for further replies.

Share This Page