Skip to content

Commit

Permalink
Merge pull request #254 from thearyadev/s14-prelim
Browse files Browse the repository at this point in the history
S14 prelim
  • Loading branch information
thearyadev authored Dec 26, 2024
2 parents 0ea16cc + 4e03bd9 commit cf95640
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 2 deletions.
Binary file added assets/benchmark/TANK_S14_P1_AMERICAS/LB-IMG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions assets/benchmark/TANK_S14_P1_AMERICAS/key.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"answers": [
[
"Hazard",
"Winston",
"Orisa"
],
[
"Hazard",
"Sigma",
"Zarya"
],
[
"Hazard",
"Junker Queen",
"Zarya"
],
[
"Hazard",
"Junker Queen",
"Winston"
],
[
"Hazard",
"Doomfist",
"Blank"
],
[
"Hazard",
"Junker Queen",
"Mauga"
],
[
"Hazard",
"Wrecking Ball",
"Winston"
],
[
"Doomfist",
"Blank",
"Blank"
],
[
"Hazard",
"Wrecking Ball",
"Orisa"
],
[
"Hazard",
"Winston",
"Sigma"
]
]
}
Binary file added assets/heroes/Hazard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions data/season_14.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion frontend/app/components/charts/heroColors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ export const HeroColors: HeroColor = {
Zenyatta: "#F5EC91",
LifeWeaver: "#E0B6C5",
Mauga: "#DC847D",
Juno: "#987DB9"
Juno: "#987DB9",
Hazard: "#b093cd"
}
2 changes: 1 addition & 1 deletion utils/gen_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import leaderboards

R = leaderboards.parse_leaderboard_to_leaderboard_entries( # parse leaderboard
leaderboard_image=Image.open(f"./assets/benchmark/SUPPORT_S12_P1_AMERICAS/LB-IMG.png"),
leaderboard_image=Image.open(f"./assets/benchmark/TANK_S14_P1_AMERICAS/LB-IMG.png"),
region=leaderboards.Region.AMERICAS, # doesnt matter
role=leaderboards.Role.DAMAGE, # doesnt matter
)
Expand Down

0 comments on commit cf95640

Please sign in to comment.