mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add Cosplay Pikachu special moves
Merge pull request #162 from rubendal/master The Cosplay Pikachu form change mechanic is similar to Rotom: when it changes form it learns a special move, possibly forgetting its old special move if it had already changed form. Renamed the "Rotom Form" pokemon move method to "Form Change" and updated the description accordingly.
This commit is contained in:
parent
10ab743bc2
commit
d2dfc911c3
2 changed files with 6 additions and 1 deletions
|
@ -15,4 +15,4 @@ pokemon_move_method_id,local_language_id,name,description
|
|||
8,9,XD: Shadow,Appears on a Snatched Shadow Pokémon.
|
||||
9,9,XD: Purification,Appears on a Shadow Pokémon as it becomes increasingly purified.
|
||||
10,6,Rotom Formen,"Erscheint, wenn Rotom seine Form wechselt. Verschwindet wenn Rotom eine andere Form an nimmt. Diese Fähigkeit kann nur durch wechseln der Form erlernt werden."
|
||||
10,9,Rotom Form,Appears when Rotom changes to this form. Disappears if Rotom becomes another form and this move can only be learned by form change.
|
||||
10,9,Form Change,Appears when Rotom or Cosplay Pikachu changes form. Disappears if the Pokémon becomes another form and this move can only be learned by form change.
|
||||
|
|
|
|
@ -365858,6 +365858,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
10080,16,280,4,0,
|
||||
10080,16,282,3,0,
|
||||
10080,16,290,4,0,
|
||||
10080,16,309,10,0,
|
||||
10080,16,324,3,0,
|
||||
10080,16,343,3,0,
|
||||
10080,16,351,3,0,
|
||||
|
@ -365934,6 +365935,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
10081,16,527,3,0,
|
||||
10081,16,528,1,50,1
|
||||
10081,16,528,4,0,
|
||||
10081,16,556,10,0,
|
||||
10081,16,589,1,7,1
|
||||
10081,16,590,4,0,
|
||||
10081,16,609,1,29,1
|
||||
|
@ -365994,6 +365996,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
10082,16,527,3,0,
|
||||
10082,16,528,1,50,1
|
||||
10082,16,528,4,0,
|
||||
10082,16,577,10,0,
|
||||
10082,16,589,1,7,1
|
||||
10082,16,590,4,0,
|
||||
10082,16,609,1,29,1
|
||||
|
@ -366056,6 +366059,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
10083,16,528,4,0,
|
||||
10083,16,589,1,7,1
|
||||
10083,16,590,4,0,
|
||||
10083,16,604,10,0,
|
||||
10083,16,609,1,29,1
|
||||
10084,16,9,3,0,
|
||||
10084,16,21,1,37,1
|
||||
|
@ -366114,6 +366118,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
10084,16,527,3,0,
|
||||
10084,16,528,1,50,1
|
||||
10084,16,528,4,0,
|
||||
10084,16,560,10,0,
|
||||
10084,16,589,1,7,1
|
||||
10084,16,590,4,0,
|
||||
10084,16,609,1,29,1
|
||||
|
|
Can't render this file because it is too large.
|
Loading…
Reference in a new issue