
12-11-2002, 01:57 AM
|
 |
|
|
Join Date: Oct 2002
Posts: 444
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Oh yeah, that is something I forgot to include in the last update. Err, it is included, I just forgot to tell you about it. Here is how it works:
How to make potions replenish HP, MA (MP), or HP and MA:- If the COST of the potion is divisible by 10, then the potion will replenish HP. Examples: 20, 100, 220, 350, 11111111110
- If the COST of the potion is divisible by 5, then the potion will replenish MA (MP). Examples: 15, 25, 5555555, 124034535. Things that will not work: 150 (although 150 is divisible by 5, it is divisble by 10 first, and is therefore considered a plus to HP potion.) 110, 117, and 239850.
- If the COST of the potion is divisble by 2, then the potion will replenish MA AND HP. Examples: 62, 78, 1239848476. Things that will not work: 310, 55, 17.
- If the COST of the potion is an odd number (not divisible by 2), then it does nothing in battle and is considered a dummy potion.
Does that help?
This information will be included in the next version.
|