Skip to content

Instantly share code, notes, and snippets.

@kuzetsa
Last active August 29, 2015 13:57
Show Gist options
  • Save kuzetsa/9695760 to your computer and use it in GitHub Desktop.
Save kuzetsa/9695760 to your computer and use it in GitHub Desktop.
current definitions as of 2014 March 26 @ 23:17 Local NY time
RESOURCE_DEFINITION
{
name = LIQUIDenergy
density = 0.0156
flowMode = ALL_VESSEL
transfer = PUMP
isTweakable = true
}
RESOURCE_DEFINITION
{
name = PureEnergy
density = 0.0000013
flowMode = ALL_VESSEL
transfer = PUMP
isTweakable = true
}
@kuzetsa
Copy link
Author

kuzetsa commented Mar 21, 2014

Apparently, density calculation is inverse from the "specific gravity" type of ratio I was expecting (smaller value is needed for a denser material, since it's "mass per unit" in SQUAD's resource definition style)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment