Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add another manufacturing/distribution tier. #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions templates/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down