14 lines
676 B
JSON
14 lines
676 B
JSON
{
|
|
"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}}
|
|
}
|
|
} |