Idea for FTL 2: upgrading equipment

General discussion about the game.
Post Reply
xdiesp
Posts: 109
Joined: Thu Sep 27, 2012 9:39 pm

Idea for FTL 2: upgrading equipment

Post by xdiesp »

I think it would be great to be able and upgrade your equipment just like the systems in your ship. It would create more decisions along the way: would you rather buy a different augment, or upgrade your current one?
IConquer
Posts: 64
Joined: Fri Feb 08, 2013 1:24 pm

Re: Idea for FTL 2: upgrading equipment

Post by IConquer »

can I downgrade my Burst Laser III into a mark II? Please?
thashepherd
Posts: 194
Joined: Fri Nov 16, 2012 11:45 pm

Re: Idea for FTL 2: upgrading equipment

Post by thashepherd »

Other than the "buy vs. augment" choice, this is actually possible for modders in FTL 1 with sufficiently sophisticated event chains. Check out the mod "Descent Into Darkness" for a glimpse at what really skilled dudes can accomplish.

(Note that I'm only barely being serious. "Possible" != "Feasible".)
You are the weak, and I am the tyranny of evil men - but I'm trying, I'm trying real hard to be the shepherd.

"Wow, that Kieve guy is one angsty nerd eh."
Sonata - "Best use of Common Lisp in an indie space roguelike!"
966socho
Posts: 93
Joined: Thu Apr 11, 2013 9:11 pm

Re: Idea for FTL 2: upgrading equipment

Post by 966socho »

I'm thinking you could probably do it as an event. If you have a certain crew race or augment, say an engi, you could pay scrap to upgrade certain weapons. There should be a chance of accidentally destroying to make it FUN :D

That just reminds me that there should be a way to make blue events by ship type and crew skill level.
xdiesp
Posts: 109
Joined: Thu Sep 27, 2012 9:39 pm

Re: Idea for FTL 2: upgrading equipment

Post by xdiesp »

I didn't know about Descent into Darkness, definitely giving it a shot today! Thanks.
Agg Shell
Posts: 98
Joined: Wed Jan 30, 2013 10:24 pm

Re: Idea for FTL 2: upgrading equipment

Post by Agg Shell »

966socho wrote:
That just reminds me that there should be a way to make blue events by ship type and crew skill level.
You should be able to make eblue events based on ship type. I know there is one even with a mantis ship and if you have the rock ship it litteraly says Rock ship: Ram the bastards
Are you a mantis? Do you lack ships to fight and Zoltans to chew? Look no further! Come to your nearest mantis warcamp in the Zoltan Homeworlds or Zoltan controled sector and ask for a free brochure about how to farm the Zoltan! Results may very.
966socho
Posts: 93
Joined: Thu Apr 11, 2013 9:11 pm

Re: Idea for FTL 2: upgrading equipment

Post by 966socho »

Huh, you're right, it's this event. Even though it says (Rock Ship), it could be because of the Rock Plating augment. Anyone ever tried that event with a Rock Ship minus Plating or another ship with Rock Plating?
User avatar
5thHorseman
Posts: 1665
Joined: Sat Mar 02, 2013 2:29 am

Re: Idea for FTL 2: upgrading equipment

Post by 5thHorseman »

966socho wrote:Huh, you're right, it's this event. Even though it says (Rock Ship), it could be because of the Rock Plating augment. Anyone ever tried that event with a Rock Ship minus Plating or another ship with Rock Plating?
Based on the xml code in the events_rock.xml:

Code: Select all

	<choice hidden="true" req="ROCK_ARMOR">
		<text>(Rock Ship) Ram the bastards.</text>
		<event>
			<text>Before they have a chance, you ram your ship into theirs causing irreparable damage to their engines. Luckily your ships armored hull is hardly dented from the impact. The Mantis ship careens away and you move in to attack.</text>
			<ship hostile="true"/>
			<status type="limit" target="enemy" system="engines" amount="0"/>
		</event>
	</choice>
I'd say it's looking for the armor :)
My Videos - MY MOD HUB
Simo-V - The Potential - Automated Scout - "Low O2" Icons
The Black Opal - The Asteroid - The Enforcer - The Pyro

"Every silver lining has a cloud..."
Post Reply