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
I used the following pattern for renaming: "%type_1% %type_2%%iv_rating%%move_type_1% %move_type_2%"
would lead to:
Wa Fg96gd gd
No __56gh gh
Wa __84WA WA
Question(s) and suggestions:
Why is the WA in capital letters?! I first thought because both moves are of the same type but in the first example both are lower case?
Is there a way how we can change the abbreviation? Because I'm German and I would like to see Bo (Boden) instead of gd for ground. But I think a settings file for custom shortcuts would be best!
Would it be possible to use some if's for renaming:
for example if the pokemon is only of one type use following pattern: "%type_1% %iv_rating%%move_type_1% %move_type_2%" ("No 56gh gh" instead of "No __56gh gh")
or for example if both attacks from the same type or if both of them aplly and so on...
The text was updated successfully, but these errors were encountered:
Is answered easily. Capital letters are used to quickly show you that STAB (=Same Type Attack Bonus) applies to that move (:
German fellow too here :P Difficult. As far as I know Moves can't be translated with the current API, but custom abbreveations via settings would be possible I guess. Will keep the issue open for that.
Difficult. At first I thought about using empty string if Second Type is not available, but the problem there is that we have limited character for names (12 exactly), so it would help to keep every name with the exact same length. That's why 5% IV will be displayed as "05" too.
But if we add custom abbreveations you can just use empty string to abbriviate "None".
Wolfsblvt
changed the title
Advanced renaming (3 Suggestions)
Custom abbreviations (via config file)
Sep 21, 2016
I used the following pattern for renaming:
"%type_1% %type_2%%iv_rating%%move_type_1% %move_type_2%"
would lead to:
Wa Fg96gd gd
No __56gh gh
Wa __84WA WA
Question(s) and suggestions:
Why is the WA in capital letters?! I first thought because both moves are of the same type but in the first example both are lower case?
Is there a way how we can change the abbreviation? Because I'm German and I would like to see Bo (Boden) instead of gd for ground. But I think a settings file for custom shortcuts would be best!
Would it be possible to use some if's for renaming:
for example if the pokemon is only of one type use following pattern:
"%type_1% %iv_rating%%move_type_1% %move_type_2%" ("No 56gh gh" instead of "No __56gh gh")
or for example if both attacks from the same type or if both of them aplly and so on...
The text was updated successfully, but these errors were encountered: