Created
November 30, 2020 22:04
-
-
Save LottieVixen/fc0701ac95d51383fdfca391e00deb79 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
{ | |
"name": "Armageddon mech pad", | |
"description": "Transform into the Armageddon mech.", | |
"type": "MechPad", | |
"mech": "armageddon-mech", | |
"size": 2, | |
"consumes": { | |
"power": 2.5 | |
}, | |
"category": "upgrade", | |
"research": "galactical-smelter", | |
"requirements": [ | |
{ "item": "lead", "amount": 200 }, | |
{ "item": "galactical-steel", "amount": 175 }, | |
{ "item": "silicon", "amount": 150 }, | |
{ "item": "graphite", "amount": 125 }, | |
{ "item": "titanium", "amount": 100 } | |
] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment