-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
improvementImprovement to an existing feature.Improvement to an existing feature.
Description
Some moves do not exist in Scarlet & Violet where the move command was searching for Flavor Text Entries. Falling back to grab data from Sword & Shield if entry.VersionGroup.Name == "scarlet-violet" is empty.
Example:
[15:32:08] ~ → poke-cli move thousand-arrows
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ ┃
┃ Thousand Arrows ┃
┃ ┃
┃ Type |Ground ┃
┃ Power |90 ┃
┃ PP |10 ┃
┃ Accuracy |100 ┃
┃ Category |Physical ┃
┃ Effect Chance |100% ┃
┃ Priority |0 ┃
┃ ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ ┃
┃ Effect: ┃
┃ ┃
┃ ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛After:
[15:32:47] ~ → poke-cli move thousand-arrows
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ ┃
┃ Thousand Arrows ┃
┃ ┃
┃ Type |Ground ┃
┃ Power |90 ┃
┃ PP |10 ┃
┃ Accuracy |100 ┃
┃ Category |Physical ┃
┃ Effect Chance |100% ┃
┃ Priority |0 ┃
┃ ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ ┃
┃ Effect: ┃
┃ This move also hits opposing ┃
┃ Pokémon that are in ┃
┃ the air. Those Pokémon are ┃
┃ knocked down to ┃
┃ the ground. ┃
┃ ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛Metadata
Metadata
Assignees
Labels
improvementImprovement to an existing feature.Improvement to an existing feature.
Projects
Status
No status