Created
November 29, 2020 13:17
-
-
Save LottieVixen/72ce3a5d9b96944c4a0e216478de74b3 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": "ItemVoid", | |
| "name": "Item-Void", | |
| "description": "Entfernen Sie alle Materialien.", | |
| "size": 1, | |
| "hasItems": true, | |
| "ItemStack": 100, | |
| "update": true, | |
| "soild": true, | |
| "requirements": [ | |
| { "item": "copper", "amount": "1" } | |
| ], | |
| "category": "power", | |
| "research": "mega-power" | |
| } |
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": "LiquidVoid", | |
| "name": "Liquid-Void", | |
| "description": "Entfernen Sie alle Flüsigkeiten", | |
| "size": 1, | |
| "hasLiquids": true, | |
| "update": true, | |
| "soild": true, | |
| "liquidCapacity": 100, | |
| "requirements": [ | |
| { "item": "copper", "amount": "1" } | |
| ], | |
| "category": "power", | |
| "research": "Item-Source" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment