diff --git a/pokedex/data/csv/conquest_move_data.csv b/pokedex/data/csv/conquest_move_data.csv index 80dad4d..1dffec6 100644 --- a/pokedex/data/csv/conquest_move_data.csv +++ b/pokedex/data/csv/conquest_move_data.csv @@ -39,7 +39,7 @@ move_id,power,accuracy,effect_chance,effect_id,range_id,displacement_id 136,65,90,,26,11,1 138,48,100,,67,2, 145,20,100,10,33,3, -150,,,,60,1, +150,,,,69,1, 154,10,90,,14,2, 157,41,90,30,44,4, 158,43,90,10,44,2, diff --git a/pokedex/data/csv/conquest_move_effect_prose.csv b/pokedex/data/csv/conquest_move_effect_prose.csv index 6f462d9..1098327 100644 --- a/pokedex/data/csv/conquest_move_effect_prose.csv +++ b/pokedex/data/csv/conquest_move_effect_prose.csv @@ -53,3 +53,4 @@ This move still misses Pokémon under the effects of []{move:dig} or []{move:sky 66,9,Has a $effect_chance% chance to poison $target and an increased chance for a critical hit., 67,9,Heals the user by half the damage inflicted. Only works if $target is asleep.,"Inflicts damage if $target is asleep, and fails otherwise. Heals the user for half as many HP as it dealt in damage." 68,9,Hits twice in one turn. Has a $effect_chance% chance to poison $target with each hit.,Inflicts regular damage. Hits twice in one turn. Has a $effect_chance% chance to poison $target with each hit. +69,9,Does nothing.,Does nothing. diff --git a/pokedex/data/csv/conquest_move_effects.csv b/pokedex/data/csv/conquest_move_effects.csv index e18e366..2506c23 100644 --- a/pokedex/data/csv/conquest_move_effects.csv +++ b/pokedex/data/csv/conquest_move_effects.csv @@ -68,3 +68,4 @@ id 66 67 68 +69