mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Remove Mega Drain's "effect chance".
Effect chance shares seven bits with draining moves' drain percentage (always 50) and Dragon Rage's set damage (40) in Conquest's guts.
This commit is contained in:
parent
b3ade1ecf1
commit
c00bc4cad2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ move_id,power,accuracy,effect_chance,effect_id,range_id,displacement_id
|
||||||
61,38,100,10,33,17,
|
61,38,100,10,33,17,
|
||||||
67,31,90,,60,2,
|
67,31,90,,60,2,
|
||||||
71,20,100,,21,2,
|
71,20,100,,21,2,
|
||||||
72,26,100,50,21,2,
|
72,26,100,,21,2,
|
||||||
75,31,95,,9,4,
|
75,31,95,,9,4,
|
||||||
80,41,100,,64,5,
|
80,41,100,,64,5,
|
||||||
82,40,75,,0,3,
|
82,40,75,,0,3,
|
||||||
|
|
|
Loading…
Reference in a new issue