Skip to content

Commit

Permalink
feat: updated flashpoint with official data. updated heroes data from…
Browse files Browse the repository at this point in the history
… last update. (#74)
  • Loading branch information
TeKrop authored Nov 1, 2023
1 parent 0607123 commit cd52977
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/data/gamemodes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ control,Control,Teams fight to hold a single objective. The first team to win tw
deathmatch,Deathmatch,Race to reach 20 points first by racking up kills in a free-for-all format.
elimination,Elimination,"Dispatch all enemies to win the round. Win three rounds to claim victory. Available with teams of one, three, or six."
escort,Escort,"One team escorts a payload to its delivery point, while the other races to stop them."
flashpoint,Flashpoint,"Teams fight for control of key positions across the map, aiming to capture three of them before their opponents do."
flashpoint,Flashpoint,"Teams fight across our biggest PVP maps to date, New Junk City and Suravasa, to seize control of five different objectives in a fast-paced, best-of-five battle!"
hybrid,Hybrid,"Attackers capture a payload, then escort it to its destination; defenders try to hold them back."
push,Push,Teams battle to take control of a robot and push it toward the enemy base.
team-deathmatch,Team Deathmatch,Team up and triumph over your enemies by scoring the most kills.
4 changes: 2 additions & 2 deletions app/data/heroes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ sigma,Sigma,tank,350,0,200
sojourn,Sojourn,damage,200,0,0
soldier-76,Soldier: 76,damage,200,0,0
sombra,Sombra,damage,200,0,0
symmetra,Symmetra,damage,100,0,125
symmetra,Symmetra,damage,100,0,100
torbjorn,Torbjörn,damage,200,50,0
tracer,Tracer,damage,150,0,0
widowmaker,Widowmaker,damage,175,0,0
winston,Winston,tank,350,200,0
wrecking-ball,Wrecking Ball,tank,450,100,150
zarya,Zarya,tank,250,0,225
zenyatta,Zenyatta,support,50,0,150
zenyatta,Zenyatta,support,75,0,150
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "overfast-api"
version = "2.20.2"
version = "2.21.0"
description = "Overwatch API giving data about heroes, maps, and players statistics."
license = "MIT"
authors = ["Valentin PORCHET <[email protected]>"]
Expand Down
17 changes: 11 additions & 6 deletions static/gamemodes/flashpoint-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/fixtures/json/gamemodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"key": "flashpoint",
"name": "Flashpoint",
"icon": "https://overfast-api.tekrop.fr/static/gamemodes/flashpoint-icon.svg",
"description": "Teams fight for control of key positions across the map, aiming to capture three of them before their opponents do.",
"description": "Teams fight across our biggest PVP maps to date, New Junk City and Suravasa, to seize control of five different objectives in a fast-paced, best-of-five battle!",
"screenshot": "https://overfast-api.tekrop.fr/static/gamemodes/flashpoint.avif"
},
{
Expand Down

0 comments on commit cd52977

Please sign in to comment.