mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Added other data about Meltan and Melmetal, made some fixes and added moves
This commit is contained in:
parent
f9891fb640
commit
f7c72c5802
7 changed files with 58 additions and 2 deletions
3
.idea/.gitignore
generated
vendored
Normal file
3
.idea/.gitignore
generated
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
# Default ignored files
|
||||
/workspace.xml
|
|
@ -76927,3 +76927,4 @@ move boosts the user’s stats."
|
|||
728,18,12,"得到Z力量的杖尾鳞甲龙
|
||||
将全力攻击对手。
|
||||
并且自己的能力会提高。"
|
||||
729,19,9,"The user rotates, centering the hex nut in its chest, and then strikes with its arms twice in a row. This may also make the target flinch."
|
Can't render this file because it is too large.
|
|
@ -7279,6 +7279,16 @@ move_id,local_language_id,name
|
|||
728,9,Clangorous Soulblaze
|
||||
728,11,ブレイジングソウルビート
|
||||
728,12,炽魂热舞烈音爆
|
||||
729,1,ダブルパンツァー
|
||||
729,3,더블펀처
|
||||
729,4,鋼拳雙擊
|
||||
729,5,Écrous d'Poing
|
||||
729,6,Panzerfäuste
|
||||
729,7,Ferropuño Doble
|
||||
729,8,Pugni Corazzati
|
||||
729,9,Double Iron Bash
|
||||
729,11,ダブルパンツァー
|
||||
729,12,鋼拳雙擊
|
||||
10001,1,ダークラッシュ
|
||||
10001,5,Charge Noire
|
||||
10001,6,Cryptoschlag
|
||||
|
|
|
|
@ -727,6 +727,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
|
|||
726,lets-snuggle-forever,7,18,190,1,,0,10,2,417,,,,
|
||||
727,splintered-stormshards,7,6,190,1,,0,10,2,418,,,,
|
||||
728,clangorous-soulblaze,7,16,185,1,,0,11,3,419,100,,,
|
||||
729,double-iron-bash,7,9,60,5,100,0,10,2,32,30,,,,
|
||||
10001,shadow-rush,3,10002,55,,100,0,10,2,10001,,,,
|
||||
10002,shadow-blast,3,10002,80,,100,0,10,2,44,,,,
|
||||
10003,shadow-blitz,3,10002,40,,100,0,10,2,1,,,,
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 730.
|
|
@ -1930,6 +1930,8 @@ pokemon_id,ability_id,is_hidden,slot
|
|||
805,224,0,1
|
||||
806,224,0,1
|
||||
807,10,0,1
|
||||
808,42,0,1
|
||||
809,89,0,1
|
||||
10001,46,0,1
|
||||
10002,46,0,1
|
||||
10003,46,0,1
|
||||
|
@ -2166,5 +2168,3 @@ pokemon_id,ability_id,is_hidden,slot
|
|||
10155,232,0,1
|
||||
10156,232,0,1
|
||||
10157,233,0,1
|
||||
10158,42,0,1
|
||||
10159,89,0,1
|
||||
|
|
|
|
@ -434219,6 +434219,45 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
807,18,590,4,0,
|
||||
807,18,693,4,0,
|
||||
807,18,721,1,43,
|
||||
808,19,29,1,1,
|
||||
808,19,106,1,1,
|
||||
808,19,39,1,9,
|
||||
808,19,86,1,18,
|
||||
808,19,84,1,27,
|
||||
808,19,151,1,36,
|
||||
808,19,430,1,45,
|
||||
808,19,156,4,0,
|
||||
808,19,182,4,0,
|
||||
808,19,164,4,0,
|
||||
808,19,92,4,0,
|
||||
808,19,85,4,0,
|
||||
809,19,9,1,1,
|
||||
809,19,29,1,1,
|
||||
809,19,106,1,1,
|
||||
809,19,39,1,1,
|
||||
809,19,86,1,1,
|
||||
809,19,84,1,27,
|
||||
809,19,151,1,36,
|
||||
809,19,430,1,45,
|
||||
809,19,5,1,54,
|
||||
809,19,182,1,63,
|
||||
809,19,729,1,72,
|
||||
809,19,276,1,81,
|
||||
809,19,63,1,90,
|
||||
809,19,156,4,0,
|
||||
809,19,164,4,0,
|
||||
809,19,263,4,0,
|
||||
809,19,280,4,0,
|
||||
809,19,157,4,0,
|
||||
809,19,92,4,0,
|
||||
809,19,8,4,0,
|
||||
809,19,85,4,0,
|
||||
809,19,87,4,0,
|
||||
809,19,89,4,0,
|
||||
809,19,120,4,0,
|
||||
809,19,76,4,0,
|
||||
809,19,63,4,0,
|
||||
809,19,58,4,0,
|
||||
10001,7,5,3,0,
|
||||
10001,7,15,4,0,
|
||||
10001,7,25,3,0,
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -1211,6 +1211,8 @@ pokemon_id,type_id,slot
|
|||
806,10,1
|
||||
806,8,2
|
||||
807,13,1
|
||||
808,9,1
|
||||
809,9,1
|
||||
10001,14,1
|
||||
10002,14,1
|
||||
10003,14,1
|
||||
|
|
|
Loading…
Add table
Reference in a new issue