Moved d to tags

This commit is contained in:
BlueZTV 2024-04-28 19:06:29 +08:00 committed by GitHub
parent 03a9246b99
commit 6093a08901
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
76.md
View File

@ -12,8 +12,8 @@ Each game's leaderboard has optional Categories, Variations, Platform, Level, Re
```jsonc ```jsonc
{ {
"kind": 7602, "kind": 7602,
"d", "<Unique Identifier for the game>", //E.g. Among Us' Steam App ID is 945360
"tags": [ "tags": [
["d", "<Unique Identifier for the game>"], //E.g. Among Us' Steam App ID is 945360
["c", "<Category Identifier the submission is for>", <Long Name>], //E.g. A%G (Any% Glitchless), AlAc (All Achievements) ["c", "<Category Identifier the submission is for>", <Long Name>], //E.g. A%G (Any% Glitchless), AlAc (All Achievements)
["v", "<Variation of the category the submission is for>", <Long Name>], //E.g. for Celeste AnyP (Any%), ARB (All Red berries), TE (True Ending) etc. ["v", "<Variation of the category the submission is for>", <Long Name>], //E.g. for Celeste AnyP (Any%), ARB (All Red berries), TE (True Ending) etc.
["plt", "<Platform Identifier>"], //E.g. N64, EMU ["plt", "<Platform Identifier>"], //E.g. N64, EMU
@ -35,8 +35,8 @@ An example of a potential Super Mario 64 120 Star N64 run submission.
```jsonc ```jsonc
{ {
"kind": 7602, "kind": 7602,
"d", "SM64",
"tags": [ "tags": [
["d", "SM64"],
["c", "120S", "120 Star"], ["c", "120S", "120 Star"],
["plt", "N64"], ["plt", "N64"],
["reg", "JPN"], ["reg", "JPN"],