Skip to content

Instantly share code, notes, and snippets.

@LottieVixen
Created December 3, 2020 16:37
Show Gist options
  • Save LottieVixen/2a6706d4adc381b7b0e25727ecfe1888 to your computer and use it in GitHub Desktop.
Save LottieVixen/2a6706d4adc381b7b0e25727ecfe1888 to your computer and use it in GitHub Desktop.
{
"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