From 04b5fd99edc8064c61f2e135c0c92fdc95c97dc1 Mon Sep 17 00:00:00 2001 From: BlueZTV <56860375+BlueZTV@users.noreply.github.com> Date: Sun, 28 Apr 2024 01:11:19 +0800 Subject: [PATCH] Update 76.md --- 76.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/76.md b/76.md index fa5a7ff0..1aeddffa 100644 --- a/76.md +++ b/76.md @@ -7,7 +7,7 @@ Speedrunning Leaderboard Entry `draft` `optional` 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. +Each game's leaderboard has optional Categories, Variations, Platform, Level, Region and Version tags to allow for the creation of alternate sub-leaderboards under one game. ```jsonc { @@ -16,12 +16,12 @@ Each game's leaderboard has optional Categories, Variations, Platform, Level, Re "tags": [ ["c", "", ], //E.g. A%G (Any% Glitchless), AlAc (All Achievements) ["v", "", ], //E.g. for Celeste AnyP (Any%), ARB (All Red berries), TE (True Ending) etc. - ["p", ""], //E.g. N64, EMU + ["plt", ""], //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 + ["igt", "", ""] //In-Game Time ], "proof": "", "created_at": "", @@ -29,7 +29,7 @@ Each game's leaderboard has optional Categories, Variations, Platform, Level, Re "sig": "" } ``` -Tags can be entered multiple times if required such as a game having multiple varieties under one category, e.g. Pizza Tower Full Game Any% has Playable Character and Glitches? varieties. +Tags can be entered multiple times if required, such as a game having multiple varieties under one category. E.g. Pizza Tower Full Game Any% has Playable Character and Glitches? varieties. An example of a potential Super Mario 64 120 Star N64 run submission. ```jsonc @@ -38,7 +38,7 @@ An example of a potential Super Mario 64 120 Star N64 run submission. "d", "SM64", "tags": [ ["c", "120S", "120 Star"], - ["p", "N64"], + ["plt", "N64"], ["reg", "JPN"], ["rlt", "1587370820", "1587376601"], ],