Implement upgrades.

This commit is contained in:
Kevin Dungs
2014-08-02 20:25:52 +02:00
parent cee7366200
commit 2a824f5d90
4 changed files with 81 additions and 27 deletions
+5 -4
View File
@@ -2,12 +2,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,
"type": "hr",
"receiver": "PhD Students",
"property": "rate",
"factor": 1.2,
"constant": 0,
//"image":
"image": "assets/beer.png"
}
}
]