2
0
Fork 0
mirror of https://github.com/PokeAPI/pokeapi synced 2025-03-03 22:47:17 +00:00

remove blank values

This commit is contained in:
Wyatt Condon 2023-03-04 08:06:36 -05:00
parent 8bcab5c602
commit 6acb45b22d

View file

@ -899,8 +899,8 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
898,noxious-torque,9,4,100,10,100,0,10,2,,,,,
899,combat-torque,9,2,100,10,100,0,10,2,,,,,
900,magical-torque,9,18,100,10,100,0,10,2,,,,,
901,hydro-steam,9,11,80,15,100,0,10,3,0,0,0,0,0
902,psyblade,9,14,80,15,100,0,10,2,0,0,0,0,0
901,hydro-steam,9,11,80,15,100,0,10,3,,,,,
902,psyblade,9,14,80,15,100,0,10,2,,,,,
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,,,,

1 id identifier generation_id type_id power pp accuracy priority target_id damage_class_id effect_id effect_chance contest_type_id contest_effect_id super_contest_effect_id
899 898 noxious-torque 9 4 100 10 100 0 10 2
900 899 combat-torque 9 2 100 10 100 0 10 2
901 900 magical-torque 9 18 100 10 100 0 10 2
902 901 hydro-steam 9 11 80 15 100 0 10 3 0 0 0 0 0
903 902 psyblade 9 14 80 15 100 0 10 2 0 0 0 0 0
904 10001 shadow-rush 3 10002 55 100 0 10 2 10001
905 10002 shadow-blast 3 10002 80 100 0 10 2 44
906 10003 shadow-blitz 3 10002 40 100 0 10 2 1