-
-
Notifications
You must be signed in to change notification settings - Fork 971
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
Fill all target_id for new moves #807
Conversation
@@ -14,3 +14,4 @@ id,identifier | |||
13,user-and-allies | |||
14,all-pokemon | |||
15,all-allies | |||
16,fainting-pokemon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Revival Blessing" is the first move to use for fainting Pokémon.
So I introduced a new category for the move.
879,electro-drift,9,12,100,5,100,0,10,3,,,,, | ||
880,shed-tail,9,0,0,10,,0,7,1,,,,, | ||
881,chilly-reception,9,14,0,10,,0,12,1,,,,, | ||
882,tidy-up,9,0,0,10,,0,7,1,,,,, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Tidy up" has various effects at once.
So it's difficult to set the existing target_id
. I choose user
for this move.
What do you think? Do you need a new move_target
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nah, for now let's leave it like that :) Thanks!
A PokeAPI/api-data refresh has started. In 45 minutes the staging branch of PokeAPI/api-data will be pushed with the new generated data. |
Sure. I'll open another PR today. |
Sorry for the delay for a few days 🙏 I opened new PR to fix conflicts. |
I introduced new moves on #783.
However, all
target_id
was blank.I filled all
target_id
columns for all new moves.