Created
January 11, 2022 04:52
-
-
Save Pinacolada64/c71c35c23cdcf1896cc7aee0c1cecbbc to your computer and use it in GitHub Desktop.
Player JSON data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "x", | |
"name": "Mr. X", | |
"map_level": 1, | |
"room": 1, | |
"money": 1000, | |
"health": 100, | |
"xp": 100, | |
"flag": { | |
"room_descs": true, | |
"debug": true | |
}, | |
"last_command": [ | |
"quit" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment