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

Add extra options for custom format. #17

Open
FakeKitten opened this issue Oct 11, 2016 · 5 comments
Open

Add extra options for custom format. #17

FakeKitten opened this issue Oct 11, 2016 · 5 comments
Milestone

Comments

@FakeKitten
Copy link

FakeKitten commented Oct 11, 2016

Adding the option for move types has already been suggested here but in addition to that it would be nice to see;

  • HP: this would be most useful as 3 different possible strings. Total HP %HPT%, Current HP %HPC%, and HP remaining %HPR% The last of these would be the most useful honestly as it would serve as a quick and accurate way to know which potions to use for what pokes without wastage.
  • Candy %CDY%: simply shows the amount of candy currently available for specific pokemon. ie bulbasaur, ivysaur and venusaur would all show the current amount of bulbasaur candy the player has. Useful for mass evolutions.
  • Nick %NICK%:- In it's current state this shows the pokemon's original name which isn't optimal and I would like to see this show what a pokemon has been renamed as. %NAME% may be a better string to use for showing a pokemons name if that feature is kept.
  • Moveset perfection %MOP%: this is a rather complex one. This would show how good a moveset is for a pokemon compared to the best possible moveset as a percentage. ie a hydro pump vaporeon would show 100% but with water pulse would be 78%
    For this I'm taking combined fast+charge STAB DPS from this site and taking the highest one as 100% for any specific pokemon then calculating the rest by dividing their stab DPS by the optimal stab DPS and multiplying by 100. But I'm not entirely sure how accurate those figures are and if there's a better way to calculate the perfection of a moveset.
@likebutta222
Copy link

I agree with most things here but I think the most important one would be to retain the user's nickname. Perhaps, right now %NICK% can be reserved for original name as is and %CUSTOM% can be used to retain the user's custom nickname. I do this primarily for differentiation reasons when choosing which pokemon to battle/defend with, even if they are comparable IV/CP.

Thank you very much. I appreciate your efforts and a donation is on the way shortly.

@justmiike
Copy link

Yep, I agree, this was the feature I am looking for:

%NICK% can be the original name and %CUSTOM% can be the nickname users set.

So:
%NICK% %IV%% - Pikachu 89%
%CUSTOM% %IV%% - *YellowMouse 89%

I also add * at the front of names to indicate best moves and [-] for best moves to defend gyms.

@igoticecream
Copy link
Owner

I like those formats... Hp, Candy and Custom.

And to be honest with you... I won't implement the move perfection in a short/medium term, there are other features i want to implement first.

I'm going to put this on the 1.5.0 milestone

@igoticecream igoticecream added this to the 1.5.0 milestone Oct 12, 2016
@cesargomez89
Copy link

What about %SIZE% (XL/XS)?
I would like to know the pokemon's size when I'm attacking or assigning a pokemon to a gym.

@alexcheveau
Copy link

Lol, why u want to know the Size ?

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

No branches or pull requests

6 participants