mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Balance updates, changelog
This commit is contained in:
parent
5949e642f2
commit
acf5b0cbe6
@ -10,7 +10,7 @@ package:
|
||||
- license.txt
|
||||
dependencies: # Configure dependencies
|
||||
ModuleManager:
|
||||
version: 4.0.2
|
||||
version: 4.1.0
|
||||
location: s3
|
||||
deploy:
|
||||
SpaceDock:
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
v0.2.0
|
||||
------
|
||||
- KSP 1.8 compatibility
|
||||
@ -121,6 +120,7 @@
|
||||
- Kelus Mobility Enhancer
|
||||
- Kelus-LV Bay Mobility Enhancer
|
||||
- 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
|
||||
- Updated Gigantor colliders to be closer to stock
|
||||
- Updated Gigantor mesh to be more performant
|
||||
|
@ -10,7 +10,7 @@ package:
|
||||
- license.txt
|
||||
dependencies: # Configure dependencies
|
||||
ModuleManager:
|
||||
version: 4.0.2
|
||||
version: 4.1.0
|
||||
location: s3
|
||||
deploy:
|
||||
SpaceDock:
|
||||
|
@ -114,7 +114,7 @@ PART
|
||||
exhaustDamage = True
|
||||
ignitionThreshold = 0.1
|
||||
minThrust = 0
|
||||
maxThrust = 300
|
||||
maxThrust = 510
|
||||
heatProduction = 175
|
||||
fxOffset = 0, 0, 0.1
|
||||
EngineType = LiquidFuel
|
||||
@ -132,8 +132,8 @@ PART
|
||||
}
|
||||
atmosphereCurve
|
||||
{
|
||||
key = 0 330
|
||||
key = 1 265
|
||||
key = 0 340
|
||||
key = 1 285
|
||||
key = 9 0.001
|
||||
}
|
||||
}
|
||||
|
@ -88,7 +88,7 @@ PART
|
||||
manufacturer = #autoLOC_501637
|
||||
description = #LOC_RestockPlus_restock-engine-schnauzer_description
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 3.3
|
||||
mass = 0.8
|
||||
heatConductivity = 0.06 // half default
|
||||
skinInternalConductionMult = 4.0
|
||||
emissiveConstant = 0.8 // engine nozzles are good at radiating.
|
||||
@ -110,7 +110,7 @@ PART
|
||||
exhaustDamage = True
|
||||
ignitionThreshold = 0.1
|
||||
minThrust = 0
|
||||
maxThrust = 375
|
||||
maxThrust = 110
|
||||
heatProduction = 83
|
||||
fxOffset = 0, 0, 0.23
|
||||
EngineType = LiquidFuel
|
||||
@ -128,7 +128,7 @@ PART
|
||||
}
|
||||
atmosphereCurve
|
||||
{
|
||||
key = 0 380
|
||||
key = 0 350
|
||||
key = 1 70
|
||||
key = 3 0.001
|
||||
}
|
||||
|
@ -137,8 +137,8 @@ PART
|
||||
}
|
||||
atmosphereCurve
|
||||
{
|
||||
key = 0 310
|
||||
key = 1 280
|
||||
key = 0 300
|
||||
key = 1 285
|
||||
key = 7 0.001
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user