More development. Many things are working already.

This commit is contained in:
Kevin Dungs
2014-08-02 14:05:45 +02:00
parent 1ef115e167
commit fccedebb94
3 changed files with 27 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 429 KiB

+16
View File
@@ -0,0 +1,16 @@
[
{
"name": "W-Boson",
"description": "The W-Boson is the carrier boson of the weak force.",
"reputation": 1,
"cost": 10,
"histogram": {}
},
{
"name": "Higgs-Boson",
"description": "The Higgs-Boson...",
"reputation": 100,
"cost": 1000,
"histogram": {}
}
]
+11 -3
View File
@@ -1,8 +1,16 @@
[
{
"name": "PhD Student",
"description": "Basically a slave just with fewer rights.",
"loan": 100,
"name": "PhD Students",
"description": "Basically slaves, just with fewer rights.",
"cost": 100,
"sell": 80,
"rate": 1
},
{
"name": "Postdocs",
"description": "Can get shit done for you.",
"cost": 1000,
"sell": 700,
"rate": 10
}
]