KerbalKore / CWPT

Cold War Progression
GNU General Public License v3.0
1 stars 4 forks source link

Part Upgrade and B9 subtypes #10

Open KerbalKore opened 4 years ago

KerbalKore commented 4 years ago

Viklun-12 "Alpha" Liquid Engine

Fenris-18 "Alphastar" Liquid Engine

Daleth-SSR-27 "Darkah" Liquid Engine

Inon-R-10A "Isor" Cryogenic Engine

Bossart-IE-89 "Buzzard" Liquid Engine

Sarnus-LE1F-2214 "Regor" Liquid Engine

Sarnus-HD1-270 "Navi" Liquid Engine

Sarnus-HC1-280 "Grivan" Liquid Engine

J-2 stuff

DeltaDizzy commented 4 years ago

@KerbalKore With the latest B9, you can specify PARTUPGRADEs to unlock subtypes with. I think it would be best to tag the upgrades as opposed to the switchers. An example:

@PARTUPGRADE[bluedog_Able1]:NEEDS[Bluedog_DB]
{
    %techtag = able2
}

Then you could apply the node patching to the upgrades the same way you do for parts.

KerbalKore commented 4 years ago

Aha