diff --git a/assets/chitilde.png b/assets/chitilde.png new file mode 100644 index 0000000..bb1668c Binary files /dev/null and b/assets/chitilde.png differ diff --git a/index.html b/index.html index 0bacda5..8665c9a 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ {{ lc.lab.name }} - + @@ -74,6 +74,7 @@ + diff --git a/json/research.json b/json/research.json index ca2a1d8..92ec684 100644 --- a/json/research.json +++ b/json/research.json @@ -30,5 +30,13 @@ "cost": 10000, "cost_increase": 1.2, "image": "assets/H.png" + }, + { + "name": "MSSM", + "description": "You somehow managed to find proof for the Minimal Supersymmetric Standard Model. Wow!", + "reputation": 100000, + "cost": 1000000, + "cost_increase": 2, + "image": "assets/chitilde.png" } ] diff --git a/json/workers.json b/json/workers.json index 8959bd4..ee57a08 100644 --- a/json/workers.json +++ b/json/workers.json @@ -30,5 +30,13 @@ "cost_increase": 1.6, "rate": 1000, "image": "http://placekitten.com/64/64" + }, + { + "name": "Nobel Prize Winners", + "description": "Hell Yeah.", + "cost": 1000000, + "cost_increase": 1.8, + "rate": 10000, + "image": "http://placekitten.com/64/64" } ]