mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
parent
b8fc3d83f5
commit
c3e0c17409
3 changed files with 27 additions and 0 deletions
|
@ -187,6 +187,9 @@ id,identifier,generation_id,is_main_series
|
||||||
186,dark-aura,6,1
|
186,dark-aura,6,1
|
||||||
187,fairy-aura,6,1
|
187,fairy-aura,6,1
|
||||||
188,aura-break,6,1
|
188,aura-break,6,1
|
||||||
|
189,primordial-sea,6,1
|
||||||
|
190,desolate-land,6,1
|
||||||
|
191,delta-stream,6,1
|
||||||
10001,mountaineer,5,0
|
10001,mountaineer,5,0
|
||||||
10002,wave-rider,5,0
|
10002,wave-rider,5,0
|
||||||
10003,skater,5,0
|
10003,skater,5,0
|
||||||
|
|
|
|
@ -1315,6 +1315,27 @@ ability_id,local_language_id,name
|
||||||
188,7,Rompeaura
|
188,7,Rompeaura
|
||||||
188,8,Frangiaura
|
188,8,Frangiaura
|
||||||
188,9,Aura Break
|
188,9,Aura Break
|
||||||
|
189,1,はじまりのうみ
|
||||||
|
189,3,시작의바다
|
||||||
|
189,5,Mer Primaire
|
||||||
|
189,6,Urmeer
|
||||||
|
189,7,Mar del Albor
|
||||||
|
189,8,Mare Primordiale
|
||||||
|
189,9,Primordial Sea
|
||||||
|
190,1,おわりのだいち
|
||||||
|
190,3,끝의대지
|
||||||
|
190,5,Terre Finale
|
||||||
|
190,6,Endland
|
||||||
|
190,7,Tierra del Ocaso
|
||||||
|
190,8,Terra Estrema
|
||||||
|
190,9,Desolate Land
|
||||||
|
191,1,デルタストリーム
|
||||||
|
191,3,델타스트림
|
||||||
|
191,5,Souffle Delta
|
||||||
|
191,6,Delta-Wind
|
||||||
|
191,7,Ráfaga Delta
|
||||||
|
191,8,Flusso Delta
|
||||||
|
191,9,Delta Stream
|
||||||
10001,9,Mountaineer
|
10001,9,Mountaineer
|
||||||
10002,9,Wave Rider
|
10002,9,Wave Rider
|
||||||
10003,9,Skater
|
10003,9,Skater
|
||||||
|
|
|
|
@ -567,3 +567,6 @@ The type change takes place just before the move is used."
|
||||||
186,9,Strengthens []{type:dark} moves to 1.33× their power for all friendly and opposing Pokémon.,Strengthens []{type:dark} moves for all friendly and opposing Pokémon.
|
186,9,Strengthens []{type:dark} moves to 1.33× their power for all friendly and opposing Pokémon.,Strengthens []{type:dark} moves for all friendly and opposing Pokémon.
|
||||||
187,9,Strengthens []{type:fairy} moves to 1.33× their power for all friendly and opposing Pokémon.,Strengthens []{type:fairy} moves for all friendly and opposing Pokémon.
|
187,9,Strengthens []{type:fairy} moves to 1.33× their power for all friendly and opposing Pokémon.,Strengthens []{type:fairy} moves for all friendly and opposing Pokémon.
|
||||||
188,9,Makes []{ability:dark-aura} and []{ability:fairy-aura} weaken moves of their respective types.,"While this Pokémon is on the field, []{ability:dark-aura} and []{ability:fairy-aura} weaken moves of their respective types to 2/3 their power, rather than strengthening them."
|
188,9,Makes []{ability:dark-aura} and []{ability:fairy-aura} weaken moves of their respective types.,"While this Pokémon is on the field, []{ability:dark-aura} and []{ability:fairy-aura} weaken moves of their respective types to 2/3 their power, rather than strengthening them."
|
||||||
|
189,9,,
|
||||||
|
190,9,,
|
||||||
|
191,9,,
|
||||||
|
|
|
Loading…
Reference in a new issue