Last active
July 26, 2026 02:50
-
-
Save Templarian/48566d3a22b8dc21dde54e251aa7d9d3 to your computer and use it in GitHub Desktop.
TestingData
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
| { | |
| "00000000": { "e67e14e5": { "name": "Character Name" }, "1b6614d2": { "tile": "87679768" } }, | |
| "1b6614d2": { "name": "player.tile", "schema": { "tile": { "type": "ref", "ref": "2ba24965" } } }, | |
| "2ba24965": { "name": "tile", "schema": { "north": { "type": "ref", "ref": "2ba24965" }, "east": { "type": "ref", "ref": "2ba24965" }, "south": { "type": "ref", "ref": "2ba24965" }, "west": { "type": "ref", "ref": "2ba24965" } } }, | |
| "e67e14e5": { "name": "identity", "schema": { "name": { "type": "string", "required": true } } }, | |
| "87679768": { "2ba24965": { "south": "3d341612" } }, | |
| "3d341612": { "2ba24965": { "north": "87679768" } }, | |
| "6571ae89": { "name": "tile.ground", "schema": { "resource": { "type": "string", "required": true } } }, | |
| "26de8acd": { "name": "quest.city.rat", "schema": { "value": { "type": "enum", "enumValues": ["started", "completed"] } } }, | |
| "59b8c4b9": { "name": "state", "schema": { "name": { "type": "string", "required": true }, "state": { "type": "ref" } } } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment