-
-
Notifications
You must be signed in to change notification settings - Fork 981
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
adding effects of missing abilities #1222
Conversation
Thanks! I think you need to add another column. You can check the CSV header |
Oh shoot, I didn't see that. I will add a short effect column from pokemondb.net |
@Naramsim - I believe all 4 columns are there now. I couldn't find a |
Hi, yes, so far we have collected both descriptions. As those were in games roms. If now we don't have anymore any distinction, maybe we could make the |
One example is for Poison Puppeteer. There is only an effect listed (which could be used as the However, we could use the effect listed for both? For example, Pokémon poisoned by Pecharunt’s moves will also become confused. could be used for both the |
I think the best is to use Bulbapedia: https://bulbapedia.bulbagarden.net/wiki/Poison_Puppeteer_(Ability) On the right side there's the flavor text which goes to the csv Below, under Effect -> In battle, we could use that string as the |
@Naramsim - okay, every record has both an |
data/v2/csv/ability_prose.csv
Outdated
304,9,"When Terapagos enters the battle, it turns into its Terastal Form until the end of the battle. ","When the Pokémon enters a battle, it absorbs the energy around itself and transforms into its Terastal Form." | ||
|
||
305,9,"All damage-dealing moves that hit the Pokémon when its HP is full will not be very effective.","The Pokémon’s shell contains the powers of each type. All damage-dealing moves that hit the Pokémon when its HP is full will not be very effective." | ||
|
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.
The pipeline fails, I think an issue might be all these newlines. Can you remove them?
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.
I assume that a line is needed on 1248
?
This Ability is not bypassed by []{ability:mold-breaker}, []{ability:teravolt}, or []{ability:turboblaze}."
233,9,Increases super-effective damage dealt to 1.25×.,Increases super-effective damage dealt to 1.25×.
234,9,"Boosts Attack in battle.","Boosts the Pokémon’s Attack stat the first time the Pokémon enters a battle."
235,9,"Boosts Defense in battle.","Boosts the Pokémon’s Defense stat the first time the Pokémon enters a battle."
That is the only remaining newline that I see now after removing all the others.
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.
No newlines are allowed I think
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.
Okay, it took me a second to understand how this is formatted. It looks like there are header sections or comments underneath certain abilities. In other words, the "comment" describes the ability that is above it, not below it. They don't show up in GitHub, only when I cloned the repository and opened it up in my IDE.
I think we are okay now.
Thanks @digitalghost-dev, if you want you can add the script you came up with to the |
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. |
The updater script has finished its job and has now opened a Pull Request towards PokeAPI/api-data with the updated data. |
Hello, there are about 80 abilities missing from the
ability_prose.csv
file. I have added every ability from234
to307
. Only English translation, however.