From ac000a3988f67b8df05b45a5b57e72bb9cfae52f Mon Sep 17 00:00:00 2001 From: Schplee Date: Sun, 4 Jun 2017 12:48:12 -0700 Subject: [PATCH] re-ordered ratings list/consolidated "great/excellent" --- site/data/compatibility.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/site/data/compatibility.json b/site/data/compatibility.json index 9436f87..6b81723 100644 --- a/site/data/compatibility.json +++ b/site/data/compatibility.json @@ -1,9 +1,8 @@ { - "0": { "name": "Won't Boot", "description": "The game crashes when attempting to startup." }, - "1": { "name": "Intro/Menu", "description": "Game is completely unplayable due to major graphical or audio glitches. Unable to progress past the Start Screen." }, - "2": { "name": "Bad", "description": "Game functions, but with major graphical or audio glitches. Unable to progress in specific areas due to glitches even with workarounds." }, + "5": { "name": "Perfect", "description": "Game functions flawless with no audio or graphical glitches, all tested functionality works as intended without any workarounds needed." } + "4": { "name": "Great", "description": "Game functions with minor graphical or audio glitches and is playable from start to finish. May require some workarounds." }, "3": { "name": "Okay", "description": "Game functions with major graphical or audio glitches, but game is playable from start to finish with workarounds." }, - "4": { "name": "Great", "description": "Game functions with minor graphical or audio glitches, but game is playable from start to finish with workarounds." }, - "5": { "name": "Excellent", "description": "Game functions with minor graphical or audio glitches, game is playable from start to finish without any workarounds needed." }, - "6": { "name": "Perfect", "description": "Game functions flawless with no audio or graphical glitches, all tested functionality works as intended without any workarounds needed." } + "2": { "name": "Bad", "description": "Game functions, but with major graphical or audio glitches. Unable to progress in specific areas due to glitches even with workarounds." }, + "1": { "name": "Intro/Menu", "description": "Game is completely unplayable due to major graphical or audio glitches. Unable to progress past the Start Screen." }, + "0": { "name": "Won't Boot", "description": "The game crashes when attempting to startup." }, }