Need some help with augments
Posted: Wed May 22, 2013 2:33 pm
I was browsing through the code when I found a whole bunch of unused augments. One of such is this...
It's intriguing, and as I am currently developing a mod that may be reliant on things like this, I want it to work. Now, on to my question.
Would it be possible to create an augment to nullify all suffocation damage? Maybe somehow harness the code of the Ghost race (unused; requires no oxygen but has 50 HP) to put this into an augment and effect all crew members? Or simply just reduce it for crew members?
Code: Select all
<augBlueprint name="FLIGHT_SUITS">
<title>Integrated Flight Suits</title>
<desc>Crews take half damage when in rooms without oxygen</desc>
<cost>80</cost>
<rarity>2</rarity>
<value>0.5</value>
<stackable>false</stackable>
</augBlueprint>
Would it be possible to create an augment to nullify all suffocation damage? Maybe somehow harness the code of the Ghost race (unused; requires no oxygen but has 50 HP) to put this into an augment and effect all crew members? Or simply just reduce it for crew members?