From 43e6b39036a0c73f7745e60356f1f14adf4f83da Mon Sep 17 00:00:00 2001 From: RanolP Date: Fri, 8 Mar 2024 02:45:04 +0900 Subject: [PATCH] fix: solve tier color correction --- src/models/SolveTier.tsp | 62 ++++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/src/models/SolveTier.tsp b/src/models/SolveTier.tsp index 4847361..bb5432b 100644 --- a/src/models/SolveTier.tsp +++ b/src/models/SolveTier.tsp @@ -15,37 +15,37 @@ namespace SolvedAC; * * | 수치 | 이름 | 요구 레이팅 | * | ---: | :------------------------------------------------------------------------------------------------------ | ----------------------------------------------: | - * | 1 | Bronze V | 30 | - * | 2 | Bronze IV | 60 | - * | 3 | Bronze III | 90 | - * | 4 | Bronze II | 120 | - * | 5 | Bronze I | 150 | - * | 6 | Silver V | 200 | - * | 7 | Silver IV | 300 | - * | 8 | Silver III | 400 | - * | 9 | Silver II | 500 | - * | 10 | Silver I | 650 | - * | 11 | Gold V | 800 | - * | 12 | Gold IV | 950 | - * | 13 | Gold III | 1100 | - * | 14 | Gold II | 1250 | - * | 15 | Gold I | 1400 | - * | 16 | Platinum V | 1600 | - * | 17 | Platinum IV | 1750 | - * | 18 | Platinum III | 1900 | - * | 19 | Platinum II | 2000 | - * | 20 | Platinum I | 2100 | - * | 21 | Diamond V | 2200 | - * | 22 | Diamond IV | 2300 | - * | 23 | Diamond III | 2400 | - * | 24 | Diamond II | 2500 | - * | 25 | Diamond I | 2600 | - * | 26 | Ruby V | 2700 | - * | 27 | Ruby IV | 2800 | - * | 28 | Ruby III | 2850 | - * | 29 | Ruby II | 2900 | - * | 30 | Ruby I | 2950 | - * | 31 | Master | 3000 | + * | 1 | Bronze V | 30 | + * | 2 | Bronze IV | 60 | + * | 3 | Bronze III | 90 | + * | 4 | Bronze II | 120 | + * | 5 | Bronze I | 150 | + * | 6 | Silver V | 200 | + * | 7 | Silver IV | 300 | + * | 8 | Silver III | 400 | + * | 9 | Silver II | 500 | + * | 10 | Silver I | 650 | + * | 11 | Gold V | 800 | + * | 12 | Gold IV | 950 | + * | 13 | Gold III | 1100 | + * | 14 | Gold II | 1250 | + * | 15 | Gold I | 1400 | + * | 16 | Platinum V | 1600 | + * | 17 | Platinum IV | 1750 | + * | 18 | Platinum III | 1900 | + * | 19 | Platinum II | 2000 | + * | 20 | Platinum I | 2100 | + * | 21 | Diamond V | 2200 | + * | 22 | Diamond IV | 2300 | + * | 23 | Diamond III | 2400 | + * | 24 | Diamond II | 2500 | + * | 25 | Diamond I | 2600 | + * | 26 | Ruby V | 2700 | + * | 27 | Ruby IV | 2800 | + * | 28 | Ruby III | 2850 | + * | 29 | Ruby II | 2900 | + * | 30 | Ruby I | 2950 | + * | 31 | Master | 3000 | * * */