From cee73662009f461cd2476a18d06f105ce103ac50 Mon Sep 17 00:00:00 2001 From: Biro Gabor Date: Sat, 2 Aug 2014 19:28:49 +0200 Subject: [PATCH] Added upgrades.json --- json/upgrades.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 json/upgrades.json diff --git a/json/upgrades.json b/json/upgrades.json new file mode 100644 index 0000000..d21cd1e --- /dev/null +++ b/json/upgrades.json @@ -0,0 +1,13 @@ +[ + { + "name": "Free beer", + "description": "The work is easier when the worker is happy.", + "type": "hr", // "hr" || "detector" || "research" + "reciever": "PhD Students", // name of the object + "cost": 100, + "used": false, + "factor": 1.2, + "constant": 0, + //"image": + } +}