Moved proof to tags

This commit is contained in:
BlueZTV 2024-04-28 18:33:20 +08:00 committed by GitHub
parent 04b5fd99ed
commit 03a9246b99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
76.md
View File

@ -21,9 +21,9 @@ Each game's leaderboard has optional Categories, Variations, Platform, Level, Re
["lvl", "<Level>"], //E.g. FG, W1L1, F3OS ["lvl", "<Level>"], //E.g. FG, W1L1, F3OS
["ver", "<Version>"], //Version the submission is ran on e.g. 1.4.0.0 ["ver", "<Version>"], //Version the submission is ran on e.g. 1.4.0.0
["rlt", "<Start Unix Time>", "<Stop Unix Time>"], //Real Life Time, subtract Start from Stop to get actual time ["rlt", "<Start Unix Time>", "<Stop Unix Time>"], //Real Life Time, subtract Start from Stop to get actual time
["igt", "<Start Unix Time>", "<Stop Unix Time>"] //In-Game Time ["igt", "<Start Unix Time>", "<Stop Unix Time>"], //In-Game Time
["proof": "<Link to proof e.g. Twitch Vod>"]
], ],
"proof": "<Link to proof e.g. Twitch Vod>",
"created_at": "<Unix Time>", "created_at": "<Unix Time>",
"pubkey": "<Public Key>", "pubkey": "<Public Key>",
"sig": "<signature>" "sig": "<signature>"
@ -41,8 +41,8 @@ An example of a potential Super Mario 64 120 Star N64 run submission.
["plt", "N64"], ["plt", "N64"],
["reg", "JPN"], ["reg", "JPN"],
["rlt", "1587370820", "1587376601"], ["rlt", "1587370820", "1587376601"],
["proof": "https://www.twitch.tv/videos/2034126985"]
], ],
"proof": "https://www.twitch.tv/videos/2034126985",
"created_at": "1714228879", "created_at": "1714228879",
"pubkey": "1a6ea253df444f434417bdcaf9d4aef75f00921965e1afd836da0ae9cd1a0e074cb3490bb4cc26ead75af", "pubkey": "1a6ea253df444f434417bdcaf9d4aef75f00921965e1afd836da0ae9cd1a0e074cb3490bb4cc26ead75af",
"sig": "076b3405407f26b87ff9333fa336c1c6fbdfc27f2f" "sig": "076b3405407f26b87ff9333fa336c1c6fbdfc27f2f"