From 85b7fcaf2fdef61dde5964a2b9fe6c2addea77cd Mon Sep 17 00:00:00 2001 From: Schplee Date: Sat, 3 Jun 2017 15:14:06 -0700 Subject: [PATCH] update compatibility naming scheme --- site/data/compatibility.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/site/data/compatibility.json b/site/data/compatibility.json index 6e7ab80..9436f87 100644 --- a/site/data/compatibility.json +++ b/site/data/compatibility.json @@ -1,8 +1,9 @@ { "0": { "name": "Won't Boot", "description": "The game crashes when attempting to startup." }, - "1": { "name": "Garbage", "description": "Game is completely unplayable due to major graphical or audio glitches. Unable to progress past the Start Screen." }, - "2": { "name": "Bronze", "description": "Game functions, but with major graphical or audio glitches. Unable to progress in specific areas due to glitches even with workarounds." }, - "3": { "name": "Silver", "description": "Game functions with minor graphical or audio glitches, but game is playable from start to finish with workarounds." }, - "4": { "name": "Gold", "description": "Game functions with minor graphical or audio glitches, game is playable from start to finish without any workarounds needed." }, - "5": { "name": "Platinum", "description": "Game functions flawless with no audio or graphical glitches, all tested functionality works as intended without any workarounds needed." } + "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." }, + "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." } }