Update 76.md

This commit is contained in:
BlueZTV 2024-04-28 00:50:34 +08:00 committed by GitHub
parent a62433bd95
commit 559efd5c75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
76.md
View File

@ -6,8 +6,8 @@ Speedrunning Leaderboard Entry
`draft` `optional`
This NIP defines event kind `7602` as an entry towards a Game's speedrunning leaderboard, specified via a `d` tag, e.g. a game's Steam App ID.
Each game's leaderboard has optional Categories, Variations, Platform, Level, Region and Versions to create alternate leaderboards for one game.
This NIP defines event kind `7602` as a submission to a game's speedrunning leaderboard, specified via a unique `d` tag, e.g. a game's Steam App ID.
Each game's leaderboard has optional Categories, Variations, Platform, Level, Region and Versions tags to allow for the creation of alternate sub-leaderboards under one game.
```jsonc
{
@ -19,6 +19,7 @@ Each game's leaderboard has optional Categories, Variations, Platform, Level, Re
["p", "<Platform identifier>"], //E.g. N64, EMU
["reg", "<3 Letter ISO Country Code>"], //E.g. JPN, AUS
["lvl", "<Level>"], //E.g. FG, W1L1, F3OS
["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
["igt", "<Start Unix Time>", "<Stop Unix Time>"] //In Game Time
],