From 419a1014e3111d49a5942e66704f7f44b4882f6a Mon Sep 17 00:00:00 2001 From: "Lynn \"Zhorken\" Vaughan" Date: Thu, 13 Jan 2011 21:41:51 -0500 Subject: [PATCH] Add new names revealed 2011-01-13. #451 --- pokedex/data/csv/abilities.csv | 8 ++++---- pokedex/data/csv/ability_names.csv | 16 ++++++++++++++++ pokedex/data/csv/move_names.csv | 16 ++++++++++++++++ pokedex/data/csv/moves.csv | 8 ++++---- pokedex/data/csv/pokemon.csv | 18 +++++++++--------- pokedex/data/csv/pokemon_names.csv | 18 ++++++++++++++++++ 6 files changed, 67 insertions(+), 17 deletions(-) diff --git a/pokedex/data/csv/abilities.csv b/pokedex/data/csv/abilities.csv index a5846ac..27ec317 100644 --- a/pokedex/data/csv/abilities.csv +++ b/pokedex/data/csv/abilities.csv @@ -456,11 +456,11 @@ This ability triggers on every hit of a multiple-hit move.",Raises [Speed]{mecha 139,harvest,5,"After each turn, if this Pokémon ate a held Berry or used it with [Natural Gift]{move} that turn, the Pokémon regains its Berry. If the Pokémon then meets the requirements to eat the Berry again, it will do so immediately, and will not be able restore the Berry again.",Restores any held Berry after the turn on which it is used. 140,telepathy,5,"This Pokémon does not take damage from friendly Pokémon's moves, including single-targed moves aimed at it.",Protects against damaging moves from friendly Pokémon. 141,sudden impulse,5,"After each turn, one of this Pokémon's stats at random rises two [stages]{mechanic:stat modifier}, and another falls one stage.",Raises a random stat two [stages]{mechanic:stat modifier} and lowers another one stage after each turn. -142,dustproof,5,This Pokémon does not take damage from [weather]{mechanic}.,Protects against damage from [weather]{mechanic}. +142,Overcoat,5,This Pokémon does not take damage from [weather]{mechanic}.,Protects against damage from [weather]{mechanic}. 143,poisoned drink,5,This Pokémon's contact moves have a 20% chance of [poisoning]{mechanic:poison} the target with each hit.,Has a 20% chance of [poisoning]{mechanic:poison} Pokémon upon contact when attacking. 144,regeneration,5,This Pokémon regains 1/3 of its maximum [HP]{mechanic} upon leaving battle.,Heals for 1/3 max [HP]{mechanic} upon leaving battle. 145,Big Pecks,5,This Pokémon's [Defense]{mechanic} cannot be [lowered]{mechanic:stat modifiers}.,Protects against [Defense]{mechanic} drops. -146,sand fence,5,This Pokémon's [Speed]{mechanic} is doubled during a [sandstorm]{mechanic}.,Doubles [Speed]{mechanic} during a [sandstorm]{mechanic}. +146,Sand Rush,5,This Pokémon's [Speed]{mechanic} is doubled during a [sandstorm]{mechanic}.,Doubles [Speed]{mechanic} during a [sandstorm]{mechanic}. 147,miracle skin,5,"Non-damaging moves that inflict [major status ailments]{mechanic:major status ailment}, such as [Thunder Wave]{move}, have a 50% chance of failing against this Pokémon.",Has a 50% chance of protecting against non-damaging moves that inflict [major status ailments]{mechanic:major status ailment}. 148,analyze,5,This Pokémon inflicts more damage when it moves last in a turn.,Strengthens moves when moving last. 149,Illusion,5,"This Pokémon, upon being sent out, appears to have the species, nickname, and Poké Ball of the last Pokémon in the party that is able to battle. This illusion breaks upon being hit by a damaging move. @@ -470,7 +470,7 @@ Other damage, e.g. from [weather]{mechanic} or [Spikes]{move}, does not break th If the party order becomes temporarily shuffled around as Pokémon are switched out in battle, this ability chooses the last Pokémon according to that shuffled order.",Takes the appearance of the last conscious party Pokémon upon being sent out until hit by a damaging move. 150,eccentric,5,This Pokémon uses [Transform]{move} upon entering battle.,[Transforms]{move:Transform} upon entering battle. 151,slip through,5,"This Pokémon's moves ignore [Light Screen]{move}, [Reflect]{move}, and [Safeguard]{move}.","Ignores [Light Screen]{move}, [Reflect]{move}, and [Safeguard]{move}." -152,mummify,5,"Whenever a contact move hits this Pokémon, the attacking Pokémon's ability changes to mummify.",Changes attacking Pokémon's abilities to mummify on contact. +152,Mummy,5,"Whenever a contact move hits this Pokémon, the attacking Pokémon's ability changes to mummify.",Changes attacking Pokémon's abilities to mummify on contact. 153,Moxie,5,"This Pokémon's [Attack]{mechanic} rises one stage upon knocking out another Pokémon, even a friendly Pokémon. This ability does not take effect when the Pokémon indirectly causes another Pokémon to faint, e.g. through [poison]{mechanic} or [Spikes]{move}.",Raises [Attack]{mechanic} one stage upon KOing a Pokémon. @@ -483,7 +483,7 @@ The move is not negated in any way.",Raises Attack when hit by dark-type moves. This ability cannot reflect moves that have already been reflected by another Pokémon with this ability.",Reflects most non-damaging moves back at their user. 157,herbivore,5,"Whenever a [Grass]{type}-type move hits this Pokémon, its [Attack]{mechanic} rises one [stage]{mechanic:stat modifier}, negating any other effect on it.","Absorbs [Grass]{type} moves, raising [Attack]{mechanic} one [stage]{mechanic:stat modifier}." 158,mischievous heart,5,This Pokémon's non-damaging moves have their priority increased by one stage.,Raises non-damaging moves' priority by one stage. -159,sand power,5,"During a [sandstorm]{mechanic}, this Pokémon's [Rock]{type}-, [Ground]{type}-, and [Steel]{type}-type moves have 1.3× their base power. This Pokémon does not take sandstorm damage, regardless of type.","Strengthens [Rock]{type}, [Ground]{type}, and [Steel]{type} moves to 1.3× their power during a [sandstorm]{mechanic}." +159,Sand Force,5,"During a [sandstorm]{mechanic}, this Pokémon's [Rock]{type}-, [Ground]{type}-, and [Steel]{type}-type moves have 1.3× their base power. This Pokémon does not take sandstorm damage, regardless of type.","Strengthens [Rock]{type}, [Ground]{type}, and [Steel]{type} moves to 1.3× their power during a [sandstorm]{mechanic}." 160,iron thorns,5,"Whenever a move makes contact with this Pokémon, the move's user takes 1/8 of its maximum [HP]{mechanic} in damage. This ability functions identically to [Rough Skin]{ability}.",Damages attacking Pokémon for 1/8 their max [HP]{mechanic} on contact. diff --git a/pokedex/data/csv/ability_names.csv b/pokedex/data/csv/ability_names.csv index dce76ad..f5d1014 100644 --- a/pokedex/data/csv/ability_names.csv +++ b/pokedex/data/csv/ability_names.csv @@ -637,6 +637,10 @@ ability_id,language_id,name 140,1,テレパシー 141,1,ムラっけ 142,1,ぼうじん +142,5,Envelocape +142,6,Wetterfest +142,7,Funta +142,8,Copricapo 143,1,どくしゅ 144,1,さいせいりょく 145,1,はとむね @@ -645,6 +649,10 @@ ability_id,language_id,name 145,7,Sacapecho 145,8,Pettinfuori 146,1,すなかき +146,5,Baigne Sable +146,6,Sandscharrer +146,7,Ímpetu Arena +146,8,Remasabbia 147,1,ミラクルスキン 148,1,アナライズ 149,1,イリュージョン @@ -655,6 +663,10 @@ ability_id,language_id,name 150,1,かわりもの 151,1,すりぬけ 152,1,ミイラ +152,5,Momie +152,6,Mumie +152,7,Momia +152,8,Mummia 153,1,じしんかじょう 153,5,Impudence 153,6,Hochmut @@ -666,6 +678,10 @@ ability_id,language_id,name 157,1,そうしょく 158,1,いたずらごころ 159,1,すなのちから +159,5,Force Sable +159,6,Sandgewalt +159,7,Poder Arena +159,8,Silicoforza 160,1,てつのトゲ 161,1,ダルマモード 162,1,しょうりのほし diff --git a/pokedex/data/csv/move_names.csv b/pokedex/data/csv/move_names.csv index 5fdc1f8..0e91f7f 100644 --- a/pokedex/data/csv/move_names.csv +++ b/pokedex/data/csv/move_names.csv @@ -2374,6 +2374,10 @@ move_id,language_id,name 493,1,シンプルビーム 494,1,なかまづくり 495,1,おさきにどうぞ +495,5,Après Vous +495,6,Galanterie +495,7,Cede Paso +495,8,Cortesia 496,1,りんしょう 497,1,エコーボイス 498,1,なしくずし @@ -2386,6 +2390,10 @@ move_id,language_id,name 505,1,いやしのはどう 506,1,たたりめ 507,1,フリーフォール +507,5,Chute Libre +507,6,Freier Fall +507,7,Caída Libre +507,8,Cadutalibera 508,1,ギアチェンジ 509,1,ともえなげ 510,1,やきつくす @@ -2413,7 +2421,15 @@ move_id,language_id,name 528,8,Sprizzalampo 529,1,ドリルライナー 530,1,ダブルチョップ +530,5,Double Baffe +530,6,Doppelhieb +530,7,Golpe Bis +530,8,Doppiocolpo 531,1,ハートスタンプ +531,5,Crèvecoeur +531,6,Herzstempel +531,7,Arrumaco +531,8,Cuorestampo 532,1,ウッドホーン 533,1,せいなるつるぎ 534,1,シェルブレード diff --git a/pokedex/data/csv/moves.csv b/pokedex/data/csv/moves.csv index 6136cb8..0674fc9 100644 --- a/pokedex/data/csv/moves.csv +++ b/pokedex/data/csv/moves.csv @@ -493,7 +493,7 @@ id,name,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_class_ 492,Foul Play,5,17,95,15,100,0,10,2,298,,,, 493,simple beam,5,1,0,15,100,0,10,1,299,,,, 494,befriend,5,1,0,15,100,0,10,1,300,,,, -495,after you,5,1,0,15,,0,10,1,301,,,, +495,After You,5,1,0,15,,0,10,1,301,,,, 496,a capella,5,1,60,15,100,0,10,3,302,,,, 497,echo voice,5,1,40,15,100,0,10,3,303,,,, 498,repayment,5,1,70,20,100,0,10,2,304,,,, @@ -505,7 +505,7 @@ id,name,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_class_ 504,shell smash,5,1,0,15,,0,7,1,309,,,, 505,healing wave,5,14,0,10,,0,10,1,310,,,, 506,evil eye,5,8,50,10,100,0,10,3,311,,,, -507,freefall,5,3,60,10,100,0,10,2,312,,,, +507,Sky Drop,5,3,60,10,100,0,10,2,312,,,, 508,gear change,5,9,0,10,,0,7,1,313,,,, 509,overhead throw,5,2,60,10,90,-6,10,2,314,,,, 510,incinerate,5,10,30,15,100,0,11,3,315,,,, @@ -528,8 +528,8 @@ id,name,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_class_ 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 liner,5,5,80,10,95,0,10,2,44,,,, -530,double chop,5,16,40,15,90,0,10,2,45,,,, -531,heart stamp,5,14,60,25,100,0,10,2,32,30,,, +530,Dual Chop,5,16,40,15,90,0,10,2,45,,,, +531,Heart Stamp,5,14,60,25,100,0,10,2,32,30,,, 532,wood horn,5,12,75,10,100,0,10,2,4,,,, 533,holy sword,5,2,90,20,100,0,10,2,304,,,, 534,shell blade,5,11,75,10,95,0,10,2,70,50,,, diff --git a/pokedex/data/csv/pokemon.csv b/pokedex/data/csv/pokemon.csv index a8e1983..3e98483 100644 --- a/pokedex/data/csv/pokemon.csv +++ b/pokedex/data/csv/pokemon.csv @@ -502,7 +502,7 @@ id,name,generation_id,evolution_chain_id,height,weight,species,color_id,pokemon_ 501,Oshawott,5,258,5,59,Sea Otter,2,,,1,45,28,70,0,20,0,0,516 502,futachimaru,5,258,8,245,しゅぎょう,2,,,1,45,145,70,0,20,0,0,517 503,daikenki,5,258,15,946,かんろく,2,,,1,45,238,70,0,20,0,0,518 -504,minezumi,5,259,5,116,みはり,3,,,4,255,51,70,0,15,0,0,519 +504,Patrat,5,259,5,116,Scout,3,,,4,255,51,70,0,15,0,0,519 505,miruhoggu,5,259,11,270,けいかい,3,,,4,255,147,70,0,20,0,0,520 506,yooterii,5,260,4,41,こいぬ,3,,,4,255,55,70,0,15,0,0,521 507,haaderia,5,260,9,147,ちゅうけん,4,,,4,120,130,70,0,15,0,0,522 @@ -516,7 +516,7 @@ id,name,generation_id,evolution_chain_id,height,weight,species,color_id,pokemon_ 515,hiyappu,5,264,6,135,みずかけ,2,,,1,190,63,70,0,20,0,0,530 516,hiyakkii,5,264,10,290,ほうすい,2,,,1,75,174,70,0,20,0,0,531 517,Munna,5,265,6,233,Dream Eater,6,,,4,190,58,70,0,10,0,0,532 -518,mushaana,5,265,11,605,ゆめうつつ,6,,,4,75,170,70,0,10,0,0,533 +518,Musharna,5,265,11,605,Drowsing,6,,,4,75,170,70,0,10,0,0,533 519,Pidove,5,266,3,21,Tiny Pigeon,4,,,4,255,53,70,0,15,0,0,534 520,hatooboo,5,266,6,150,のばと,4,,,4,120,125,70,0,15,0,0,535 521,kenhorou,5,266,12,290,プライド,4,,,4,45,215,70,0,15,1,1,536 @@ -525,9 +525,9 @@ id,name,generation_id,evolution_chain_id,height,weight,species,color_id,pokemon_ 524,dangoro,5,268,4,180,マントル,2,,,4,255,56,70,0,15,0,0,539 525,gantoru,5,268,9,1020,こうせき,2,,,4,120,137,70,0,15,0,0,540 526,Gigalith,5,268,17,2600,Compressed,2,,,4,45,227,70,0,15,0,0,541 -527,koromori,5,269,4,21,こうもり,2,,,4,190,63,70,0,15,0,0,542 +527,Woobat,5,269,4,21,Bat,2,,,4,190,63,70,0,15,0,0,542 528,kokoromori,5,269,9,105,きゅうあい,2,,,4,45,149,70,0,15,0,0,543 -529,moguryuu,5,270,3,85,もぐら,4,,,4,120,66,70,0,20,0,0,544 +529,Drilbur,5,270,3,85,Mole,4,,,4,120,66,70,0,20,0,0,544 530,doryuuzu,5,270,7,404,ちてい,4,,,4,60,178,70,0,20,0,0,545 531,tabunne,5,271,11,310,ヒヤリング,6,,,4,255,390,70,0,20,0,0,546 532,dokkoraa,5,272,6,125,きんこつ,4,,,2,180,61,70,0,20,0,0,547 @@ -561,7 +561,7 @@ id,name,generation_id,evolution_chain_id,height,weight,species,color_id,pokemon_ 560,zuruzukin,5,285,11,300,あくとう,8,,,4,90,171,70,0,15,0,0,577 561,shinboraa,5,286,14,140,とりもどき,1,,,4,45,172,70,0,20,0,0,578 562,desumasu,5,287,5,15,たましい,1,,,4,190,61,70,0,25,0,0,579 -563,desukaan,5,287,17,765,かんおけ,10,,,4,90,169,70,0,25,0,0,580 +563,Cofagrigus,5,287,17,765,Coffin,10,,,4,90,169,70,0,25,0,0,580 564,purotooga,5,288,7,165,こだいがめ,2,,,1,45,71,70,0,30,0,0,581 565,abagoora,5,288,12,810,こだいがめ,2,,,1,45,173,70,0,30,0,0,582 566,aaken,5,289,5,95,さいこどり,10,,,1,45,71,70,0,30,0,0,583 @@ -574,10 +574,10 @@ id,name,generation_id,evolution_chain_id,height,weight,species,color_id,pokemon_ 573,chirachiino,5,292,5,75,スカーフ,4,,,6,60,165,70,0,15,0,0,590 574,gochimu,5,293,4,58,ぎょうし,7,,,6,200,58,70,0,20,0,0,591 575,gochimiru,5,293,7,180,あやつり,7,,,6,100,137,70,0,20,0,0,592 -576,gochiruzeru,5,293,15,440,てんたい,7,,,6,50,221,70,0,20,0,0,593 +576,Gothitelle,5,293,15,440,Astral Body,7,,,6,50,221,70,0,20,0,0,593 577,yuniran,5,294,3,10,さいぼう,5,,,4,200,58,70,0,20,0,0,594 578,daburan,5,294,6,80,ぶんかつ,5,,,4,100,130,70,0,20,0,0,595 -579,rankurusu,5,294,10,201,ぞうふく,5,,,4,50,221,70,0,20,0,0,596 +579,Reuniclus,5,294,10,201,Multiplying,5,,,4,50,221,70,0,20,0,0,596 580,koaruhii,5,295,5,55,みずどり,2,,,4,190,61,70,0,20,0,0,597 581,suwanna,5,295,13,242,しらとり,9,,,4,45,166,70,0,20,0,0,598 582,banipucchi,5,296,4,57,しんせつ,9,,,4,255,61,70,0,20,0,0,599 @@ -608,7 +608,7 @@ id,name,generation_id,evolution_chain_id,height,weight,species,color_id,pokemon_ 607,hitomoshi,5,308,3,31,ろうそく,9,,,4,190,55,70,0,20,0,0,624 608,ranpuraa,5,308,6,130,ランプ,1,,,4,90,130,70,0,20,0,0,625 609,shandera,5,308,10,343,いざない,1,,,4,45,234,70,0,20,0,0,626 -610,kibago,5,309,6,180,キバ,5,,,4,75,64,35,0,40,0,0,627 +610,Axew,5,309,6,180,Tusk,5,,,4,75,64,35,0,40,0,0,627 611,onondo,5,309,10,360,あごオノ,5,,,4,60,144,35,0,40,0,0,628 612,ononokusu,5,309,18,1055,あごオノ,10,,,4,45,243,35,0,40,0,0,629 613,kumashun,5,310,5,85,ひょうけつ,9,,,4,120,61,70,0,20,0,0,630 @@ -626,7 +626,7 @@ id,name,generation_id,evolution_chain_id,height,weight,species,color_id,pokemon_ 625,kirikizan,5,317,16,700,とうじん,8,,,4,45,172,35,0,20,0,0,642 626,baffuron,5,318,16,946,ずつきうし,3,,,4,45,172,70,0,20,0,0,643 627,washibon,5,319,5,105,ヒナわし,9,,,0,190,70,70,0,20,0,0,644 -628,wooguru,5,319,15,410,ゆうもう,8,,,0,60,179,70,0,20,0,0,645 +628,Braviary,5,319,15,410,Valiant,8,,,0,60,179,70,0,20,0,0,645 629,baruchai,5,320,5,90,おむつ,3,,,8,190,74,35,0,20,0,0,646 630,barujiina,5,320,12,395,ほねわし,3,,,8,60,179,35,0,20,0,0,647 631,kuitaran,5,321,14,580,アリクイ,8,,,4,90,169,70,0,20,0,0,648 diff --git a/pokedex/data/csv/pokemon_names.csv b/pokedex/data/csv/pokemon_names.csv index 4a00179..cb4ae1a 100644 --- a/pokedex/data/csv/pokemon_names.csv +++ b/pokedex/data/csv/pokemon_names.csv @@ -2977,6 +2977,8 @@ pokemon_id,language_id,name 502,1,フタチマル 503,1,ダイケンキ 504,1,ミネズミ +504,5,Ratentif +504,6,Nagelotz 505,1,ミルホッグ 506,1,ヨーテリー 507,1,ハーデリア @@ -2994,6 +2996,8 @@ pokemon_id,language_id,name 517,5,Munna 517,6,Somniam 518,1,ムシャーナ +518,5,Mushana +518,6,Somnivora 519,1,マメパト 519,5,Poichigeon 519,6,Dusselgurr @@ -3009,8 +3013,12 @@ pokemon_id,language_id,name 526,5,Gigalithe 526,6,Brockoloss 527,1,コロモリ +527,5,Chovsourir +527,6,Fleknoil 528,1,ココロモリ 529,1,モグリュー +529,5,Rototaupe +529,6,Rotomurf 530,1,ドリュウズ 531,1,タブンネ 532,1,ドッコラー @@ -3049,6 +3057,8 @@ pokemon_id,language_id,name 561,1,シンボラー 562,1,デスマス 563,1,デスカーン +563,5,Tutankafer +563,6,Echnatoll 564,1,プロトーガ 565,1,アバゴーラ 566,1,アーケン @@ -3068,9 +3078,13 @@ pokemon_id,language_id,name 574,1,ゴチム 575,1,ゴチミル 576,1,ゴチルゼル +576,5,Sidérella +576,6,Morbitesse 577,1,ユニラン 578,1,ダブラン 579,1,ランクルス +579,5,Symbios +579,6,Zytomega 580,1,コアルヒー 581,1,スワンナ 582,1,バニプッチ @@ -3105,6 +3119,8 @@ pokemon_id,language_id,name 609,1,シャンデラ 610,1,キバゴ 610,4,牙牙 +610,5,Coupenotte +610,6,Milza 611,1,オノンド 612,1,オノノクス 613,1,クマシュン @@ -3123,6 +3139,8 @@ pokemon_id,language_id,name 626,1,バッフロン 627,1,ワシボン 628,1,ウォーグル +628,5,Gueriaigle +628,6,Washakwil 629,1,バルチャイ 630,1,バルジーナ 631,1,クイタラン -- 2.7.4