diff options
Diffstat (limited to 'assets/shop.json')
| -rw-r--r-- | assets/shop.json | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/assets/shop.json b/assets/shop.json index 241bbd1..9232f04 100644 --- a/assets/shop.json +++ b/assets/shop.json @@ -5,48 +5,56 @@ "desc": "Buying this, you basically get bread crumbs from other recycled worlds.", "cost": 10, "mass": 0.2, + "volume": 5, "color": "#222034"}, {"id": "mid_planet_mat", "name": "Middle-grade planetary material", "desc": "While still recycled, it's previous owners didn't filter out all the good stuff.", "cost": 30, "mass": 0.3, + "volume": 6, "color": "#181910"}, {"id": "high_planet_mat", "name": "High-grade planetary material", "desc": "Made from worlds demolished to make way for a new hyperspatial express drive.", "cost": 50, "mass": 0.4, + "volume": 10, "color": "#151731"}, {"id": "top_planet_mat", "name": "Pristine planetary material", "desc": "Pretty much the only source of such high-quality planetary material comes from the underground. ", "cost": 100, "mass": 0.5, + "volume": 9, "color": "#321521"}, {"id": "high_rad_mat", "name": "Ionizing planetary material", "desc": "", "cost": 140, "mass": 0.4, + "volume": 7, "color": "#99e550"}, {"id": "low_inter_dust", "name": "Low-grade interplanetary dust", "desc": "Scraped of the bottom of some junkyard universe megaship, this really doesn't have much to offer.", "cost": 20, "mass":0.3, + "volume": 5, "color": "#323c39"}, {"id": "middle_inter_dust", "name": "Middle-grade interplanetary dust", "desc": "", "cost": 40, "mass":0.4, + "volume": 7, "color": "#3c3031"}, {"id": "high_inter_dust", "name": "High-grade interplanetary dust", "desc": "Collected after a supernova, it contains many diverse solid and gaseous elements.", "cost": 80, "mass":0.5, + "volume": 9, "color": "#453832"} ], "gas": [ @@ -105,33 +113,33 @@ {"id": "simple_amino", "name": "Simple aminoacids", "desc": "", - "cost": 200}, + "cost": 120}, {"id": "nucleotid", "name": "Nucleotids", "desc": "Bunch of nucleotids will step up your life game. These are building blocks of nucleic acids.", - "cost": 300}, + "cost": 180}, {"id": "nucleic_acid", "name": "Nucleic acids", "desc": "", - "cost": 400}, + "cost": 250}, {"id": "nanotech_elements", "name": "Nano-tech microelements", "desc": "", - "cost": 500} + "cost": 300} ], "life": [ {"id": "chon_life_1", "name": "CHON based life (level 1)", "desc": "The most common life forms among the multi-verse are CHON based, so you can get them in bulk.", - "cost": 1000}, + "cost": 400}, {"id": "chon_life_2", "name": "CHON based life (level 2)", "desc": "", - "cost": 1500}, + "cost": 450}, {"id": "grey_goo", "name": "Grey goo", "desc": "No one really told you what it is, they just sell it.", - "cost": 2000}, + "cost": 500}, {"id": "plumbus", "name": "Plumbus", "desc": "Everyone has a plumbus in their home.\ @@ -143,19 +151,19 @@ Then, a schlami shows up, and he rubs it and spits on it.\ They cut the fleeb. There's several hizzards in the way.\ The blamfs rub against the chumbles, and the plubis, and grumbo are shaved away.\ That leaves you with a regular old plumbus.", - "cost": 2500}, + "cost": 600}, {"id": "cardboard_box", "name": "A cardboard box", "desc": "You might have heard some cat noises from the inside, although you can't be sure unless you open it.", - "cost": 3000}, + "cost": 700}, {"id": "stage_trees", "name": "A forest of weird trees", "desc": "They seem oddly rocket shaped. They even have the inter-civilized safety markings.", - "cost": 3000}, + "cost": 8000}, {"id": "spaghetti_monster", "name": "A flying spaghetti monster", "desc": "Hovering with barely audible noises of slurping sauce you are not even sure how it's legal to trade such a creature.", - "cost": 3500} + "cost": 800} ] } |
