diff --git a/76.md b/76.md index 905cb14d..fa5a7ff0 100644 --- a/76.md +++ b/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", ""], //E.g. N64, EMU ["reg", "<3 Letter ISO Country Code>"], //E.g. JPN, AUS ["lvl", ""], //E.g. FG, W1L1, F3OS + ["ver", ""], //Version the submission is ran on e.g. 1.4.0.0 ["rlt", "", ""], //Real Life Time, subtract Start from Stop to get actual time ["igt", "", ""] //In Game Time ],