Cleaned up players.json
This commit is contained in:
14
players.json
Normal file
14
players.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"expansions":
|
||||
{
|
||||
"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}},
|
||||
"TRS_MML": {"flags": [], "expansions": {"exampleExpansion": {"playerOption": 5}}, "games": {"gameID0": 1}},
|
||||
"Tango": {"flags": [], "expansions": {"exampleExpansion": {"playerOption": 5}}, "games": {"gameID0": 0}}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user