diff --git a/index.html b/index.html index 178a065..b0650a0 100644 --- a/index.html +++ b/index.html @@ -15,8 +15,7 @@
+
{{ r.description }} Researching it will give you {{ r.reputation }} reputation.
diff --git a/json/research.json b/json/research.json index e704768..3621943 100644 --- a/json/research.json +++ b/json/research.json @@ -5,6 +5,7 @@ "reputation": 1, "cost": 10, "cost_increase": 1.4, + "image": "assets/W.png", "info": "html/W.html" }, { @@ -13,6 +14,7 @@ "reputation": 5, "cost": 100, "cost_increase": 1.45, + "image": "assets/Z.png", "info": "html/Z.html" }, { @@ -21,6 +23,7 @@ "reputation": 50, "cost": 2000, "cost_increase": 1.5, + "image": "assets/t.png", "info": "html/t.html" }, { @@ -29,6 +32,7 @@ "reputation": 100, "cost": 25000, "cost_increase": 1.55, + "image": "assets/nu.png", "info": "html/nu.html" }, {