Fansite for the global version of Fate/Grand Order with Event Timers, info on future Upgrades, Interludes, Rank Ups, Login Exchange Tickets and Calculators
Jekyll&Hyde's data is split between the servant (id:600700) and enemy (id:600710). This might not currently be causing any issues, but still needs to be checked. Showing the data for both in the app probably adds too much extra code.
Fairy Knight Lancelot (id:304800) uses different skill and NP data depending on ascension level. As they are right now they use priority 1 and 2, and 101 and 102 respectively, just like upgrades would. Thus the current code to find the initial versions of upgraded skills may get confused if she were to ever get any upgrades related to her S3 or NP.
Other Servants who have non-standard data (that are currently expected to be working correctly) are:
Emiya (Archer) (id:200100): can change NP with skill 3 similarly to Fairy Knight Lancelot, but his priority numbers match what you'd expect and it is possible to filter out his type-changed NPs. He also has a skill with multiple upgrades!
This issue currently does not require immediate action and merely serves as a note for the future!
Jekyll&Hyde and Fairy Knight Lancelot are currently disabled in the upgrades data script:
https://github.com/Mitsunee/fgo-tools/blob/6facb4b95b2b7c1a490069b49378fc954db8d4ca/scripts/update-upgrades-data.mjs#L82-L86
Jekyll&Hyde's data is split between the servant (id:600700) and enemy (id:600710). This might not currently be causing any issues, but still needs to be checked. Showing the data for both in the app probably adds too much extra code.
Fairy Knight Lancelot (id:304800) uses different skill and NP data depending on ascension level. As they are right now they use priority
1
and2
, and101
and102
respectively, just like upgrades would. Thus the current code to find the initial versions of upgraded skills may get confused if she were to ever get any upgrades related to her S3 or NP.Other Servants who have non-standard data (that are currently expected to be working correctly) are: