Skip to content

Commit

Permalink
Merge pull request #29 from WaveFunctionP/development
Browse files Browse the repository at this point in the history
.12 patch
  • Loading branch information
WaveFunctionP authored and WaveFunctionP committed Aug 29, 2014
2 parents 0ce939e + 5da9125 commit b14982c
Show file tree
Hide file tree
Showing 13 changed files with 85 additions and 285 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rescaleFactor = 2
node_stack_top = 0.0, 0.42856, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.4357, 0.0, 0.0, 1.0, 0.0, 2

TechRequired = experimentalScience
TechRequired = interstellarTechAccelerator
entryCost = 20000
cost = 100000
category = Utility
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ node_stack_top = 0.0, 1.2665, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -1.2665, 0.0, 0.0, 1.0, 0.0, 2
node_attach = 0.0, 0.0, 1.4, 0.0, 0.0, -1.0, 1

TechRequired = experimentalRocketry
TechRequired = interstellarTechAntimatterPower
entryCost = 16000
cost = 160000
category = Utility
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ entryCost = 40
cost = 400
category = Utility
subcategory = 0
title = Small Heat Radiator
title = Deployable Radiator
manufacturer = Boltzkerman Co.
description = Radiates heat into space via the Stefan-Boltzkerman law.
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ node_stack_top = 0.0, 1.5, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -1.5, 0.0, 0.0, 1.0, 0.0, 2
node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1

TechRequired = experimentalRocketry
TechRequired = interstellarTechFusionPower
entryCost = 8000
cost = 80000
category = Utility
Expand Down
4 changes: 2 additions & 2 deletions GameData/Interstellar/Parts/Engines/Vista/Vista.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PART
{
name = vista
name = Vista
module = Part
author = Fractal

Expand All @@ -22,7 +22,7 @@ sound_rocket_hard = running
sound_vent_soft = disengage
sound_explosion_low = flameout

TechRequired = experimentalRocketry
TechRequired = interstellarTechFusionPower2
entryCost = 200
cost = 2000
category = Propulsion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rescaleFactor = 1.0
node_stack_top = 0.0, 0.7231, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.315, 0.0, 0.0, 1.0, 0.0, 2

TechRequired = experimentalScience
TechRequired = interstellarTechAccelerator
entryCost = 200
cost = 2000
category = Propulsion
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PART
{
// --- general parameters ---
name = Atmospheric Scoop
name = AtmosphericScoop
module = Part
author = zzz

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PART
{
name = phasedArray1
name = DeployablePhasedArray
module = Part
author = Fractal

Expand Down
51 changes: 51 additions & 0 deletions GameData/Interstellar/Patches/KSPIEMMPatches.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
@PART[DeployableRadiator]
{
title = Deployable Radiator
}

@PART[Atmospheric Scoop]
{
name = AtmosphericScoop
}

@PART[vista]
{
name = Vista
TechRequied = interstellarTechFusionPower2
}

@PART[FNDeuteriumCryostat]
{
name = DeuteriumCryostat
!MODULE[ModuleElementRadioactiveDecay]
}

@PART[RVDeutTrit]
{
!MODULE[ModuleElementRadioactiveDecay]
}

@PART[phasedArray1]
{
name = DeployablePhasedArray
}

@PART[FusionReactor]
{
TechRequied = interstellarTechFusionPower
}

@PART[AntimatterTank]
{
TechRequied = interstellarTechAccelerator
}

@PART[AntimatterCollector]
{
TechRequied = interstellarTechAccelerator
}

@PART[AntimatterReactor]
{
TechRequied = interstellarTechAntimatterPower
}
Loading

0 comments on commit b14982c

Please sign in to comment.