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":
|
||||
{
|
||||
"shockColar1": {"players": ["Brosef"], "class": "pishock", "type": ["shock"]},
|
||||
"robotBarman": {"players": ["Tango", "TRS_MML"], "class": "roboticBarman", "type": ["drink"]},
|
||||
"challengeDB": {"players": ["TRS_MML"], "class": "challengeDataBase", "type": ["challenge"]},
|
||||
"sourCandy": {"players": [], "class": "sourCandy", "type": ["food"]}
|
||||
"ShockColar1": {"players": ["Brosef"], "types": ["shock"]},
|
||||
"RobotBarman": {"players": ["Tango", "TRS_MML"], "types": ["drink"]},
|
||||
"ChallengeDB": {"players": ["TRS_MML"], "types": ["challenge"]},
|
||||
"SourCandy": {"players": [], "types": ["food"]}
|
||||
},
|
||||
"players": {
|
||||
"Brosef": {"flags": [], "expansions": {"exampleExpansion": {"playerOption": 5}}, "games": {"gameID0": 2}},
|
||||
Reference in New Issue
Block a user