Skip to content
Open
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
12 changes: 7 additions & 5 deletions packages/schemas/src/player/gamemodes/skywars/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,16 @@
type Scheme = (level: number, bold: boolean, underline: boolean, strikethrough: boolean, emblem?: string,) => string;

const SCHEME_MAP = {
"stone_prestige": createUniformScheme("§7"),

Check failure on line 133 in packages/schemas/src/player/gamemodes/skywars/util.ts

View workflow job for this annotation

GitHub Actions / CI

Properties shouldn't be quoted as all quotes are redundant
"iron_prestige": createUniformScheme("§f"),

Check failure on line 134 in packages/schemas/src/player/gamemodes/skywars/util.ts

View workflow job for this annotation

GitHub Actions / CI

Properties shouldn't be quoted as all quotes are redundant
"gold_prestige": createUniformScheme("§6"),

Check failure on line 135 in packages/schemas/src/player/gamemodes/skywars/util.ts

View workflow job for this annotation

GitHub Actions / CI

Properties shouldn't be quoted as all quotes are redundant
"diamond_prestige": createUniformScheme("§b"),

Check failure on line 136 in packages/schemas/src/player/gamemodes/skywars/util.ts

View workflow job for this annotation

GitHub Actions / CI

Properties shouldn't be quoted as all quotes are redundant
"ruby_prestige": createUniformScheme("§c"),

Check failure on line 137 in packages/schemas/src/player/gamemodes/skywars/util.ts

View workflow job for this annotation

GitHub Actions / CI

Properties shouldn't be quoted as all quotes are redundant
"crystal_prestige": createUniformScheme("§d"),

Check failure on line 138 in packages/schemas/src/player/gamemodes/skywars/util.ts

View workflow job for this annotation

GitHub Actions / CI

Properties shouldn't be quoted as all quotes are redundant
"amethyst_prestige": createUniformScheme("§5"),

Check failure on line 139 in packages/schemas/src/player/gamemodes/skywars/util.ts

View workflow job for this annotation

GitHub Actions / CI

Properties shouldn't be quoted as all quotes are redundant
"opal_prestige": createUniformScheme("§9"),

Check failure on line 140 in packages/schemas/src/player/gamemodes/skywars/util.ts

View workflow job for this annotation

GitHub Actions / CI

Properties shouldn't be quoted as all quotes are redundant
"topaz_prestige": createUniformScheme("§e"),

Check failure on line 141 in packages/schemas/src/player/gamemodes/skywars/util.ts

View workflow job for this annotation

GitHub Actions / CI

Properties shouldn't be quoted as all quotes are redundant
"jade_prestige": createUniformScheme("§a"),

Check failure on line 142 in packages/schemas/src/player/gamemodes/skywars/util.ts

View workflow job for this annotation

GitHub Actions / CI

Properties shouldn't be quoted as all quotes are redundant
"mythic_i_prestige": createMultiDigitColorScheme(["§c", "§6", "§e", "§a", "§b", "§d"]),
"bloody_prestige": createUniformScheme("§4", "§c"),
"cobalt_prestige": createUniformScheme("§1"),
Expand All @@ -159,7 +159,7 @@
"bulb_prestige": createMultiDigitColorScheme(["§0", "§e", "§6", "§6", "§e", "§0"]),
"twilight_prestige": createUniformScheme("§1", "§3"),
"natural_prestige": createMultiDigitColorScheme(["§a", "§2", "§a", "§e", "§a", "§2"]),
"icile_prestige": createUniformScheme("§9", "§b"),
"icicle_prestige": createUniformScheme("§9", "§b"),
"mythic_iii_prestige": createMultiDigitColorScheme(["§e", "§a", "§b", "§d", "§c", "§6"]),
"graphite_prestige": createUniformScheme("§8", "§7"),
"punk_prestige": createUniformScheme("§d", "§a"),
Expand Down Expand Up @@ -204,12 +204,14 @@
"slimy": createUniformScheme("§a", "§2"),
"holiday": createUniformScheme("§4", "§a"),
"iconic": createUniformScheme("§0", "§0", "§f"),
// TODO: Figure out name: Level-conic?
"level-conic?": createUniformScheme("§0", "§f", "§0"),
"level_conic": createUniformScheme("§0", "§f", "§0"),
"safari": createMultiDigitColorScheme(["§2", "§2", "§2", "§6", "§6", "§6"]),
"gummy_worm": createMultiDigitColorScheme(["§c", "§c", "§c", "§b", "§b", "§b"]),
"timetravel": createMultiDigitColorScheme(["§7", "§0", "§0", "§7", "§7", "§7"]),
"horned": createUniformScheme("§c", "§8"),
"basic": createUniformScheme("§7", "§f"),
"basic_plus": createUniformScheme("§7", "§6"),
"basic_plus_plus": createUniformScheme("§7", "§b"),
"sandy": createMultiDigitColorScheme(["§6", "§e", "§f", "§e", "§6", "§e"]),
"brutus": createMultiDigitColorScheme(["§9", "§9", "§8", "§8", "§f", "§f"]),
"coinsmith": createMultiDigitColorScheme(["§e", "§8", "§8", "§8", "§6", "§e"]),
Expand Down Expand Up @@ -248,7 +250,7 @@
"valiant": createUniformScheme("§c", "§f", "§a"),
"venerable": createUniformScheme("§9", "§f", "§e"),
"portal": createMultiDigitColorScheme(["§a", "§a", "§d", "§d", "§c", "§c"]),
"sorcratic": createUniformScheme("§8", "§f", "§e"),
"socratic": createUniformScheme("§8", "§f", "§e"),
"parallel_dimension": createMultiDigitColorScheme(["§9", "§9", "§8", "§8", "§d", "§d"]),
"tomb": createMultiDigitColorScheme(["§6", "§9", "§6", "§9", "§e", "§e"]),
"irigation": createMultiDigitColorScheme(["§b", "§b", "§a", "§6", "§e", "§e"]),
Expand Down Expand Up @@ -383,7 +385,7 @@
{ req: 260, scheme: "bulb_prestige" },
{ req: 270, scheme: "twilight_prestige" },
{ req: 280, scheme: "natural_prestige" },
{ req: 290, scheme: "icile_prestige" },
{ req: 290, scheme: "icicle_prestige" },
{ req: 300, scheme: "mythic_iii_prestige" },
{ req: 310, scheme: "graphite_prestige" },
{ req: 320, scheme: "punk_prestige" },
Expand Down
Loading