igoticecream / Snorlax

Xposed module (Android) to check pokemons stats
Other
60 stars 22 forks source link

Pattern to rename with mon's attack type #12

Closed alexcheveau closed 8 years ago

alexcheveau commented 8 years ago

Example: STE-FIR 80% (20)

In this example my pokemon got:

Bug BUG Dark DAR Dragon DRA Electric ELE Fairy FAI Fighting FIG Fire FIR Flying FLY Ghost GHO Grass GRA Ground GRO Ice ICE None NON Normal NOR Poison POI Psychic PSY Rock ROC Steel STE Water WAT

I don't know if it's possible to add something more fancy like symbols: thunder instead of a ELE

igoticecream commented 8 years ago

Yea sure... will add paterns

FakeKitten commented 8 years ago

You can compact it into 2 character patterns for each type like IVY used, originally from this reddit thread. Bu, Da, Dr, El, Fa, Fi, Fr, Fl, Gh, Gr, Gd, Ic, No, Po, Ps, Ro, St, Wa

igoticecream commented 8 years ago

Implemented on commits:

95dbfa474a9962f4989fc319d3f80cbc071e71a5 6577738238e2dcc6b5fd30f2672e57933d9fbab8 fe63963307cc847689c4e472a26ecaa74a89569f

And is part of the 1.4.0 milestone