mirror of https://github.com/pret/pokeemerald.git
Updated Faster HP Drain (markdown)
parent
8c12cf0177
commit
2b88934479
|
@ -1,8 +1,6 @@
|
|||
## Faster HP Drain
|
||||
|
||||
From GSC till Gen 5, GF has made an error that caused the HP drain for max values over 48HP to drain slower than intended. For GSC-DPP/HGSS, the bar drains at a set increment, regardless the max HP of the pokemon. As expected, it'll be slow the larger the HP (like Blissey)
|
||||
|
||||
We can fix this by making it use the Mon's Max HP value in a fraction formula instead of being a set value!
|
||||
To make HP draining faster, especially with Pokémon like Blissey, we can use the maximum HP value in a fraction formula instead of a set value.
|
||||
|
||||
Note: Effects won't occur unless a Pokemon has 48 HP or higher for Max HP. For mons lower than 48 HP, the speed is just 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue