Cleaned up players.json
This commit is contained in:
@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"exampleExpansion": {
|
|
||||||
"optionA": 1,
|
|
||||||
"optionB": 2
|
|
||||||
},
|
|
||||||
|
|
||||||
"availableExpansion":
|
|
||||||
{
|
|
||||||
"bracelet1": "Brosef",
|
|
||||||
"robotic_barman": "Tango",
|
|
||||||
"challenge": "TRS"
|
|
||||||
},
|
|
||||||
|
|
||||||
"players": {
|
|
||||||
"Brosef": {"flags": [], "expansions": {"exampleExpansion": {"playerOption": 5}}, "games": {"gameID0": []}},
|
|
||||||
"TRS_MML": {"flags": [], "expansions": {"exampleExpansion": {"playerOption": 5}}, "games": {"gameID0": []}},
|
|
||||||
"Tango": {"flags": [], "expansions": {"exampleExpansion": {"playerOption": 5}}, "games": {"gameID0": []}}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"expansions":
|
"expansions":
|
||||||
{
|
{
|
||||||
"shockColar1": {"players": ["Brosef"], "class": "pishock", "type": ["shock"]},
|
"ShockColar1": {"players": ["Brosef"], "types": ["shock"]},
|
||||||
"robotBarman": {"players": ["Tango", "TRS_MML"], "class": "roboticBarman", "type": ["drink"]},
|
"RobotBarman": {"players": ["Tango", "TRS_MML"], "types": ["drink"]},
|
||||||
"challengeDB": {"players": ["TRS_MML"], "class": "challengeDataBase", "type": ["challenge"]},
|
"ChallengeDB": {"players": ["TRS_MML"], "types": ["challenge"]},
|
||||||
"sourCandy": {"players": [], "class": "sourCandy", "type": ["food"]}
|
"SourCandy": {"players": [], "types": ["food"]}
|
||||||
},
|
},
|
||||||
"players": {
|
"players": {
|
||||||
"Brosef": {"flags": [], "expansions": {"exampleExpansion": {"playerOption": 5}}, "games": {"gameID0": 2}},
|
"Brosef": {"flags": [], "expansions": {"exampleExpansion": {"playerOption": 5}}, "games": {"gameID0": 2}},
|
||||||
Reference in New Issue
Block a user