inital commit
This commit is contained in:
commit
b17e9ae3fb
36 changed files with 771 additions and 0 deletions
28
Balance/USI_LS_fertilizer.cfg
Normal file
28
Balance/USI_LS_fertilizer.cfg
Normal file
|
@ -0,0 +1,28 @@
|
|||
\\ adds fertilizer to all isrus.
|
||||
|
||||
@PART[*]:HAS[@MODULE[ModuleResourceConverter]:HAS[@OUTPUT_RESOURCE:HAS[#ResourceName[MonoPropellant]]]]:NEEDS[UmbraSpaceIndustries]
|
||||
{
|
||||
+MODULE[ModuleResourceConverter]:HAS[@OUTPUT_RESOURCE:HAS[#ResourceName[MonoPropellant]]&@INPUT_RESOURCE:HAS[#ResourceName[Ore]]]
|
||||
{
|
||||
@name = ModuleResourceConverter
|
||||
@ConverterName = Fertilizer
|
||||
@StartActionName = Start ISRU [Ore -> Fertilizer]
|
||||
@StopActionName = Stop ISRU [Ore -> Fertilizer]
|
||||
@Specialty = Engineer
|
||||
@INPUT_RESOURCE:HAS[#ResourceName[Ore]]
|
||||
{
|
||||
@ResourceName = Ore
|
||||
FlowMode = STAGE_PRIORITY_FLOW
|
||||
}
|
||||
@INPUT_RESOURCE:HAS[#ResourceName[ElectricCharge]]
|
||||
{
|
||||
@ResourceName = ElectricCharge
|
||||
}
|
||||
@OUTPUT_RESOURCE:HAS[#ResourceName[MonoPropellant]]
|
||||
{
|
||||
@ResourceName = Fertilizer
|
||||
@Ratio *= .005
|
||||
@DumpExcess = false
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue