Skip to content

Commit

Permalink
Merge pull request #157 from post-kerbin-mining-corporation/dev
Browse files Browse the repository at this point in the history
2.0.1 fixes
  • Loading branch information
ChrisAdderley committed Sep 6, 2024
2 parents f0b4d60 + 8ed0167 commit 20a9fec
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ PART
key = 0 0 0 0
key = 100 210 0 0
}

// Above this temp, risky
NominalTemperature = 750
// Above this temp, reactor takes damage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ PART
HeatGeneration
{
key = 0 0 0 0
key = 100 500 0 0
key = 100 700 0 0
}
// Above this temp, risky
NominalTemperature = 750
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ PART
HeatGeneration
{
key = 0 0 0 0
key = 100 1250 0 0
key = 100 1875 0 0
}
// Above this temp, risky
NominalTemperature = 850
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ PART
HeatGeneration
{
key = 0 0 0 0
key = 100 4000 0 0
key = 100 6000 0 0
}
// Above this temp, risky
NominalTemperature = 850
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ PART
HeatGeneration
{
key = 0 0 0 0
key = 100 5000 0 0
key = 100 8000 0 0
}
// Above this temp, risky
NominalTemperature = 1000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PART
node_stack_bottom = 0.0, -2.362, 0, 0.0, -1.0, 0.0,3

// --- editor parameters ---
cost = 1288015
cost = 722385
category = Electrical
subcategory = 0
title = #LOC_NFElectrical_nfe-reactor-375-1_title
Expand Down Expand Up @@ -77,7 +77,7 @@ PART
HeatGeneration
{
key = 0 0 0 0
key = 100 8000 0 0
key = 100 13000 0 0
}
// Above this temp, risky
NominalTemperature = 1000
Expand All @@ -99,7 +99,7 @@ PART
ElectricalGeneration
{
key = 0 0
key = 100 6000
key = 100 5000
}

// --- Fuel stuff
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PART
attachRules = 1,1,1,1,1

// --- standard part parameters ---
mass = 0.016
mass = 0.014

dragModelType = default
maximum_drag = 0.2
Expand Down Expand Up @@ -78,7 +78,7 @@ PART
HeatGeneration
{
key = 0 0 0 0
key = 100 10 0 0
key = 100 30 0 0
}
// Above this temp, risky
NominalTemperature = 750
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ PART
attachRules = 1,1,1,1,1

// --- standard part parameters ---
mass = 0.027
mass = 0.042

dragModelType = default
maximum_drag = 0.2
Expand Down Expand Up @@ -80,7 +80,7 @@ PART
HeatGeneration
{
key = 0 0 0 0
key = 100 50 0 0
key = 100 65 0 0
}
// Above this temp, risky
NominalTemperature = 750
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
{
@TechRequired = largeNuclearPower
}
@PART[nfe-reactor-1875-1]:NEEDS[CommunityTechTree]:FOR[NearFutureElectrical]
{
@TechRequired = largeNuclearPower
}
@PART[nfe-reactor-25-1]:NEEDS[CommunityTechTree]:FOR[NearFutureElectrical]
{
@TechRequired = largeNuclearPower
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"MAJOR":2,
"MINOR":0,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":
Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v2.0.1
------
- Fixed an issue where thermal output was not specified in the right context in configs, leading to low outputs
- Fixed a CTT patch issue that I THOUGHT was in the main release

v2.0.0
------
- Updated ModuleManager to 4.2.3
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=============================
NEAR FUTURE ELECTRICAL v2.0.0
NEAR FUTURE ELECTRICAL v2.0.1
=============================

This pack contains advanced electrical parts - capacitors, nuclear reactors and new battery packs.
Expand Down

0 comments on commit 20a9fec

Please sign in to comment.