mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add Aromatic Mist.
I'm not going to bother sorting it in; all the IDs are about to change anyway when we get the few remaining internal IDs on the spreadsheet.
This commit is contained in:
parent
a6bb5bec83
commit
ba368bec2c
2 changed files with 2 additions and 0 deletions
|
@ -3400,6 +3400,7 @@ move_id,local_language_id,name
|
||||||
604,9,Trick-or-Treat
|
604,9,Trick-or-Treat
|
||||||
605,9,Venom Drench
|
605,9,Venom Drench
|
||||||
606,9,Water Shuriken
|
606,9,Water Shuriken
|
||||||
|
607,9,Aromatic Mist
|
||||||
10001,1,ダークラッシュ
|
10001,1,ダークラッシュ
|
||||||
10001,5,Charge Noire
|
10001,5,Charge Noire
|
||||||
10001,6,Cryptoschlag
|
10001,6,Cryptoschlag
|
||||||
|
|
|
|
@ -605,6 +605,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
|
||||||
604,trick-or-treat,6,8,0,20,100,0,10,1,10007,,,,
|
604,trick-or-treat,6,8,0,20,100,0,10,1,10007,,,,
|
||||||
605,venom-drench,6,4,0,20,100,0,10,1,10007,,,,
|
605,venom-drench,6,4,0,20,100,0,10,1,10007,,,,
|
||||||
606,water-shuriken,6,11,15,20,100,1,10,2,10007,,,,
|
606,water-shuriken,6,11,15,20,100,1,10,2,10007,,,,
|
||||||
|
607,aromatic-mist,6,18,0,20,100,0,4,1,10007,,,,
|
||||||
10001,shadow-rush,3,10002,55,,100,0,2,2,10001,,,,
|
10001,shadow-rush,3,10002,55,,100,0,2,2,10001,,,,
|
||||||
10002,shadow-blast,3,10002,80,,100,0,2,3,44,,,,
|
10002,shadow-blast,3,10002,80,,100,0,2,3,44,,,,
|
||||||
10003,shadow-blitz,3,10002,40,,100,0,2,2,1,,,,
|
10003,shadow-blitz,3,10002,40,,100,0,2,2,1,,,,
|
||||||
|
|
|
Loading…
Reference in a new issue