Results 1 to 6 of 6
  1. Default Magician's Element Chart Post-BB


    A few things about this table so it will make more sense to you:

    1. For a mob to be on this table, it must be a trainable mob. After Big Bang, all trainable mobs can now be seen when you hover your mouse over a map dot in the world map. For a mob to be trainable, you must be able to see this mob from the world map.
    2. The mob must give EXP.
    3. The mob must have a name given in GMS.
    4. "Effective HP" on this table represent's the mob's HP multiplied by "100 / (100 - MDRate)".

    STRONG = 0.5 multiplier
    No Text = 1.0 multiplier
    WEAK = 1.5 multiplier
    IMMUNE = Always does 1 damage


    Spoiler
    Last edited by Fiel; 2010-08-12 at 12:29 PM.

  2. Default


    Bookmarked for immense usefulness. Thanks Capt. Chinchilla :>

  3. Default


    Wait... why 1 + ((100 - MDRate) * 0.01)?

    That simplifies to 2 - MDRate * 0.01. Where does the 2 come from?

  4. Default


    Oops. Now I'm really glad I posted the formula I used.

    How does this look:

    (MDRate + 100) * 0.01

  5. Default


    Close, but not quite. Consider MDRate = 50. This means everything does half damage, so you want effective HP to be twice the original. By your formula however, it only comes out as 1.5x original.

    This is like those problems where, if you take an original price, mark it up 20%, then discount it 20%, the end price is actually 4% lower than you started with, since the second 20% is taken out of a larger amount.

    What you want is 100 / (100 - MDRate), although with fairly low values of MDRate the two expressions tend to be close.

  6. Default


    Thank you, Russt.

    Updated.

  7.  

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •