mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
ORAS move names/stats and the Rayquaza tutor.
This commit is contained in:
parent
ccb252932c
commit
b111104869
3 changed files with 30 additions and 4 deletions
|
@ -4318,6 +4318,30 @@ move_id,local_language_id,name
|
||||||
617,7,Luz Aniquiladora
|
617,7,Luz Aniquiladora
|
||||||
617,8,Luce Nefasta
|
617,8,Luce Nefasta
|
||||||
617,9,Light of Ruin
|
617,9,Light of Ruin
|
||||||
|
618,1,こんげんのはどう
|
||||||
|
618,5,Onde Originelle
|
||||||
|
618,6,Ursprungswoge
|
||||||
|
618,7,Pulso Primigenio
|
||||||
|
618,8,Primopulsar
|
||||||
|
618,9,Origin Pulse
|
||||||
|
619,1,だんがいのつるぎ
|
||||||
|
619,5,Lame Pangéenne
|
||||||
|
619,6,Abgrundsklinge
|
||||||
|
619,7,Filo del Abismo
|
||||||
|
619,8,Spade Telluriche
|
||||||
|
619,9,Precipice Blades
|
||||||
|
620,1,ガリョウテンセイ
|
||||||
|
620,5,Draco Ascension
|
||||||
|
620,6,Zenitstürmer
|
||||||
|
620,7,Ascenso Draco
|
||||||
|
620,8,Ascesa del Drago
|
||||||
|
620,9,Dragon Ascent
|
||||||
|
621,1,いじげんラッシュ
|
||||||
|
621,5,Furie Dimension
|
||||||
|
621,6,Dimensionswahn
|
||||||
|
621,7,Cerco Dimensión
|
||||||
|
621,8,Urtodimensionale
|
||||||
|
621,9,Hyperspace Fury
|
||||||
10001,1,ダークラッシュ
|
10001,1,ダークラッシュ
|
||||||
10001,5,Charge Noire
|
10001,5,Charge Noire
|
||||||
10001,6,Cryptoschlag
|
10001,6,Cryptoschlag
|
||||||
|
|
|
|
@ -616,10 +616,10 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
|
||||||
615,thousand-waves,6,5,90,10,100,0,11,2,10007,,,,
|
615,thousand-waves,6,5,90,10,100,0,11,2,10007,,,,
|
||||||
616,lands-wrath,6,5,90,10,100,0,11,2,1,,,,
|
616,lands-wrath,6,5,90,10,100,0,11,2,1,,,,
|
||||||
617,light-of-ruin,6,18,140,5,90,0,10,3,270,,,,
|
617,light-of-ruin,6,18,140,5,90,0,10,3,270,,,,
|
||||||
618,origin-pulse,6,1,0,0,0,0,1,1,1,,,,
|
618,origin-pulse,6,11,110,10,85,0,11,3,1,,,,
|
||||||
619,precipice-blades,6,1,0,0,0,0,1,1,1,,,,
|
619,precipice-blades,6,5,120,10,85,0,11,2,1,,,,
|
||||||
620,dragon-ascent,6,1,0,0,0,0,1,1,1,,,,
|
620,dragon-ascent,6,3,120,5,100,0,10,2,230,,,,
|
||||||
621,hyperspace-fury,6,1,0,0,0,0,1,1,1,,,,
|
621,hyperspace-fury,6,17,100,5,,0,10,2,360,,,,
|
||||||
10001,shadow-rush,3,10002,55,,100,0,10,2,10001,,,,
|
10001,shadow-rush,3,10002,55,,100,0,10,2,10001,,,,
|
||||||
10002,shadow-blast,3,10002,80,,100,0,10,3,44,,,,
|
10002,shadow-blast,3,10002,80,,100,0,10,3,44,,,,
|
||||||
10003,shadow-blitz,3,10002,40,,100,0,10,2,1,,,,
|
10003,shadow-blitz,3,10002,40,,100,0,10,2,1,,,,
|
||||||
|
|
|
|
@ -260519,6 +260519,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
||||||
384,16,523,4,0,
|
384,16,523,4,0,
|
||||||
384,16,525,4,0,
|
384,16,525,4,0,
|
||||||
384,16,590,4,0,
|
384,16,590,4,0,
|
||||||
|
384,16,620,3,0,
|
||||||
385,5,38,1,35,
|
385,5,38,1,35,
|
||||||
385,5,63,4,0,
|
385,5,63,4,0,
|
||||||
385,5,85,4,0,
|
385,5,85,4,0,
|
||||||
|
@ -366100,6 +366101,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
||||||
10079,16,523,4,0,
|
10079,16,523,4,0,
|
||||||
10079,16,525,4,0,
|
10079,16,525,4,0,
|
||||||
10079,16,590,4,0,
|
10079,16,590,4,0,
|
||||||
|
10079,16,620,3,0,
|
||||||
10080,16,9,3,0,
|
10080,16,9,3,0,
|
||||||
10080,16,21,1,37,1
|
10080,16,21,1,37,1
|
||||||
10080,16,39,1,1,1
|
10080,16,39,1,1,1
|
||||||
|
|
Can't render this file because it is too large.
|
Loading…
Reference in a new issue