mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
B/W: Add new items to the database.
There's now a hole in the items table: there's no item 667. There are two records for the Live Caster in B/W, and I couldn't figure out why, or see any difference between them, and they were causing problems, so I deleted the second one.
This commit is contained in:
parent
8385353002
commit
cf12819bc8
5 changed files with 822 additions and 1 deletions
|
@ -39,3 +39,6 @@ id,pocket_id,name
|
||||||
39,3,Apricorn balls
|
39,3,Apricorn balls
|
||||||
40,8,Apricorn Box
|
40,8,Apricorn Box
|
||||||
41,8,Data Cards
|
41,8,Data Cards
|
||||||
|
42,1,Jewels
|
||||||
|
43,7,Miracle Shooter
|
||||||
|
44,8,B/W unknown
|
||||||
|
|
|
File diff suppressed because it is too large
Load diff
|
@ -2809,3 +2809,109 @@ item_id,language_id,name
|
||||||
562,6,Alte Karte
|
562,6,Alte Karte
|
||||||
562,7,Mapa Viejo
|
562,7,Mapa Viejo
|
||||||
562,8,Mappa Stinta
|
562,8,Mappa Stinta
|
||||||
|
563,1,アクアカセット
|
||||||
|
564,1,イナズマカセット
|
||||||
|
565,1,ブレイズカセット
|
||||||
|
566,1,フリーズカセット
|
||||||
|
567,1,ハートスイーツ
|
||||||
|
568,1,はじめてメール
|
||||||
|
569,1,だいすきメール
|
||||||
|
570,1,おさそいメール
|
||||||
|
571,1,かんしゃメール
|
||||||
|
572,1,しつもんメール
|
||||||
|
573,1,おすすめメール
|
||||||
|
574,1,おかえしメール
|
||||||
|
575,1,ブリッジメールS
|
||||||
|
576,1,ブリッジメールH
|
||||||
|
577,1,ブリッジメールC
|
||||||
|
578,1,ブリッジメールV
|
||||||
|
579,1,ブリッジメールW
|
||||||
|
580,1,きれいなウロコ
|
||||||
|
581,1,しんかのきせき
|
||||||
|
582,1,かるいし
|
||||||
|
583,1,ゴツゴツメット
|
||||||
|
584,1,ふうせん
|
||||||
|
585,1,レッドカード
|
||||||
|
586,1,ねらいのまと
|
||||||
|
587,1,しめつけバンド
|
||||||
|
588,1,きゅうこん
|
||||||
|
589,1,じゅうでんち
|
||||||
|
590,1,だっしゅつボタン
|
||||||
|
591,1,ほのおのジュエル
|
||||||
|
592,1,みずのジュエル
|
||||||
|
593,1,でんきのジュエル
|
||||||
|
594,1,くさのジュエル
|
||||||
|
595,1,こおりのジュエル
|
||||||
|
596,1,かくとうジュエル
|
||||||
|
597,1,どくのジュエル
|
||||||
|
598,1,じめんのジュエル
|
||||||
|
599,1,ひこうのジュエル
|
||||||
|
600,1,エスパージュエル
|
||||||
|
601,1,むしのジュエル
|
||||||
|
602,1,いわのジュエル
|
||||||
|
603,1,ゴーストジュエル
|
||||||
|
604,1,あくのジュエル
|
||||||
|
605,1,はがねのジュエル
|
||||||
|
606,1,たいりょくのハネ
|
||||||
|
607,1,きんりょくのハネ
|
||||||
|
608,1,ていこうのハネ
|
||||||
|
609,1,ちりょくのハネ
|
||||||
|
610,1,せいしんのハネ
|
||||||
|
611,1,しゅんぱつのハネ
|
||||||
|
612,1,きれいなハネ
|
||||||
|
613,1,ふたのカセキ
|
||||||
|
614,1,はねのカセキ
|
||||||
|
615,1,リバティチケット
|
||||||
|
616,1,デルダマ
|
||||||
|
617,1,ドリームボール
|
||||||
|
618,1,ポケじゃらし
|
||||||
|
619,1,グッズケース
|
||||||
|
620,1,ドラゴンのホネ
|
||||||
|
621,1,かおるキノコ
|
||||||
|
622,1,でかいきんのたま
|
||||||
|
623,1,おだんごしんじゅ
|
||||||
|
624,1,すいせいのかけら
|
||||||
|
625,1,こだいのどうか
|
||||||
|
626,1,こだいのぎんか
|
||||||
|
627,1,こだいのきんか
|
||||||
|
628,1,こだいのツボ
|
||||||
|
629,1,こだいのうでわ
|
||||||
|
630,1,こだいのせきぞう
|
||||||
|
631,1,こだいのおうかん
|
||||||
|
632,1,ヒウンアイス
|
||||||
|
633,1,クリティカット2
|
||||||
|
634,1,スピーダー2
|
||||||
|
635,1,SPアップ2
|
||||||
|
636,1,SPガード2
|
||||||
|
637,1,ディフェンダー2
|
||||||
|
638,1,プラスパワー2
|
||||||
|
639,1,ヨクアタール2
|
||||||
|
640,1,スピーダー3
|
||||||
|
641,1,SPアップ3
|
||||||
|
642,1,SPガード3
|
||||||
|
643,1,ディフェンダー3
|
||||||
|
644,1,プラスパワー3
|
||||||
|
645,1,ヨクアタール3
|
||||||
|
646,1,スピーダー6
|
||||||
|
647,1,SPアップ6
|
||||||
|
648,1,SPガード6
|
||||||
|
649,1,ディフェンダー6
|
||||||
|
650,1,プラスパワー6
|
||||||
|
651,1,ヨクアタール6
|
||||||
|
652,1,スキルコール
|
||||||
|
653,1,アイテムドロップ
|
||||||
|
654,1,アイテムコール
|
||||||
|
655,1,フラットコール
|
||||||
|
656,1,クリティカット3
|
||||||
|
657,1,ライトストーン
|
||||||
|
658,1,ダークストーン
|
||||||
|
659,1,わざマシン93
|
||||||
|
660,1,わざマシン94
|
||||||
|
661,1,わざマシン95
|
||||||
|
662,1,ライブキャスター
|
||||||
|
663,1,ゴッドストーン
|
||||||
|
664,1,はいたつぶつ1
|
||||||
|
665,1,はいたつぶつ2
|
||||||
|
666,1,はいたつぶつ3
|
||||||
|
668,1,ドラゴンジュエル
|
||||||
|
669,1,ノーマルジュエル
|
||||||
|
|
|
|
@ -642,3 +642,109 @@ FRLG: A meteorite to be delivered to Lostelle's father."
|
||||||
560,Sapphire,22,0,,,Deliver to Celio for use in the Network Machine.
|
560,Sapphire,22,0,,,Deliver to Celio for use in the Network Machine.
|
||||||
561,Magma Emblem,22,0,,,Provides access to the :location:`Team Magma Hideout` in the :location:`Jagged Pass`.
|
561,Magma Emblem,22,0,,,Provides access to the :location:`Team Magma Hideout` in the :location:`Jagged Pass`.
|
||||||
562,Old Sea Map,20,0,,,Provides access to :location:`Faraway Island` and :pokemon:`Mew`.
|
562,Old Sea Map,20,0,,,Provides access to :location:`Faraway Island` and :pokemon:`Mew`.
|
||||||
|
563,aqua cassette,18,1000,70,,Not yet known. [[B/W item 116]]
|
||||||
|
564,thunderbolt cassette,18,1000,70,,Not yet known. [[B/W item 117]]
|
||||||
|
565,blaze cassette,18,1000,70,,Not yet known. [[B/W item 118]]
|
||||||
|
566,freeze cassette,18,1000,70,,Not yet known. [[B/W item 119]]
|
||||||
|
567,heart sweets,27,100,30,,Not yet known. [[B/W item 134]]
|
||||||
|
568,introduction mail,25,50,,,Not yet known. [[B/W item 137]]
|
||||||
|
569,favorite mail,25,50,,,Not yet known. [[B/W item 138]]
|
||||||
|
570,invitation mail,25,50,,,Not yet known. [[B/W item 139]]
|
||||||
|
571,gratitude mail,25,50,,,Not yet known. [[B/W item 140]]
|
||||||
|
572,inquiry mail,25,50,,,Not yet known. [[B/W item 141]]
|
||||||
|
573,recommendation mail,25,50,,,Not yet known. [[B/W item 142]]
|
||||||
|
574,thank-you mail,25,50,,,Not yet known. [[B/W item 143]]
|
||||||
|
575,bridge mail s,25,50,,,Not yet known. [[B/W item 144]]
|
||||||
|
576,bridge mail h,25,50,,,Not yet known. [[B/W item 145]]
|
||||||
|
577,bridge mail c,25,50,,,Not yet known. [[B/W item 146]]
|
||||||
|
578,bridge mail v,25,50,,,Not yet known. [[B/W item 147]]
|
||||||
|
579,bridge mail w,25,50,,,Not yet known. [[B/W item 148]]
|
||||||
|
580,pretty scale,10,500,30,,Not yet known. [[B/W item 537]]
|
||||||
|
581,evolutionary marvel,12,200,40,,Not yet known. [[B/W item 538]]
|
||||||
|
582,pumice stone,12,200,30,,Not yet known. [[B/W item 539]]
|
||||||
|
583,rugged helmet,12,200,60,,Not yet known. [[B/W item 540]]
|
||||||
|
584,balloon,12,200,10,,Not yet known. [[B/W item 541]]
|
||||||
|
585,red card,12,200,10,,Not yet known. [[B/W item 542]]
|
||||||
|
586,target,12,200,10,,Not yet known. [[B/W item 543]]
|
||||||
|
587,pressure band,12,200,30,,Not yet known. [[B/W item 544]]
|
||||||
|
588,plant bulb,12,200,30,,Not yet known. [[B/W item 545]]
|
||||||
|
589,rechargeable battery,12,200,30,,Not yet known. [[B/W item 546]]
|
||||||
|
590,escape button,12,200,30,,Not yet known. [[B/W item 547]]
|
||||||
|
591,fire jewel,42,200,,,Not yet known. [[B/W item 548]]
|
||||||
|
592,water jewel,42,200,,,Not yet known. [[B/W item 549]]
|
||||||
|
593,electric jewel,42,200,,,Not yet known. [[B/W item 550]]
|
||||||
|
594,grass jewel,42,200,,,Not yet known. [[B/W item 551]]
|
||||||
|
595,ice jewel,42,200,,,Not yet known. [[B/W item 552]]
|
||||||
|
596,fighting jewel,42,200,,,Not yet known. [[B/W item 553]]
|
||||||
|
597,poison jewel,42,200,,,Not yet known. [[B/W item 554]]
|
||||||
|
598,ground jewel,42,200,,,Not yet known. [[B/W item 555]]
|
||||||
|
599,flying jewel,42,200,,,Not yet known. [[B/W item 556]]
|
||||||
|
600,psychic jewel,42,200,,,Not yet known. [[B/W item 557]]
|
||||||
|
601,bug jewel,42,200,,,Not yet known. [[B/W item 558]]
|
||||||
|
602,rock jewel,42,200,,,Not yet known. [[B/W item 559]]
|
||||||
|
603,ghost jewel,42,200,,,Not yet known. [[B/W item 560]]
|
||||||
|
604,dark jewel,42,200,,,Not yet known. [[B/W item 562]]
|
||||||
|
605,steel jewel,42,200,,,Not yet known. [[B/W item 563]]
|
||||||
|
606,fortitude feather,26,3000,20,,Not yet known. [[B/W item 565]]
|
||||||
|
607,muscle feather,26,3000,20,,Not yet known. [[B/W item 566]]
|
||||||
|
608,resistance feather,26,3000,20,,Not yet known. [[B/W item 567]]
|
||||||
|
609,intelligence feather,26,3000,20,,Not yet known. [[B/W item 568]]
|
||||||
|
610,mind feather,26,3000,20,,Not yet known. [[B/W item 569]]
|
||||||
|
611,flash feather,26,3000,20,,Not yet known. [[B/W item 570]]
|
||||||
|
612,pretty feather,24,200,20,,Not yet known. [[B/W item 571]]
|
||||||
|
613,shell fossil,35,1000,100,,Not yet known. [[B/W item 572]]
|
||||||
|
614,feather fossil,35,1000,100,,Not yet known. [[B/W item 573]]
|
||||||
|
615,liberty ticket,20,0,,,Not yet known. [[B/W item 574]]
|
||||||
|
616,deru-dama,12,200,30,,Not yet known. [[B/W item 575]]
|
||||||
|
617,dream ball,33,0,,,Not yet known. [[B/W item 576]]
|
||||||
|
618,poké-plaything,11,1000,30,,Not yet known. [[B/W item 577]]
|
||||||
|
619,goods case,21,0,,,Not yet known. [[B/W item 578]]
|
||||||
|
620,dragon bone,44,0,,,Not yet known. [[B/W item 579]]
|
||||||
|
621,fragrant mushroom,24,0,30,,Not yet known. [[B/W item 580]]
|
||||||
|
622,huge nugget,24,0,30,,Not yet known. [[B/W item 581]]
|
||||||
|
623,pearl links,24,0,30,,Not yet known. [[B/W item 582]]
|
||||||
|
624,comet shard,24,0,30,,Not yet known. [[B/W item 583]]
|
||||||
|
625,ancient copper coin,24,0,30,,Not yet known. [[B/W item 584]]
|
||||||
|
626,ancient silver coin,24,0,30,,Not yet known. [[B/W item 585]]
|
||||||
|
627,ancient gold coin,24,0,30,,Not yet known. [[B/W item 586]]
|
||||||
|
628,ancient pot,24,0,30,,Not yet known. [[B/W item 587]]
|
||||||
|
629,ancient bracelet,24,0,30,,Not yet known. [[B/W item 588]]
|
||||||
|
630,ancient statue,24,0,30,,Not yet known. [[B/W item 589]]
|
||||||
|
631,ancient crown,24,0,30,,Not yet known. [[B/W item 590]]
|
||||||
|
632,hiun ice cream,30,100,30,,Not yet known. [[B/W item 591]]
|
||||||
|
633,dire hit 2,43,0,,,Not yet known. [[B/W item 592]]
|
||||||
|
634,x speed 2,43,0,,,Not yet known. [[B/W item 593]]
|
||||||
|
635,x special 2,43,0,,,Not yet known. [[B/W item 594]]
|
||||||
|
636,x sp. def 2,43,0,,,Not yet known. [[B/W item 595]]
|
||||||
|
637,x defend 2,43,0,,,Not yet known. [[B/W item 596]]
|
||||||
|
638,x attack 2,43,0,,,Not yet known. [[B/W item 597]]
|
||||||
|
639,x accuracy 2,43,0,,,Not yet known. [[B/W item 598]]
|
||||||
|
640,x speed 3,43,0,,,Not yet known. [[B/W item 599]]
|
||||||
|
641,x special 3,43,0,,,Not yet known. [[B/W item 600]]
|
||||||
|
642,x sp. def 3,43,0,,,Not yet known. [[B/W item 601]]
|
||||||
|
643,x defend 3,43,0,,,Not yet known. [[B/W item 602]]
|
||||||
|
644,x attack 3,43,0,,,Not yet known. [[B/W item 603]]
|
||||||
|
645,x accuracy 3,43,0,,,Not yet known. [[B/W item 604]]
|
||||||
|
646,x speed 6,43,0,,,Not yet known. [[B/W item 605]]
|
||||||
|
647,x special 6,43,0,,,Not yet known. [[B/W item 606]]
|
||||||
|
648,x sp. def 6,43,0,,,Not yet known. [[B/W item 607]]
|
||||||
|
649,x defend 6,43,0,,,Not yet known. [[B/W item 608]]
|
||||||
|
650,x attack 6,43,0,,,Not yet known. [[B/W item 609]]
|
||||||
|
651,x accuracy 6,43,0,,,Not yet known. [[B/W item 610]]
|
||||||
|
652,skill call,43,0,,,Not yet known. [[B/W item 611]]
|
||||||
|
653,item drop,43,0,,,Not yet known. [[B/W item 612]]
|
||||||
|
654,item call,43,0,,,Not yet known. [[B/W item 613]]
|
||||||
|
655,flat call,43,0,,,Not yet known. [[B/W item 614]]
|
||||||
|
656,dire hit 3,43,0,,,Not yet known. [[B/W item 615]]
|
||||||
|
657,light stone,22,0,,,Not yet known. [[B/W item 616]]
|
||||||
|
658,dark stone,22,0,,,Not yet known. [[B/W item 617]]
|
||||||
|
659,tm93,37,10000,,,Not yet known. [[B/W item 618]]
|
||||||
|
660,tm94,37,10000,,,Not yet known. [[B/W item 619]]
|
||||||
|
661,tm95,37,10000,,,Not yet known. [[B/W item 620]]
|
||||||
|
662,live caster,21,0,,,Not yet known. [[B/W item 621]]
|
||||||
|
663,god stone,44,0,,,Not yet known. [[B/W item 622]]
|
||||||
|
664,special delivery 1,44,0,,,Not yet known. [[B/W item 623]]
|
||||||
|
665,special delivery 2,44,0,,,Not yet known. [[B/W item 624]]
|
||||||
|
666,special delivery 3,44,0,,,Not yet known. [[B/W item 625]]
|
||||||
|
668,dragon jewel,42,200,,,Not yet known. [[B/W item 562]]
|
||||||
|
669,normal jewel,42,200,,,Not yet known. [[B/W item 563]]
|
||||||
|
|
|
|
@ -208,7 +208,7 @@ class Item(TableBase):
|
||||||
__tablename__ = 'items'
|
__tablename__ = 'items'
|
||||||
__singlename__ = 'item'
|
__singlename__ = 'item'
|
||||||
id = Column(Integer, primary_key=True, nullable=False)
|
id = Column(Integer, primary_key=True, nullable=False)
|
||||||
name = Column(Unicode(16), nullable=False)
|
name = Column(Unicode(20), nullable=False)
|
||||||
category_id = Column(Integer, ForeignKey('item_categories.id'), nullable=False)
|
category_id = Column(Integer, ForeignKey('item_categories.id'), nullable=False)
|
||||||
cost = Column(Integer, nullable=False)
|
cost = Column(Integer, nullable=False)
|
||||||
fling_power = Column(Integer, nullable=True)
|
fling_power = Column(Integer, nullable=True)
|
||||||
|
|
Loading…
Reference in a new issue