diff --git a/app/data/gamemodes.csv b/app/data/gamemodes.csv index 41d0543..ce769d3 100644 --- a/app/data/gamemodes.csv +++ b/app/data/gamemodes.csv @@ -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. diff --git a/app/data/heroes.csv b/app/data/heroes.csv index 38b4e79..6b17ce4 100644 --- a/app/data/heroes.csv +++ b/app/data/heroes.csv @@ -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 diff --git a/pyproject.toml b/pyproject.toml index f882f62..5cba213 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] diff --git a/static/gamemodes/flashpoint-icon.svg b/static/gamemodes/flashpoint-icon.svg index 3884218..421d449 100644 --- a/static/gamemodes/flashpoint-icon.svg +++ b/static/gamemodes/flashpoint-icon.svg @@ -1,7 +1,12 @@ - - - - - - + + + + + + + + + + + diff --git a/tests/fixtures/json/gamemodes.json b/tests/fixtures/json/gamemodes.json index 8e70a55..f095b18 100644 --- a/tests/fixtures/json/gamemodes.json +++ b/tests/fixtures/json/gamemodes.json @@ -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" }, {