Balance updates, changelog

pull/750/head
ChrisAdderley 5 years ago
parent 5949e642f2
commit acf5b0cbe6

@ -10,7 +10,7 @@ package:
- license.txt - license.txt
dependencies: # Configure dependencies dependencies: # Configure dependencies
ModuleManager: ModuleManager:
version: 4.0.2 version: 4.1.0
location: s3 location: s3
deploy: deploy:
SpaceDock: SpaceDock:

@ -1,4 +1,3 @@
v0.2.0 v0.2.0
------ ------
- KSP 1.8 compatibility - KSP 1.8 compatibility
@ -121,6 +120,7 @@
- Kelus Mobility Enhancer - Kelus Mobility Enhancer
- Kelus-LV Bay Mobility Enhancer - Kelus-LV Bay Mobility Enhancer
- Bugfixes and tweaks - Bugfixes and tweaks
- Added new, easier method of disabling Restock art replacements on per-part basis
- Added 'Warning - Hatch May Open' text to Mk1 command pod - Added 'Warning - Hatch May Open' text to Mk1 command pod
- Updated Gigantor colliders to be closer to stock - Updated Gigantor colliders to be closer to stock
- Updated Gigantor mesh to be more performant - Updated Gigantor mesh to be more performant

@ -10,7 +10,7 @@ package:
- license.txt - license.txt
dependencies: # Configure dependencies dependencies: # Configure dependencies
ModuleManager: ModuleManager:
version: 4.0.2 version: 4.1.0
location: s3 location: s3
deploy: deploy:
SpaceDock: SpaceDock:

@ -114,7 +114,7 @@ PART
exhaustDamage = True exhaustDamage = True
ignitionThreshold = 0.1 ignitionThreshold = 0.1
minThrust = 0 minThrust = 0
maxThrust = 300 maxThrust = 510
heatProduction = 175 heatProduction = 175
fxOffset = 0, 0, 0.1 fxOffset = 0, 0, 0.1
EngineType = LiquidFuel EngineType = LiquidFuel
@ -132,8 +132,8 @@ PART
} }
atmosphereCurve atmosphereCurve
{ {
key = 0 330 key = 0 340
key = 1 265 key = 1 285
key = 9 0.001 key = 9 0.001
} }
} }

@ -88,7 +88,7 @@ PART
manufacturer = #autoLOC_501637 manufacturer = #autoLOC_501637
description = #LOC_RestockPlus_restock-engine-schnauzer_description description = #LOC_RestockPlus_restock-engine-schnauzer_description
attachRules = 1,0,1,1,0 attachRules = 1,0,1,1,0
mass = 3.3 mass = 0.8
heatConductivity = 0.06 // half default heatConductivity = 0.06 // half default
skinInternalConductionMult = 4.0 skinInternalConductionMult = 4.0
emissiveConstant = 0.8 // engine nozzles are good at radiating. emissiveConstant = 0.8 // engine nozzles are good at radiating.
@ -110,7 +110,7 @@ PART
exhaustDamage = True exhaustDamage = True
ignitionThreshold = 0.1 ignitionThreshold = 0.1
minThrust = 0 minThrust = 0
maxThrust = 375 maxThrust = 110
heatProduction = 83 heatProduction = 83
fxOffset = 0, 0, 0.23 fxOffset = 0, 0, 0.23
EngineType = LiquidFuel EngineType = LiquidFuel
@ -128,7 +128,7 @@ PART
} }
atmosphereCurve atmosphereCurve
{ {
key = 0 380 key = 0 350
key = 1 70 key = 1 70
key = 3 0.001 key = 3 0.001
} }

@ -137,8 +137,8 @@ PART
} }
atmosphereCurve atmosphereCurve
{ {
key = 0 310 key = 0 300
key = 1 280 key = 1 285
key = 7 0.001 key = 7 0.001
} }
} }

Loading…
Cancel
Save