Cleaned up players.json

This commit is contained in:
2025-06-22 12:29:22 -04:00
parent 93c70ba576
commit 38f6142ed6
2 changed files with 4 additions and 23 deletions

14
players.json Normal file
View 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}}
}
}