Skip to content
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

venasaur issues #12

Open
Fabio1988 opened this issue Nov 18, 2024 · 10 comments
Open

venasaur issues #12

Fabio1988 opened this issue Nov 18, 2024 · 10 comments

Comments

@Fabio1988
Copy link

Fabio1988 commented Nov 18, 2024

3_f169_b1 defaults to 3_f169, instead of 3_b1

I think this might be for all special forms?! so if form isn't defined we should use at least bread_mode?! :)

@TurtIeSocks
Copy link
Owner

@Mygod you're being summoned to say "I told you so"

@Fabio1988
Copy link
Author

This got now fixed in Nileplumb's UICON repositories... But not sure if we need to fix it in UICONS rule

How does it work for shiny? Same?

@TurtIeSocks
Copy link
Owner

Part of it is up to the icon repo maintainers to make sure they have the same file.

Mygod has told me that bread mode should come before form, so above this line:

for (let f = 0; f < formSuffixes.length; f += 1) {
instead of before the shiny loop.

I assume this would solve this issue, but at this point would require uicons itself to change the standard and then it would be yet another breaking change for this library, for very small benefit imo.

@Mygod
Copy link

Mygod commented Nov 27, 2024

image

@Mygod
Copy link

Mygod commented Nov 27, 2024

If we expect Dynamax to override mega then put it before temp evolution; after if the other way around.

@Fabio1988
Copy link
Author

I think bread can just be moved outside without breaking anything right? :)

Like that we would match for 3_b1 if the icon with form 169 won't exist, right?
We won't need to change it to 3_b1_f169
Naming can stay, just the order of resolving needs to change? :)

@Mygod
Copy link

Mygod commented Nov 27, 2024

If you like things to be terribly inconsistent because of a past misjudged decision then sure.

@Fabio1988
Copy link
Author

Created a PR for the UICONS repo, and opened the discussion there... I don't think this change would be really breaking anything. Only Nileplumb added forms for breadmode

@Fabio1988
Copy link
Author

Fabio1988 commented Dec 3, 2024

This can be fixed now... None of the icon creators ever created icons with form & bread combined, except NilePlumb... He is aware of the change

Merged: UIcons/UIcons#38

Mygod added a commit to Mygod/uicons.js that referenced this issue Dec 17, 2024
@Mygod
Copy link

Mygod commented Dec 17, 2024

Looks like the game actually just treats gigantamax as a form instead, exactly like mega or primal: https://github.com/RetroJohn86/PoGo-Unpacked-DL-Assets/blob/main/Sprite/pm3.fGIGANTAMAX.icon.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants