Giter Site home page Giter Site logo

Comments (2)

zer0Kerbal avatar zer0Kerbal commented on June 14, 2024

thank you @reseune .
fixed internally.

patch you requested:
`// Percolator.cfg v1.2
// On Demand Fuel Cells Refueled
// created: 31 Aug 19
// updated: 09 Oct 19

RESOURCE_DEFINITION
{
name = JebsCoffee
displayName = Jeb's Coffee
density = 0.0010000000
volume = 1
hsp = 41830
unitCost = 0.0008
color = 0.67, 0.17, 0.17
flowMode = ALL_VESSEL
transfer = PUMP
isTweakable = true
isVisible = true
ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/ExoticMatter
}

RESOURCE_DEFINITION
{
name = JebsScones
displayName = Jeb's Scones
density = 4.0
volume = 1
hsp = 41830
color = 1.0, 1.0, 1.0
unitCost = 0.238874700854701
flowMode = ALL_VESSEL
transfer = PUMP
isTweakable = True
isVisible = true
ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/ExoticMatter
}

@part[mk1pod]:NEEDS[ODFC,KGEx/JatwaaDemolitionsCo]:AFTER[ODFC]
{
// @name ^= :^:ODFC:
@cost += 50
@title ^= :$: <color=#6495ED> ODFC:
@description ^= :$:<#6495ED>ODFC Percolator installed. Beware of hot scones and don't for the love of all that is kerbal - DON'T DRINK THE COFFEE:
@mass += 0.001
@tags ^= :$: odfc demand jeb coffee scones:

!MODULE[ModuleResourceConverter] {}
MODULE:NEEDS[CommunityResourcePack]
{
	name = ODFC
	MODE
	{
		MaxEC = -18
		FUELS
		{
			MonoPropellant = 0.018
			LiquidFuel = 0.02025
			Oxidizer = 0.055
			Snacks = 1.0
			Food = 1.0
		}
		BYPRODUCTS
		{
			JebsScones = 1.0
		}
	}
	MODE
	{
		MaxEC = 18
		FUELS
		{
			LiquidFuel = 0.02025
			Oxidizer = 0.055
		}
	}
	MODE:NEEDS[CommunityResourcePack]
	{
		MaxEC = -428
		FUELS
		{
			Hydrogen = 3.75353458622189
			Oxygen = 2.83903913718094
			LiquidFuel = 0.0017
			Karbonite = 0.0001
			EnrichedUranium = 0.000017
			Antimatter = 0.00000000000000001
			ChargedParticles = 0.00000000000000001
			Salt = 0.045
			CoffeeBeans = 0.0042
		}
		BYPRODUCTS
		{
			JebsCoffee = 0.00303630919748661
		}
	}
	MODE
	{
		MaxEC = 18
		FUELS
		{
			LiquidFuel = 0.00153
			IntakeAir = 0.3672
		}
	}
	MODE:NEEDS[CommunityResourcePack]
	{
		MaxEC = 3.2
		FUELS
		{
			Hydrazine = .00782
			Oxygen = .00591
		}
		BYPRODUCTS
		{
			Water = .00000633
		}
	}
}

%RESOURCE[JebsScones]
{
	&amount = 5
	%amount += 5
	&maxAmount = 5
	%maxAmount += 5
	flowState = False
}

%RESOURCE[JebsCoffee]
{
	&amount = 5
	%amount += 5
	&maxAmount = 5
	%maxAmount += 5
}

}

// CC BY-NC-SA-4.0
// zer0Kerbal
`

from ondemandfuelcells.

zer0Kerbal avatar zer0Kerbal commented on June 14, 2024

corrected in next set of patches.

from ondemandfuelcells.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.