diff --git a/app/public/dist/client/changelog/summary/summary-5.9.md b/app/public/dist/client/changelog/summary/summary-5.9.md new file mode 100644 index 000000000..9ec0803f1 --- /dev/null +++ b/app/public/dist/client/changelog/summary/summary-5.9.md @@ -0,0 +1,36 @@ +> Jan 5, 2025 + +# Patch 5.9: New talents + +## Newcomers in 5.9 + +![Fletchling](https://raw.githubusercontent.com/PMDCollab/SpriteCollab/master/portrait/0661/Normal.png) +![Fletchinder](https://raw.githubusercontent.com/PMDCollab/SpriteCollab/master/portrait/0662/Normal.png) +![Talonflame](https://raw.githubusercontent.com/PMDCollab/SpriteCollab/master/portrait/0663/Normal.png) +![Vullaby](https://raw.githubusercontent.com/PMDCollab/SpriteCollab/master/portrait/0629/Normal.png) +![Mandibuzz](https://raw.githubusercontent.com/PMDCollab/SpriteCollab/master/portrait/0630/Normal.png) +![Inkay](https://raw.githubusercontent.com/PMDCollab/SpriteCollab/master/portrait/0686/Normal.png) +![Malamar](https://raw.githubusercontent.com/PMDCollab/SpriteCollab/master/portrait/0687/Normal.png) +![Hisui Voltorb](https://raw.githubusercontent.com/PMDCollab/SpriteCollab/master/portrait/0100/0001/Normal.png) +![Hisui Electrode](https://raw.githubusercontent.com/PMDCollab/SpriteCollab/master/portrait/0101/0001/Normal.png) +![Timburr](https://raw.githubusercontent.com/PMDCollab/SpriteCollab/master/portrait/0532/Normal.png) +![Gurdurr](https://raw.githubusercontent.com/PMDCollab/SpriteCollab/master/portrait/0533/Normal.png) +![Conkeldurr](https://raw.githubusercontent.com/PMDCollab/SpriteCollab/master/portrait/0534/Normal.png) +![Elgyem](https://raw.githubusercontent.com/PMDCollab/SpriteCollab/master/portrait/0605/Normal.png) +![Beheeyem](https://raw.githubusercontent.com/PMDCollab/SpriteCollab/master/portrait/0606/Normal.png) +![Litten](https://raw.githubusercontent.com/PMDCollab/SpriteCollab/master/portrait/0725/Normal.png) +![Torracat](https://raw.githubusercontent.com/PMDCollab/SpriteCollab/master/portrait/0726/Normal.png) +![Incineroar](https://raw.githubusercontent.com/PMDCollab/SpriteCollab/master/portrait/0727/Normal.png) +![Terrakion](https://raw.githubusercontent.com/PMDCollab/SpriteCollab/master/portrait/0639/Normal.png) + +## Mega Exodus + +Most of the Megas in Ultra category have been temporarely removed to make room for new families. They will be back in a future update. + +## TMs & HMs + +Human synergy is reworked and now gives you TMs and HMs that can be used to teach new moves to your Human Pokemon. + +## Changes to ranks and penalties + +The rank system has been reworked and now has 12 different levels. Elo and XP are now distributed immediately on player elimination, and there are more penalties to leaving a game before it ends. \ No newline at end of file diff --git a/app/public/src/assets/posters/5.9.png b/app/public/src/assets/posters/5.9.png new file mode 100644 index 000000000..5c9d4cae8 Binary files /dev/null and b/app/public/src/assets/posters/5.9.png differ diff --git a/app/public/src/pages/component/patchnotes/patchnotes.tsx b/app/public/src/pages/component/patchnotes/patchnotes.tsx index 773a43779..5c7408b20 100644 --- a/app/public/src/pages/component/patchnotes/patchnotes.tsx +++ b/app/public/src/pages/component/patchnotes/patchnotes.tsx @@ -4,6 +4,7 @@ import { Poster } from "./poster" export default function PatchNotes() { const PATCHES = [ + "5.9", "5.8", "5.7", "5.6",