Open kevinlul opened 1 year ago
just a note here as a heads up! You also need to check for pendulum along with the abilities! We had an issue come up because I forgot this one haha
~there's also a typo in "Spirit" in the snippet that I pasted verbatim~
Most of this seems no longer applicable due to https://yugipedia.com/wiki/Template:Unprinted_erratum being applied to affected cards.
Gishki Natalia and Emilia are still affected, but now there's precedent to simply apply the edits to the wiki.
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.