Early game is pretty solid now.

This commit is contained in:
Kevin Dungs
2014-12-12 13:23:28 +01:00
parent 509cb7b2cd
commit 8683212324
3 changed files with 49 additions and 35 deletions
+32 -18
View File
@@ -20,7 +20,7 @@
"image": "assets/icons/png/Jpsi.png",
"info": "html/Jpsi.html",
"state": {
"reputation": 1e1,
"reputation": 5e0,
"cost": 4e2,
"info_levels": [ 1, 5, 10, 25 ]
}
@@ -33,8 +33,8 @@
"image": "assets/icons/png/tau.png",
"info": "html/tau.html",
"state": {
"reputation": 100,
"cost": 1000,
"reputation": 1e2,
"cost": 1e3,
"info_levels": [ 1, 5, 10, 25 ]
}
},
@@ -46,8 +46,8 @@
"image": "assets/icons/png/b.png",
"info": "html/b.html",
"state": {
"reputation": 1000,
"cost": 10000,
"reputation": 1e3,
"cost": 1e4,
"info_levels": [ 1, 5, 10, 25 ]
}
},
@@ -59,8 +59,8 @@
"image": "assets/icons/png/gluons.png",
"info": "html/gluons.html",
"state": {
"reputation": 1000000,
"cost": 10000000,
"reputation": 1e4,
"cost": 1e5,
"info_levels": [ 1, 5, 10, 25 ]
}
},
@@ -72,8 +72,8 @@
"image": "assets/icons/png/weak.png",
"info": "html/weak.html",
"state": {
"reputation": 10000,
"cost": 100000,
"reputation": 1e5,
"cost": 1e6,
"info_levels": [ 1, 5, 10, 25 ]
}
},
@@ -85,8 +85,8 @@
"image": "assets/icons/png/t.png",
"info": "html/top.html",
"state": {
"reputation": 100000,
"cost": 1000000,
"reputation": 1e6,
"cost": 1e7,
"info_levels": [ 1, 5, 10, 25 ]
}
},
@@ -98,8 +98,8 @@
"image": "assets/icons/png/BBbar.png",
"info": "html/BBbar.html",
"state": {
"reputation": 10000000,
"cost": 100000000,
"reputation": 1e7,
"cost": 1e8,
"info_levels": [ 1, 5, 10, 25 ]
}
},
@@ -111,8 +111,8 @@
"image": "assets/icons/png/H.png",
"info": "html/H.html",
"state": {
"reputation": 100000000,
"cost": 1000000000,
"reputation": 1e8,
"cost": 1e9,
"info_levels": [ 1, 5, 10, 25 ]
}
},
@@ -124,8 +124,8 @@
"image": "assets/icons/png/Dstar_s.png",
"info": "html/Dstar_s.html",
"state": {
"reputation": 1000000000,
"cost": 10000000000000,
"reputation": 1e9,
"cost": 1e10,
"info_levels": [ 1, 5, 10, 25 ]
}
},
@@ -136,10 +136,24 @@
"cost_increase": 1.15,
"image": "assets/icons/png/Xi_b.png",
"info": "html/Xi_b.html",
"state": {
"reputation": 1e10,
"cost": 1e11,
"info_levels": [ 1, 5, 10, 25 ]
}
},
{
"key": "research-cheat",
"name": "Cheat++",
"description": "Just for development.",
"cost_increase": 1.0,
"image": "assets/icons/png/Xi_b.png",
"info": "",
"state": {
"reputation": 10000000000,
"cost": 100000000000000,
"cost": 1,
"info_levels": [ 1, 5, 10, 25 ]
}
}
]
+15 -15
View File
@@ -209,7 +209,7 @@
"description": "Increased centre-of-mass energy.",
"effect": "Double the amount of data per click.",
"icon": "fa-bolt",
"cost": 1e1,
"cost": 2e2,
"targets": [ { "key": "lab", "property": "detector" } ],
"requirements": [ ],
"factor": 2
@@ -220,7 +220,7 @@
"description": "Increased centre-of-mass energy.",
"effect": "Double the amount of data per click.",
"icon": "fa-bolt",
"cost": 1e2,
"cost": 2e3,
"targets": [ { "key": "lab", "property": "detector" } ],
"requirements": [
{ "key": "upgrade-energy1", "property": "used", "threshold": 1 }
@@ -233,7 +233,7 @@
"description": "Increased centre-of-mass energy.",
"effect": "Double the amount of data per click.",
"icon": "fa-bolt",
"cost": 1e3,
"cost": 2e4,
"targets": [ { "key": "lab", "property": "detector" } ],
"requirements": [
{ "key": "upgrade-energy2", "property": "used", "threshold": 1 }
@@ -246,7 +246,7 @@
"description": "Increased centre-of-mass energy.",
"effect": "Double the amount of data per click.",
"icon": "fa-bolt",
"cost": 1e4,
"cost": 2e5,
"targets": [ { "key": "lab", "property": "detector" } ],
"requirements": [
{ "key": "upgrade-energy3", "property": "used", "threshold": 1 }
@@ -259,7 +259,7 @@
"description": "Increased centre-of-mass energy.",
"effect": "Double the amount of data per click.",
"icon": "fa-bolt",
"cost": 1e5,
"cost": 2e6,
"targets": [ { "key": "lab", "property": "detector" } ],
"requirements": [
{ "key": "upgrade-energy4", "property": "used", "threshold": 1 }
@@ -272,7 +272,7 @@
"description": "Increased centre-of-mass energy.",
"effect": "Double the amount of data per click.",
"icon": "fa-bolt",
"cost": 1e6,
"cost": 2e7,
"targets": [ { "key": "lab", "property": "detector" } ],
"requirements": [
{ "key": "upgrade-energy5", "property": "used", "threshold": 1 }
@@ -285,7 +285,7 @@
"description": "Increased centre-of-mass energy.",
"effect": "Double the amount of data per click.",
"icon": "fa-bolt",
"cost": 1e7,
"cost": 2e8,
"targets": [ { "key": "lab", "property": "detector" } ],
"requirements": [
{ "key": "upgrade-energy6", "property": "used", "threshold": 1 }
@@ -298,7 +298,7 @@
"description": "Increased centre-of-mass energy.",
"effect": "Double the amount of data per click.",
"icon": "fa-bolt",
"cost": 1e8,
"cost": 2e9,
"targets": [ { "key": "lab", "property": "detector" } ],
"requirements": [
{ "key": "upgrade-energy7", "property": "used", "threshold": 1 }
@@ -311,7 +311,7 @@
"description": "Increased centre-of-mass energy.",
"effect": "Double the amount of data per click.",
"icon": "fa-bolt",
"cost": 1e9,
"cost": 2e10,
"targets": [ { "key": "lab", "property": "detector" } ],
"requirements": [
{ "key": "upgrade-energy8", "property": "used", "threshold": 1 }
@@ -324,7 +324,7 @@
"description": "Increased centre-of-mass energy.",
"effect": "Double the amount of data per click.",
"icon": "fa-bolt",
"cost": 1e10,
"cost": 2e11,
"targets": [ { "key": "lab", "property": "detector" } ],
"requirements": [
{ "key": "upgrade-energy9", "property": "used", "threshold": 1 }
@@ -337,7 +337,7 @@
"description": "Increased centre-of-mass energy.",
"effect": "Double the amount of data per click.",
"icon": "fa-bolt",
"cost": 1e11,
"cost": 2e12,
"targets": [ { "key": "lab", "property": "detector" } ],
"requirements": [
{ "key": "upgrade-energy10", "property": "used", "threshold": 1 }
@@ -350,7 +350,7 @@
"description": "Increased centre-of-mass energy.",
"effect": "Double the amount of data per click.",
"icon": "fa-bolt",
"cost": 1e12,
"cost": 2e13,
"targets": [ { "key": "lab", "property": "detector" } ],
"requirements": [
{ "key": "upgrade-energy11", "property": "used", "threshold": 1 }
@@ -363,7 +363,7 @@
"description": "A larger particle smasher.",
"effect": "Ten times the amount of data per click.",
"icon": "fa-circle-o-notch",
"cost": 5e4,
"cost": 5e5,
"targets": [ { "key": "lab", "property": "detector" } ],
"requirements": [
{ "key": "upgrade-energy4", "property": "used", "threshold": 1 }
@@ -376,7 +376,7 @@
"description": "A larger particle smasher.",
"effect": "Ten times the amount of data per click.",
"icon": "fa-circle-o-notch",
"cost": 5e6,
"cost": 5e7,
"targets": [ { "key": "lab", "property": "detector" } ],
"requirements": [
{ "key": "upgrade-energy4", "property": "used", "threshold": 1 }
@@ -389,7 +389,7 @@
"description": "A larger particle smasher.",
"effect": "Ten times the amount of data per click.",
"icon": "fa-circle-o-notch",
"cost": 5e9,
"cost": 5e10,
"targets": [ { "key": "lab", "property": "detector" } ],
"requirements": [
{ "key": "upgrade-energy4", "property": "used", "threshold": 1 }
+2 -2
View File
@@ -15,7 +15,7 @@
"description": "They decided to do a PhD. Now they are working hard.",
"cost_increase": 1.45,
"state": {
"cost": 4e2,
"cost": 6e2,
"rate": 0.8e1
}
},
@@ -25,7 +25,7 @@
"description": "These brilliant minds are here only to serve your needs.",
"cost_increase": 1.4,
"state": {
"cost": 4e3,
"cost": 1e4,
"rate": 1e2
}
},