Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/v1/get-achievements-earned-between.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ if (response is NetworkResponse.Success) {
"Description": "Solo defeat Golden Beetles at 2nd block (normal or above)",
"BadgeName": "228985",
"Points": 10,
"TrueRatio": 25,
"Type": "missable",
"Author": "Altomar",
"GameTitle": "Persona 3 Portable",
Expand All @@ -120,6 +121,7 @@ if (response is NetworkResponse.Success) {
"description": "Earn the No Cheese! Goofy Goober token",
"badgeName": "250698",
"points": 5,
"trueRatio": 25,
"type": null,
"author": "pinguupinguu",
"gameTitle": "SpongeBob SquarePants: The Movie",
Expand Down
2 changes: 2 additions & 0 deletions docs/v1/get-user-recent-achievements.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ if (response is NetworkResponse.Success) {
"Description": "Clear stages 01 - 05 in Quest.",
"BadgeName": "108302",
"Points": 5,
"TrueRatio": 25,
"Type": null,
"Author": "jos",
"GameTitle": "Pokemon Pinball mini",
Expand All @@ -112,6 +113,7 @@ if (response is NetworkResponse.Success) {
"description": "Win the Tournament as [You] on Hard with 1 attribute on max. and 1 attribute on min.",
"badgeName": "121991",
"points": 25,
"trueRatio": 100,
"type": null,
"author": "Som1",
"gameTitle": "WWF King of the Ring",
Expand Down