-
-
Save AndyNovo/3ded4ab643004a4673bc3aabc43781ea to your computer and use it in GitHub Desktop.
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
| { | |
| "ninja_tools": [ | |
| { | |
| "item": "shuriken", | |
| "quantity": 10, | |
| "description": "Sharp stars for silent strikes." | |
| }, | |
| { | |
| "item": "katana", | |
| "quantity": 1, | |
| "description": "The blade of honor." | |
| }, | |
| { | |
| "item": "smoke_bomb", | |
| "quantity": 5, | |
| "secret": "\\u0068\\u0069\\u0064\\u0064\\u0065\\u006e\\u005f\\u0073\\u0065\\u0063\\u0072\\u0065\\u0074" | |
| } | |
| ], | |
| "clan_motto": "Strike from the shadows.", | |
| "hidden_path": { | |
| "level1": { | |
| "level2": { | |
| "level3": "\\u006e\\u0069\\u006e\\u006a\\u0061\\u007b\\u006a\\u0073\\u006f\\u006e\\u005f\\u0073\\u0068\\u0069\\u006e\\u006f\\u0062\\u0069\\u007d" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment