From: Lynn "Zhorken" Vaughan Date: Tue, 1 Feb 2011 16:15:38 +0000 (-0500) Subject: Add more newly-revealed names. #451 X-Git-Tag: veekun-promotions/2011021501~11 X-Git-Url: http://git.veekun.com/zzz-pokedex.git/commitdiff_plain/380f8ec76b072a94aecbc6dd7c96ddf3f03449d4 Add more newly-revealed names. #451 --- diff --git a/pokedex/data/csv/ability_names.csv b/pokedex/data/csv/ability_names.csv index f5d1014..a04796e 100644 --- a/pokedex/data/csv/ability_names.csv +++ b/pokedex/data/csv/ability_names.csv @@ -626,6 +626,10 @@ ability_id,language_id,name 129,1,よわき 130,1,のろわれボディ 131,1,いやしのこころ +131,5,Coeur Soin +131,6,Heilherz +131,7,Alma Cura +131,8,Curacuore 132,1,フレンドガード 133,1,くだけるよろい 134,1,ヘヴィメタル @@ -676,6 +680,10 @@ ability_id,language_id,name 155,1,びびり 156,1,マジックミラー 157,1,そうしょく +157,5,Herbivore +157,6,Vegetarier +157,7,Herbívorio +157,8,Mangiaerba 158,1,いたずらごころ 159,1,すなのちから 159,5,Force Sable @@ -685,6 +693,10 @@ ability_id,language_id,name 160,1,てつのトゲ 161,1,ダルマモード 162,1,しょうりのほし +162,5,Victorieux +162,6,Triumphstern +162,7,Tinovictoria +162,8,Vittorstella 163,1,ターボブレイズ 163,5,TurboBrasier 163,6,Turbobrand diff --git a/pokedex/data/csv/move_names.csv b/pokedex/data/csv/move_names.csv index 0e91f7f..755c51b 100644 --- a/pokedex/data/csv/move_names.csv +++ b/pokedex/data/csv/move_names.csv @@ -2399,6 +2399,10 @@ move_id,language_id,name 510,1,やきつくす 511,1,さきおくり 512,1,アクロバット +512,5,Acrobatie +512,6,Akrobatik +512,7,Acróbata +512,8,Acrobazia 513,1,ミラータイプ 514,1,かたきうち 515,1,いのちがけ @@ -2409,6 +2413,10 @@ move_id,language_id,name 520,1,くさのちかい 521,1,ボルトチェンジ 522,1,むしのていこう +522,5,Survinsecte +522,6,Käfertrutz +522,7,Estoicismo +522,8,Entomoblocco 523,1,じならし 524,1,こおりのいぶき 525,1,ドラゴンテール @@ -2420,6 +2428,10 @@ move_id,language_id,name 528,7,Voltia Cruel 528,8,Sprizzalampo 529,1,ドリルライナー +529,5,Tunnelier +529,6,Schlagbohrer +529,7,Taladradora +529,8,Giravvita 530,1,ダブルチョップ 530,5,Double Baffe 530,6,Doppelhieb @@ -2445,6 +2457,10 @@ move_id,language_id,name 541,7,Plumerazo 541,8,Spazzasberla 542,1,ぼうふう +542,5,Vent Violent +542,6,Orkan +542,7,Vendaval +542,8,Tifone 543,1,アフロブレイク 544,1,ギアソーサー 545,1,かえんだん diff --git a/pokedex/data/csv/moves.csv b/pokedex/data/csv/moves.csv index f842e8c..c1f1ef6 100644 --- a/pokedex/data/csv/moves.csv +++ b/pokedex/data/csv/moves.csv @@ -524,7 +524,7 @@ id,name,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_class_ 523,level field,5,5,60,20,100,0,9,2,71,100,,, 524,ice breath,5,15,40,10,90,0,10,3,289,100,,, 525,dragon tail,5,16,60,10,90,-6,10,2,314,,,, -526,cheer up,5,1,0,30,,0,7,1,328,,,, +526,Work Up,5,1,0,30,,0,7,1,328,,,, 527,electric net,5,13,55,15,95,0,11,3,21,100,,, 528,Wild Charge,5,13,90,15,100,0,10,2,49,,,, 529,Drill Run,5,5,80,10,95,0,10,2,44,,,, diff --git a/pokedex/data/csv/pokemon.csv b/pokedex/data/csv/pokemon.csv index 4a492bf..d025489 100644 --- a/pokedex/data/csv/pokemon.csv +++ b/pokedex/data/csv/pokemon.csv @@ -504,7 +504,7 @@ id,name,generation_id,evolution_chain_id,height,weight,species,color_id,pokemon_ 503,daikenki,5,258,15,946,かんろく,2,,,1,45,238,70,0,20,0,518 504,Patrat,5,259,5,116,Scout,3,,,4,255,51,70,0,15,0,519 505,Watchog,5,259,11,270,Lookout,3,,,4,255,147,70,0,20,0,520 -506,yooterii,5,260,4,41,こいぬ,3,,,4,255,55,70,0,15,0,521 +506,Lillipup,5,260,4,41,こいぬ,3,,,4,255,55,70,0,15,0,521 507,haaderia,5,260,9,147,ちゅうけん,4,,,4,120,130,70,0,15,0,522 508,muurando,5,260,12,610,かんだい,4,,,4,45,221,70,0,15,0,523 509,choroneko,5,261,4,101,しょうわる,7,,,4,255,56,70,0,20,0,524 diff --git a/pokedex/data/csv/pokemon_form_groups.csv b/pokedex/data/csv/pokemon_form_groups.csv index 59210d1..9e7cfbd 100644 --- a/pokedex/data/csv/pokemon_form_groups.csv +++ b/pokedex/data/csv/pokemon_form_groups.csv @@ -12,9 +12,9 @@ pokemon_id,term,is_battle_only,description 487,Forme,0,"Forms have different stats. Giratina transforms into Origin Forme in the [Distortion World]{location} or while holding a [Griseous Orb]{item}. Otherwise, it assumes its Altered Forme. The Griseous Orb returns to the bag upon entering the Wi-Fi Club or the Union Room." 492,Forme,0,"Forms have different stats and movepools. Shaymin transforms into Sky Forme with the use of a [Gracidea]{item}. It is limited to Land Forme at night, when [frozen]{mechanic}, in the storage system boxes, in the Wi-Fi Club, and in the Union Room; under these conditions, Sky Shaymin reverts to Land Forme, and the Gracidea has no effect. The Gracidea must be used again to return to Sky Forme. A Gracidea may be received by showing a woman in southwest [Floaroma Town]{location} or the [Goldenrod City]{location} flower shop a Shaymin met in a fateful encounter." 493,Type,0,"Form changes along with type to match a held Plate, due to [Multitype]{ability}." -550,,0,"Forms have one different ability and different wild held items. Blue-stripe Basculin are rarer in Black Version, and red-stripe Basculin in White Version." +550,Form,0,"Forms have one different ability and different wild held items. Blue-Stripe Basculin are rarer in Black Version, and Red-Stripe Basculin in White Version." 555,mode,0,"Forms have different stats and types. Darmanitan changes to daruma mode below 50% HP if it has [daruma mode]{ability}, and back to normal mode above 50% HP." -585,form,0,"Form changes to match the season. To switch forms, Deerling must be in the party when loading the game." +585,Form,0,"Form changes to match the season. To switch forms, Deerling must be in the party when loading the game." 586,form,0,"Form changes to match the season. To switch forms, mebukijika must be in the party when loading the game." 648,forme,0,"Forms have different stats and types. meroetta changes form upon using [ancient song]{move} in battle, and reverts to voice forme outside of battle." 649,buster,0,Form changes to match genosekuto's held cassette. The only differences are the color of its weapon and [techno buster]{move}'s type. diff --git a/pokedex/data/csv/pokemon_forms.csv b/pokedex/data/csv/pokemon_forms.csv index 41153b5..7a88aeb 100644 --- a/pokedex/data/csv/pokemon_forms.csv +++ b/pokedex/data/csv/pokemon_forms.csv @@ -548,7 +548,7 @@ id,name,form_base_pokemon_id,unique_pokemon_id,introduced_in_version_group_id,is 547,,547,,11,1,1 548,,548,,11,1,1 549,,549,,11,1,1 -550,red stripe,550,550,11,1,1 +550,Red-Stripe,550,550,11,1,1 551,,551,,11,1,1 552,,552,,11,1,1 553,,553,,11,1,1 @@ -583,7 +583,7 @@ id,name,form_base_pokemon_id,unique_pokemon_id,introduced_in_version_group_id,is 582,,582,,11,1,1 583,,583,,11,1,1 584,,584,,11,1,1 -585,spring,585,,11,1,1 +585,Spring,585,,11,1,1 586,spring,586,,11,1,1 587,,587,,11,1,1 588,,588,,11,1,1 @@ -713,11 +713,11 @@ id,name,form_base_pokemon_id,unique_pokemon_id,introduced_in_version_group_id,is 10063,Origin,487,10007,9,0,2 10064,Sky,492,10006,9,0,2 10065,Spiky-eared,172,,10,0,2 -10066,blue stripe,550,10016,11,0,2 +10066,Blue-Stripe,550,10016,11,0,2 10067,daruma,555,10017,11,0,2 -10068,summer,585,,11,0,2 -10069,autumn,585,,11,0,3 -10070,winter,585,,11,0,4 +10068,Summer,585,,11,0,2 +10069,Autumn,585,,11,0,3 +10070,Winter,585,,11,0,4 10071,summer,586,,11,0,2 10072,autumn,586,,11,0,3 10073,winter,586,,11,0,4 diff --git a/pokedex/data/csv/pokemon_names.csv b/pokedex/data/csv/pokemon_names.csv index cb4ae1a..acb9ea6 100644 --- a/pokedex/data/csv/pokemon_names.csv +++ b/pokedex/data/csv/pokemon_names.csv @@ -2958,6 +2958,8 @@ pokemon_id,language_id,name 493,5,Arceus 493,6,Arceus 494,1,ビクティニ +494,5,Victini +494,6,Victini 495,1,ツタージャ 495,4,藤藤蛇 495,5,Vipélierre @@ -2980,6 +2982,8 @@ pokemon_id,language_id,name 504,5,Ratentif 504,6,Nagelotz 505,1,ミルホッグ +505,5,Miradar +505,6,Kukmarda 506,1,ヨーテリー 507,1,ハーデリア 508,1,ムーランド @@ -2987,6 +2991,8 @@ pokemon_id,language_id,name 510,1,レパルダス 511,1,ヤナップ 511,4,花椰猴 +511,5,Feuillajou +511,6,Vegimak 512,1,ヤナッキー 513,1,バオップ 514,1,バオッキー @@ -3020,6 +3026,8 @@ pokemon_id,language_id,name 529,5,Rototaupe 529,6,Rotomurf 530,1,ドリュウズ +530,5,Minotaupe +530,6,Stalobor 531,1,タブンネ 532,1,ドッコラー 533,1,ドテッコツ @@ -3030,6 +3038,8 @@ pokemon_id,language_id,name 538,1,ナゲキ 539,1,ダゲキ 540,1,クルミル +540,5,Larveyette +540,6,Strawickl 541,1,クルマユ 542,1,ハハコモリ 543,1,フシデ @@ -3040,6 +3050,8 @@ pokemon_id,language_id,name 548,1,チュリネ 549,1,ドレディア 550,1,バスラオ +550,5,Bargantua +550,6,Barschuft 551,1,メグロコ 551,5,Mascaïman 551,6,Ganovil @@ -3087,10 +3099,14 @@ pokemon_id,language_id,name 579,6,Zytomega 580,1,コアルヒー 581,1,スワンナ +581,5,Lakmécygne +581,6,Swaroness 582,1,バニプッチ 583,1,バニリッチ 584,1,バイバニラ 585,1,シキジカ +585,5,Vivaldaim +585,6,Sesokitz 586,1,メブキジカ 587,1,エモンガ 588,1,カブルモ @@ -3100,6 +3116,8 @@ pokemon_id,language_id,name 592,1,プルリル 593,1,ブルンゲル 594,1,ママンボウ +594,5,Mamanbo +594,6,Mamolida 595,1,バチュル 596,1,デンチュラ 597,1,テッシード