Skip to content

Commit

Permalink
cfg updates for mass, cost
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Adderley authored and Chris Adderley committed Aug 3, 2016
1 parent 72020fe commit d0854f5
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PART
TechRequired = nuclearPropulsion
entryCost = 125000

cost = 6500
cost = 172000
category = Engine
subcategory = 0
title = 'MicroStar' Antimatter Induced Fusion Engine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ PART
TechRequired = nuclearPropulsion
entryCost = 125000

cost = 6500
cost = 176000
category = Engine
subcategory = 0
title = 'Casaba' Antimatter Catalyzed Fission Engine
manufacturer = Post-Terran Mining Corporation
description = Micro nuclear explosions precipitated by tiny pulses of antimatter are used to vapourize parts of this engine's nozzle.
description = Micro nuclear explosions precipitated by tiny pulses of antimatter are used to vaporize parts of this engine's nozzle. Relatively cheap and light for its capabilities, but the inability to refuel easily can cause some problems.
attachRules = 1,0,1,1,0
mass = 15.82
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ PART
TechRequired = nuclearPropulsion
entryCost = 125000

cost = 6500
cost = 152000
category = Engine
subcategory = 0
title = '' Z-Pinch Micro-Fission Pulse Engine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ PART
TechRequired = nuclearPropulsion
entryCost = 125000

cost = 6500
cost = 178000
category = Engine
subcategory = 0
title = Z-Pinch Fusion Engine
manufacturer = Post-Terran Mining Corporation
description = Much the same concept as a fission-based z-pinch engine, this device functions more or less the same way - a huge capacitor bank induces a large current in a pellet of fusion fuel. This compresses and heats it, causing it to undergo fusion, which produces a small amount of thrust.
description = Much the same concept as a fission-based z-pinch engine, this device functions more or less the same way - a huge capacitor bank induces a large current in a pellet of fusion fuel. This compresses and heats it, causing it to undergo fusion, which produces a small amount of thrust.
attachRules = 1,0,1,1,0

mass = 27.21
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ PART
node_stack_bottom = 0.0, -0.241, 0.0, 0.0, -1.0, 0.0, 2
node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 2

TechRequired = fuelSystems
TechRequired = nuclearPropulsion
entryCost = 5200
cost = 800
cost = 2254
category = FuelTank
subcategory = 0
title = ST-412 Fusion Fuel Tank
Expand All @@ -31,7 +31,7 @@ PART
breakingTorque = 200
maxTemp = 1300 // = 2900
bulkheadProfiles = size2, srf
tags = fueltank fusi atom nuk nucl
tags = fueltank fusi atom nuk nucl
MODULE
{
name = ModuleB9PartSwitch
Expand All @@ -53,15 +53,31 @@ PART
tankType = Tritium
transform = TankTritium
addedMass = 0.198
//addedCost = #$../../costOffset$
addedCost = 112946
}
SUBTYPE
{
name = D/T
tankType = DeuteriumTritium
transform = TankCombo
addedMass = 0.108
//addedCost = #$../../costOffset$
addedCost = 67768
}
SUBTYPE
{
name = Helium3
tankType = He3
transform = TankTritium
addedMass = -0.12408
addedCost = 314966
}
SUBTYPE
{
name = D/He3
tankType = DeuteriumHe3
transform = TankCombo
addedMass = -0.07445
addedCost = 188980
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PART
node_stack_bottom = 0.0, -0.468, 0.0, 0.0, -1.0, 0.0, 3
node_attach = 1.874, 0.0, 0.0, 1.0, 0.0, 0.0, 3

TechRequired = fuelSystems
TechRequired = nuclearPropulsion
entryCost = 5200
cost = 800
category = FuelTank
Expand All @@ -31,7 +31,7 @@ PART
breakingTorque = 200
maxTemp = 1300 // = 2900
bulkheadProfiles = size3, srf
tags = fueltank fusi atom nuk nucl
tags = fueltank fusi atom nuk nucl
MODULE
{
name = ModuleB9PartSwitch
Expand All @@ -53,31 +53,31 @@ PART
tankType = Tritium
transform = TritiumTank
addedMass = 0.56736
//addedCost = #$../../costOffset$
addedCost = 338839
}
SUBTYPE
{
name = D/T
tankType = DeuteriumTritium
transform = DTTank
addedMass = 0.34042
//addedCost = #$../../costOffset$
addedCost = 203304
}
SUBTYPE
{
name = Helium3
tankType = He3
transform = He3Tank
addedMass = -0.37224
//addedCost = #$../../costOffset$
addedCost = 944,899
}
SUBTYPE
{
name = D/He3
tankType = DeuteriumHe3
transform = DHe3Tank
addedMass = -0.22334
//addedCost = #$../../costOffset$
addedCost = 566940
}
}
}

0 comments on commit d0854f5

Please sign in to comment.