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 teal mask ability names #938

Merged
merged 3 commits into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions data/v2/csv/abilities.csv
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ id,identifier,generation_id,is_main_series
300,supersweet-syrup,9,1
301,hospitality,9,1
302,toxic-chain,9,1
303,embody-aspect,9,1
10001,mountaineer,5,0
10002,wave-rider,5,0
10003,skater,5,0
Expand Down
15 changes: 15 additions & 0 deletions data/v2/csv/ability_names.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2886,6 +2886,21 @@ ability_id,local_language_id,name
298,8,Micoforza
298,9,Mycelium Might
298,11,きんしのちから
299,1,しんがん
299,9,Minds Eye
299,11,しんがん
300,1,かんろなミツ
300,9,Supersweet Syrup
300,11,かんろなミツ
301,1,おもてなし
301,9,Hospitality
301,11,おもてなし
302,1,どくのくさり
302,9,Toxic Chain
302,11,どくのくさり
303,1,おもかげやどし
303,9,Embody Aspect
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Embody Aspect" is a unique ability of Ogerpon.

But, this ability has appeared only in Terastallize.

I think it's better to define each form of Terastalized Ogerpon.

Copy link
Member

@Naramsim Naramsim Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can I merge or you need to modify something?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added the form data on the other PR

https://github.com/PokeAPI/pokeapi/pull/939/files#diff-1d10c8ae6d04e5f3f00c5eb3f886a7d7930c3f4d0e63456642dfa5a24fe78abfR1460-R1462

My idea is to introduce a new form like ogerpon-telastalize and its ability should be "Embody Aspect".

303,11,おもかげやどし
10001,9,Mountaineer
10002,9,Wave Rider
10003,9,Skater
Expand Down