You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
monster_type_line should be broken up into an array of tokens kept in the same order.
monster_type_line as it currently exists, obtained from Yugipedia, has the following limitations:
Old monsters with abilities (e.g. Spirit) are missing the modern "Effect" at the end;
Old Tuners lack Normal or Effect classification;
Old Normal monsters lack the modern "Normal" at the end;
This is because the string as it exists on Yugipedia reflects the latest available physical print of the card (confirmed with admin). Normalization involves obtaining data from the official database, which has the modern representation regardless of recent prints, or a heuristic (PowerShell snippet from @NeilBeforeMemes):
monster_type_line
should be broken up into an array of tokens kept in the same order.monster_type_line
as it currently exists, obtained from Yugipedia, has the following limitations:This is because the string as it exists on Yugipedia reflects the latest available physical print of the card (confirmed with admin). Normalization involves obtaining data from the official database, which has the modern representation regardless of recent prints, or a heuristic (PowerShell snippet from @NeilBeforeMemes):
This would fix DawnbrandBots/bastion-bot#174. Inferring the OCG "Special Summon" type (DawnbrandBots/bastion-bot#134) could also be done as part of the data here. This would help native language support for advanced queries (DawnbrandBots/bastion-bot#343) as the translations of these card properties can be added in the load step.
The text was updated successfully, but these errors were encountered: