From 6093a08901887c0ec3177bcd52a2e6a274b4e51b Mon Sep 17 00:00:00 2001 From: BlueZTV <56860375+BlueZTV@users.noreply.github.com> Date: Sun, 28 Apr 2024 19:06:29 +0800 Subject: [PATCH] Moved d to tags --- 76.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/76.md b/76.md index aa57d096..6be172eb 100644 --- a/76.md +++ b/76.md @@ -12,8 +12,8 @@ Each game's leaderboard has optional Categories, Variations, Platform, Level, Re ```jsonc { "kind": 7602, - "d", "", //E.g. Among Us' Steam App ID is 945360 "tags": [ + ["d", ""], //E.g. Among Us' Steam App ID is 945360 ["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. ["plt", ""], //E.g. N64, EMU @@ -35,8 +35,8 @@ An example of a potential Super Mario 64 120 Star N64 run submission. ```jsonc { "kind": 7602, - "d", "SM64", "tags": [ + ["d", "SM64"], ["c", "120S", "120 Star"], ["plt", "N64"], ["reg", "JPN"],