Created
December 3, 2020 16:37
-
-
Save LottieVixen/2a6706d4adc381b7b0e25727ecfe1888 to your computer and use it in GitHub Desktop.
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
{ | |
"type": "Separator", | |
"name": "Copper Trade", | |
"description": "Trades Copper for mats. Low chance for rare mats.", | |
"size": 2, | |
"results": [ | |
"graphite/4", | |
"copper/4", | |
"lead/10", | |
"titanium/3", | |
"plastanium/1", | |
"surge-alloy/1", | |
"silicon/4" | |
], | |
"hasPower": false, | |
"hasLiquids": false, | |
"craftTime": 1, | |
"consumes": { | |
"liquid": { | |
"liquid": "water", | |
"amount": "0.0" | |
}, | |
"items": { | |
"items": [ | |
"copper/10" | |
], | |
"optional": false | |
} | |
}, | |
"requirements":[ | |
{ "item": "copper", "amount": 100 } | |
], | |
"category": "effect", | |
"research": "pneumatic-drill" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment