mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
- The big COVID-19-Isolation-time config clean-up.
This commit is contained in:
@ -1,14 +1,13 @@
|
||||
// adds a built in decoupler to the launch escape system
|
||||
// Adds a built in decoupler to the launch escape system
|
||||
|
||||
@PART[LaunchEscapeSystem]
|
||||
{
|
||||
fx_gasBurst_white = 0.0, -1.372544, 0.0, 0.0, -1.0, 0.0, decouple
|
||||
sound_decoupler_fire = decouple
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleDecouple
|
||||
ejectionForce = 50
|
||||
explosiveNodeID = bottom
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Fixes the stock Oscar-B's fuel volume to be consistent with everything (it isn't)
|
||||
|
||||
@PART[miniFuelTank]:AFTER[ReStock]
|
||||
{
|
||||
{
|
||||
@mass = 0.01125
|
||||
@cost = 18
|
||||
@RESOURCE[LiquidFuel]
|
||||
|
@ -1,4 +1,5 @@
|
||||
// Hides all the MH replacing parts if MH is installed
|
||||
|
||||
@PART[*]:HAS[#MHReplacement[True]]:FOR[zzReStockPlus]:NEEDS[SquadExpansion/MakingHistory]
|
||||
{
|
||||
%TechHidden = True
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Adds DMagic's ModuleScienceAnimateGeneric to the stock science parts
|
||||
|
||||
@PART[GooExperiment]:NEEDS[DMModuleScienceAnimateGeneric]
|
||||
{
|
||||
-MODULE[ModuleAnimateGeneric]{}
|
||||
|
@ -1,4 +1,4 @@
|
||||
//allows extending and retracting of launch clamps
|
||||
// Allows extending and retracting of launch clamps
|
||||
|
||||
// TT18-A Launch Stability Enhancer
|
||||
@PART[launchClamp1]
|
||||
@ -17,4 +17,4 @@
|
||||
eventAvailableFlight = false
|
||||
eventAvailableEVA = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Allows rotation of lights via a tweakable
|
||||
|
||||
// Spotlight
|
||||
// Illuminator Mk1
|
||||
@PART[spotLight1]
|
||||
{
|
||||
MODULE
|
||||
@ -17,7 +17,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Floodlight
|
||||
// Illuminator Mk2
|
||||
@PART[spotLight2]
|
||||
{
|
||||
MODULE
|
||||
|
Reference in New Issue
Block a user