Jump to content

the stillsuit from Dune (FD/h20 +1 per second for eternity)


OneBoredBoredKid

Recommended Posts

Is it possible to make armor which prevents the wearer dying of thirst and hunger through the marvel of technology?

 

http://dune.wikia.com/wiki/Stillsuit

 

I was thinking it could be a power armor suit, locked away in the BOS base and only awarded to the player when they're accepted as a knight, and could use the Sierra Power Armor as a model? Basically this would just be a really wonderful thing for any hardcore mode player to have, and a huge reason to be friends with the Brotherhood of Steel.

 

:thumbsup:

 

EDIT: or ignore the power armor idea (but it'd be truer to Fallout) and use the assassin suit for a model instead, since the graphics are fairly similar.. or add the FD/h20 perks to the BIG MT stealth suit..? Just thinking out loud.

Edited by OneBoredBoredKid
Link to comment
Share on other sites

Here, do it yourself. Stick this Object script on whatever armour you like and add it to the world however you like.

 

scn StillSuitScript

float fTick
short bEquip

begin onEquip player

Set bEquip to 1

end

begin onUnequip player

set bEquip to 0

end

begin GameMode

if bEquip
	if fTick >= 1
		Set fTick to 0
		player.restoreActorValue Dehydration 1
		player.restoreActorValue Hunger 1
	else
		Set fTick to fTick + GetSecondsPassed
	endIf
endIF

end

 

Edit because I had a brainfart and left out the equipped checks.

 

Edit 2 because I can't make edits without blowing crap up, apparently.

Edited by Xaranth
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...