From 38f6142ed6dee93e63d0158900789b995fa3adf1 Mon Sep 17 00:00:00 2001 From: Oclaim Date: Sun, 22 Jun 2025 12:29:22 -0400 Subject: [PATCH] Cleaned up players.json --- examplePlayers.json | 19 ------------------- src/NoPELib/players.json => players.json | 8 ++++---- 2 files changed, 4 insertions(+), 23 deletions(-) delete mode 100644 examplePlayers.json rename src/NoPELib/players.json => players.json (52%) diff --git a/examplePlayers.json b/examplePlayers.json deleted file mode 100644 index a722f06..0000000 --- a/examplePlayers.json +++ /dev/null @@ -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": []}} - } -} \ No newline at end of file diff --git a/src/NoPELib/players.json b/players.json similarity index 52% rename from src/NoPELib/players.json rename to players.json index f91ab46..5bd14dc 100644 --- a/src/NoPELib/players.json +++ b/players.json @@ -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}},