Added upgrades.json

This commit is contained in:
Biro Gabor
2014-08-02 20:25:52 +02:00
committed by Kevin Dungs
parent 6cc65fa5f3
commit cee7366200
+13
View File
@@ -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":
}
}