mirror of https://github.com/pret/pokeemerald.git
Updated Faster HP Drain (markdown)
parent
69a152548d
commit
07f5c33bca
|
@ -22,6 +22,7 @@ With [x] being whatever value you want
|
||||||
Now let's define what this does
|
Now let's define what this does
|
||||||
|
|
||||||
This takes the specified battler's Max HP, and uses that to divide by a specific value. To have it _most_ like vanilla, x can be 48, though we can go faster
|
This takes the specified battler's Max HP, and uses that to divide by a specific value. To have it _most_ like vanilla, x can be 48, though we can go faster
|
||||||
|
|
||||||
The smaller the x value, the faster it'll go. The larger the Max HP, the faster it'll go!
|
The smaller the x value, the faster it'll go. The larger the Max HP, the faster it'll go!
|
||||||
|
|
||||||
Here's what I personally use, a value of 32 for x
|
Here's what I personally use, a value of 32 for x
|
||||||
|
|
Loading…
Reference in New Issue