-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Astraltopia cannot search for "Number" Spell/trap cards. #2294
Comments
0x48 No.(ナンバーズ) |
But the 0x16a isnt used for any other card, while 0x48 is used for every Number card so far, so Im not sure what Astraltopia is supposed to be searching using that code. |
Yes it is supposed to be. https://yugipedia.com/wiki/Help:Ruby_characters For Yugioh cards, the archetype is determined by both kanji and ruby characters. 0x48 0x16a They are 2 different archetype. |
Astraltopia is supposed to be able to search "Number" spells and traps. Currently, it cannot search "Number" spells or traps. The list of "Number" cards Astraltopia is supposed to be able to search are as follows: Spells Traps Currently, Astraltopia cannot search any of these "Number" cards, because 0x16a isnt used for any of these cards. |
Yes it can. ナンバーズ・エヴァイユ It does not have |
https://github.com/Fluorohydride/ygopro-scripts/blob/ba09943503c85b11a3d715346241c3110eb78989/c69852487.lua#L50C1-L50C1
Astraltopia, when referencing the "Number" archetype for it's search effect on line 50, uses the code "0x16a", which doesn't appear to be associated with any "Number" cards. Instead, it should use "0x48" as this is the code for "Number" cards.
I'm not a coder, but this appears to be the only problem I've found for this 2 year old bug.
The text was updated successfully, but these errors were encountered: