From e46d7bb626685a0a57ed12596c108249a3fc8027 Mon Sep 17 00:00:00 2001 From: atomicstack Date: Sat, 9 Nov 2013 22:47:27 +0100 Subject: [PATCH] Add another manufacturing/distribution tier. --- templates/game.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/templates/game.js b/templates/game.js index 4d65c31..4514ac7 100644 --- a/templates/game.js +++ b/templates/game.js @@ -538,6 +538,19 @@ function Game() { 'unlocked':false, 'sid':'c17', }, + 'c_blue_hole':{ + 'label':'Super-meth-ive Blue Hole', + 'description':'Alter a super-massive white hole so that it turns blue' + + ' and emits jets of meth into the surrounding galaxy', + 'amount':0, + 'risk':0.000001, + 'rps':300000000000, + 'base_cost':300000000000000000, + 'cost':300000000000000000, + 'unlock_rps':30000000000, + 'unlocked':false, + 'sid':'c18', + }, }, // END clickers @@ -757,6 +770,19 @@ function Game() { 'unlocked':false, 'sid':'s17', }, + 's_black_hole':{ + 'label':'Super-meth-ive Black Hole', + 'description':'Use the super-massive black hole at the heart ' + + 'of a galaxy to distribute meth to another universe', + 'amount':0, + 'risk':0.00001, + 'rps':300000000000, + 'base_cost':300000000000000000, + 'cost':300000000000000000, + 'unlock_rps':30000000000, + 'unlocked':false, + 'sid':'s18', + }, }, // END sellers