Created
April 6, 2016 21:38
-
-
Save VirtuosiMedia/19a8431a42b116ad3110fa8fcbdec700 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
{ | |
"data.resources": { | |
"air": { | |
"name": "Air", | |
"id": "air", | |
"description": "A mixture of gases that form a breathable atmosphere, air is produced by atmospheric bioreactors.", | |
"basePrice": 4, | |
"mass": 1.3, | |
"image": "oxygenStorage" | |
}, | |
"credits": { | |
"name": "Credits", | |
"id": "credits", | |
"description": "Credits, formally known as Commonwealth Credit Units, are the principle currency used throughout the Commonwealth.", | |
"basePrice": 1, | |
"mass": 0, | |
"image": "bank" | |
}, | |
"food": { | |
"name": "Food", | |
"id": "food", | |
"description": "Various types of staple foods are produced in a hydroponics pod.", | |
"basePrice": 6, | |
"mass": 500, | |
"image": "foodStorage" | |
}, | |
"helium3": { | |
"name": "Helium3", | |
"id": "helium3", | |
"description": "Helium3 is the primary source of fuel for interstellar travel. The most abundant quantities of Helium3 are found in the atmpospheres of gas giants.", | |
"basePrice": 20, | |
"mass": 0.18, | |
"image": "heliumStorage" | |
}, | |
"ice": { | |
"name": "Ice", | |
"id": "ice", | |
"description": "Ice is extracted by mining asteroids in deep space, the poles of rocky planets, or from ice planets.", | |
"basePrice": 3, | |
"mass": 920, | |
"image": "ice.reclamation" | |
}, | |
"ore": { | |
"name": "Ore", | |
"id": "ore", | |
"description": "Ore is a composite of valuable metals and minerals mined from asteroids and rocky terrestrial planets.", | |
"basePrice": 2, | |
"mass": 2500, | |
"image": "ore.processor" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment