An automatic Fire Emblem PMU picker by NinjaCaterpie.
Access it via this link: https://henry-alakazhang.github.io/pick-your-units/
Images downloaded from fireemblemwiki, serenesforest and/or the engage datamine spreadsheet. Credit to all involved.
npm install
npm start
to run the local server: access it at localhost:3000.
- Explicitly exclude certain units or emblems
- Add DLC character support (for 3H and presumably Engage)
- Add DLC class support (for Awakening, Fates, presumably Engage)
- Implemented DLC emblems
- Added a selector for forcing certain units
- Implemented Emblem picking for Emblems
- Adjusted algorithm for picking emblems to be smarter
- Adjusted some STR/MAG splits for Engage characters using actual statistics
- Massive internal overhaul (migration to TypeScript), including several bugfixes:
- Fixed a number of (possible crash-causing?) incorrect base classes for Engage:
- Fixed Clanne, Louis, Fogado, Merrin, Jean, Anna
- Adjusted the default picks for a number of games to be more accurate to endgame deploy limits\
- Fixed Shamir to be recruitable in Crimson Flower
- Fixed a number of (possible crash-causing?) incorrect base classes for Engage:
- Added Engage support
- Added Three Houses support
- Fixed a few potential crashes
- Added Thracia 776 support
- Improved table UI a bit so things don't line-break as much
- Adjusted a few default pick counts to be more accurate to the games
- FE1 to 14
- Awakening to 14
- Fates to 14
- Reduced bundle size by minifying some sprites
- Fixed a bug where Eyrios wasn't counted as a Thracia Route A unit.
- Added Shadows of Valentia support
- Added support for differing default party size
- Fixed some bugs picked up by Typescript
- Fixed a bug where Chrom couldn't be paired with anyone except Sumia and Robin
- Fixed a bug where Sumia couldn't be paired with Robin
- Fixed a typo in Libra's class name
- Fixed a bug where A+ supports wouldn't be picked unless "Pick pairings" was also enabled
- Initial release