From e5122a7bc586d84006bccc6f6e2f4e241e4a8ad0 Mon Sep 17 00:00:00 2001 From: Eevee Date: Mon, 6 Dec 2010 21:41:45 -0800 Subject: [PATCH] New names: Zorua/Zoroark, Illusion, Hone Claws/Foul Play. #451 --- pokedex/data/csv/abilities.csv | 2 +- pokedex/data/csv/moves.csv | 4 ++-- pokedex/data/csv/pokemon.csv | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pokedex/data/csv/abilities.csv b/pokedex/data/csv/abilities.csv index e1c75a8..6aff93a 100644 --- a/pokedex/data/csv/abilities.csv +++ b/pokedex/data/csv/abilities.csv @@ -520,7 +520,7 @@ This ability triggers on every hit of a multiple-hit move.",Raises [Speed]{mecha Damaging moves that inflict major status ailments as an extra effect, such as [Thunderbolt]{move}, are unaffected.",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 within a turn.,Raises power 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. +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. Other damage, e.g. from [weather]{mechanic} or [Spikes]{move}, does not break the illusion, nor does damage done to a [Substitute]{move}.",Changes to the appearance of an ally. (?) 150,eccentric,5,This Pokémon uses [Transform] upon entering battle.,Uses Transform upon entering battle. diff --git a/pokedex/data/csv/moves.csv b/pokedex/data/csv/moves.csv index eedbbe9..f5d8f92 100644 --- a/pokedex/data/csv/moves.csv +++ b/pokedex/data/csv/moves.csv @@ -466,7 +466,7 @@ id,name,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_class_ 465,Seed Flare,4,12,120,5,85,0,10,3,272,40,1,,22 466,Ominous Wind,4,8,60,5,100,0,10,3,141,10,4,,11 467,Shadow Force,4,8,120,5,100,0,10,2,273,,4,,22 -468,claw sharpen,5,17,0,15,,0,7,1,278,,,, +468,Hone Claws,5,17,0,15,,0,7,1,278,,,, 469,wide guard,5,6,0,10,,3,4,1,279,,,, 470,guard share,5,14,0,10,,0,10,1,280,,,, 471,power share,5,14,0,10,,0,10,1,281,,,, @@ -490,7 +490,7 @@ id,name,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_class_ 489,snake coil,5,4,0,20,,0,7,1,323,,,, 490,low kick 2.0,5,2,60,20,100,0,10,2,21,100,,, 491,acid bomb,5,4,40,20,100,0,10,3,297,100,,, -492,trickery,5,17,95,15,100,0,10,2,298,,,, +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,,,, diff --git a/pokedex/data/csv/pokemon.csv b/pokedex/data/csv/pokemon.csv index 9d708c3..eb3bca7 100644 --- a/pokedex/data/csv/pokemon.csv +++ b/pokedex/data/csv/pokemon.csv @@ -568,8 +568,8 @@ id,name,generation_id,evolution_chain_id,height,weight,species,color_id,pokemon_ 567,aakeosu,5,289,14,320,さいこどり,10,,,1,45,177,70,0,30,0,0 568,yabukuron,5,290,6,310,ゴミぶくろ,5,,,4,190,66,70,0,20,0,0 569,dasutodasu,5,290,19,1073,ゴミすてば,5,,,4,60,166,70,0,20,0,0 -570,zoroa,5,291,7,125,わるぎつね,4,,,1,75,66,70,0,25,0,0 -571,zoroaaku,5,291,16,811,ばけぎつね,4,,,1,45,179,70,0,20,0,0 +570,Zorua,5,291,7,125,Tricky Fox,4,,,1,75,66,70,0,25,0,0 +571,Zoroark,5,291,16,811,Illusion Fox,4,,,1,45,179,70,0,20,0,0 572,chiraamy,5,292,4,58,チンチラ,4,,,6,255,60,70,0,15,0,0 573,chirachiino,5,292,5,75,スカーフ,4,,,6,60,165,70,0,15,0,0 574,gochimu,5,293,4,58,ぎょうし,7,,,6,200,58,70,0,20,0,0 -- 2.7.4