Last active
August 29, 2015 13:57
-
-
Save kuzetsa/9695760 to your computer and use it in GitHub Desktop.
current definitions as of 2014 March 26 @ 23:17 Local NY time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)