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 all 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
52 changes: 52 additions & 0 deletions data/v2/csv/ability_names.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2886,6 +2886,58 @@ ability_id,local_language_id,name
298,8,Micoforza
298,9,Mycelium Might
298,11,きんしのちから
299,1,しんがん
299,3,심안
299,4,心眼
299,5,Œil Révélateur
299,7,Ojo Mental
299,8,Occhio Interiore
299,9,Minds Eye
299,11,しんがん
299,12,心眼
300,1,かんろなミツ
300,3,감미로운꿀
300,4,甘露之蜜
300,5,Nectar Mielleux
300,1,かんろなミツ
300,3,감미로운꿀
300,4,甘露之蜜
300,5,Nectar Mielleux
300,6,Süßer Nektar
300,7,Néctar Dulce
300,8,Sciroppo Sublime
300,9,Supersweet Syrup
300,12,甘露之蜜
301,1,おもてなし
301,3,대접
301,4,款待
301,5,Aux Petits Soins
301,6,Gastlichkeit
301,7,Hospitalidad
301,8,Ospitalità
301,9,Hospitality
301,11,おもてなし
301,12,款待
302,1,どくのくさり
302,3,독사슬
302,4,毒鎖鏈
302,5,Chaîne Toxique
302,6,Giftkette
302,7,Cadena Tóxica
302,8,Catena Tossica
302,9,Toxic Chain
302,11,どくのくさり
302,12,毒锁链
303,1,おもかげやどし
303,3,초상투영
303,4,面影輝映
303,5,Force Mémorielle
303,6,Erinnerungskraft
303,7,Evocarrecuerdos
303,8,Albergamemorie
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,おもかげやどし
303,12,面影辉映
10001,9,Mountaineer
10002,9,Wave Rider
10003,9,Skater
Expand Down