MKS.cfg Errors in ratios.
zer0Kerbal opened this issue ยท 1 comments
From CSI-Cargo-Freighter created by BararQ: dboi88#61
I removed some stuff to shortin this up, It looks like the Mulch, Fertilizer and Supplies have the ratio messed up. Dont think its supposed to be 0.0.002, Maybe supposed to be 0.002
@part[CSIfreighterSmallGreenhouse]:NEEDS[KolonyTools]
{
MODULE
{
name = ModuleResourceConverter_USI
ConverterName = Agroponics
StartActionName = Start Agroponics
StopActionName = Stop Agroponics
UseSpecialistBonus = true
SpecialistEfficiencyFactor = 0.2
SpecialistBonusBase = 0.05
ExperienceEffect = BotanySkill
Efficiency = 1
INPUT_RESOURCE
{
ResourceName = Mulch
Ratio = 0.0.00200000
}
INPUT_RESOURCE
{
ResourceName = Fertilizer
Ratio = 0.0.00020000
}
OUTPUT_RESOURCE
{
ResourceName = Supplies
Ratio = 0.0.00220000
DumpExcess = False
}
INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 4.40
}
INPUT_RESOURCE
{
ResourceName = Machinery
Ratio = 0.0000050
}
OUTPUT_RESOURCE
{
ResourceName = Recyclables
Ratio = 0.0000050
DumpExcess = true
}
REQUIRED_RESOURCE
{
ResourceName = Machinery
Ratio = 250
}
}