More upgrades

This commit is contained in:
Gabor Biro
2014-08-02 21:21:13 +02:00
parent c0d645d562
commit 1c402841bd
5 changed files with 37 additions and 1 deletions
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

+37 -1
View File
@@ -8,7 +8,43 @@
"receiver": "PhD Students",
"property": "rate",
"factor": 1.2,
"constant": 0,
"constant": 1,
"image": "assets/beer.png"
},
{
"name": "Free coffee",
"description": "Sleeping is the coffee of the weaks.",
"cost": 1000,
"used": false,
"type": "hr",
"receiver": "PhD Students",
"property": "rate",
"factor": 1.2,
"constant": 1,
"image": "assets/coffee.png"
},
{
"name": "Detector upgrade",
"description": "More efficient detector.",
"cost": 100,
"used": false,
"type": "detector",
"receiver": "",
"property": "rate",
"factor": 1,
"constant": 1,
"image": "assets/efficiency.png"
},
{
"name": "Propaganda",
"description": "Makes your weird science popular (?).",
"cost": 100,
"used": false,
"type": "research",
"receiver": "W-Boson",
"property": "reputation",
"factor": 1.2,
"constant": 1,
"image": "assets/propaganda.png"
}
]