mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add B/W 2 items.
This commit is contained in:
parent
33f227d4cd
commit
17d1c0e9c3
3 changed files with 30 additions and 0 deletions
|
@ -1428,3 +1428,13 @@ item_id,generation_id,game_index
|
|||
666,5,625
|
||||
668,5,561
|
||||
669,5,564
|
||||
670,5,627
|
||||
671,5,628
|
||||
673,5,630
|
||||
674,5,631
|
||||
675,5,632
|
||||
676,5,633
|
||||
677,5,634
|
||||
678,5,635
|
||||
679,5,636
|
||||
681,5,638
|
||||
|
|
|
|
@ -4003,3 +4003,13 @@ item_id,local_language_id,name
|
|||
669,7,G. Normal
|
||||
669,8,Bijounormale
|
||||
669,9,Normal Gem
|
||||
670,9,Medal Box
|
||||
671,9,DNA Splicers
|
||||
673,9,Permit
|
||||
674,9,Oval Charm
|
||||
675,9,Shiny Charm
|
||||
676,9,Plasma Card
|
||||
677,9,Grubby Hanky
|
||||
678,9,Colress MCHN
|
||||
679,9,Dropped Item
|
||||
681,9,Reveal Glass
|
||||
|
|
|
|
@ -667,3 +667,13 @@ id,identifier,category_id,cost,fling_power,fling_effect_id
|
|||
666,gram-3,22,0,,
|
||||
668,dragon-gem,42,200,,
|
||||
669,normal-gem,42,200,,
|
||||
670,medal-box,21,0,,
|
||||
671,dna-splicers,21,0,,
|
||||
673,permit,21,0,,
|
||||
674,oval-charm,21,0,,
|
||||
675,shiny-charm,21,0,,
|
||||
676,plasma-card,22,0,,
|
||||
677,grubby-hanky,22,0,,
|
||||
678,colress-mchn,22,0,,
|
||||
679,dropped-item,22,0,,
|
||||
681,reveal-glass,21,0,,
|
||||
|
|
|
Loading…
Reference in a new issue