mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-10 06:09:08 -05:00
Update 76.md
This commit is contained in:
parent
a62433bd95
commit
559efd5c75
5
76.md
5
76.md
|
@ -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
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user