Welcome to Project: Gorgon!


Project: Gorgon is a 3D fantasy MMORPG (massively-multiplayer online role-playing game) that features an immersive experience that allows the player to forge their own path through exploration and discovery. We won't be guiding you through a world on rails, and as a result there are many hidden secrets awaiting discovery. Project: Gorgon also features an ambitious skill based leveling system that bucks the current trend of pre-determined classes, thus allowing the player to combine skills in order to create a truly unique playing experience.

The Project: Gorgon development team is led by industry veteran Eric Heimburg. Eric has over a decade of experience working as a Senior and Lead Engineer, Developer, Designer and Producer on successful games such as Asheron’s Call 1 and 2, Star Trek Online and other successful Massively Multiplayer Online Games.



User Tag List

Results 1 to 10 of 32

Threaded View

  1. #21
    Member Delfofthebla's Avatar
    Join Date
    Jan 2020
    Posts
    36
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Yaffy View Post
    The damage formula at this point has been changed to be simpler (A bit after this thread the damage formula went through many changes over the course of several patches). I haven't checked if it was changed yet again as of this patch but I would assume it hasn't since it's been like this for a while now.

    The current basic damage formula (Assuming a monster has no resistances) is:
    (Base damage + Flat damage) *Multipliers +(base damage * (base multiplier - 1))

    So any sort of non base-multiplier to damage now stacks as a single number. For example, if you have two mods that give +30% damage to a fire skill, and 20% bonus fire damage, then it would all combine into a single 80% boost to damage. This means that damage stacking isn't as prominent now.

    Combined with this, another change to the damage formula is that if a mob is weak to a damage type, it's multiplied AFTER normal multipliers, but before base multipliers. So for example, if you did the above on a monster with 50% weakness to fire, then it would boost your damage by 80% and then 50% (Resulting in a 170% boost). However, if the mob is strong against fire then it will be applied at the end of the formula, so if the monster had 50% resistance instead then your damage would be cut in half after all other boosts, or if they have 100% resistance then they would take 0 damage.

    With that in mind, a formula that takes into account monster resists would look like this:
    ((Base damage + Flat damage) *Multipliers *Target's elemental weakness +(base damage * (base multiplier - 1))) * Target's elemental resistance

    Or if you want to split the two
    For monsters weak to the attack's element:
    (Base damage + Flat damage) *Multipliers *Target's elemental weakness +(base damage * (base multiplier - 1))
    For monsters strong to the attack's element:
    ((Base damage + Flat damage) *Multipliers +(base damage * (base multiplier - 1))) * Target's elemental resistance

    One major change related to the damage formula is that skills that cause your target to become weaker to a damage type actually affect the target's resistances now. For example, if you have a mob with 100% poison resistance (Aka. Immunity) and you use a skill that lowers their resistance by 15%, then their immunity will become 85% damage resistance so you can now damage the mob. Previously this would just multiply your poison damage against the target by 15% and then the mob's immunity would reduce it to 0 damage. However some skills haven't been updated to work this way yet to my knowledge, for example Calefaction works the old way while Bruising Blow works the new way. I don't think there's any reason for this aside from them not being updated yet and it's not intentional.

    DoT damage is fairly straight forward. It only gets affected by flat bonuses (That don't specify direct only) or elemental bonuses. So for example if you have a mod which boosts fire breath damage by 30%, it will ONLY boost the initial damage from fire breath, not the DoT portion. However if you have something that boosts overall fire damage (Ex. +5 Fire damage, +5% fire damage, +5% indirect damage) then that will affect each tick of the dot separately. If the property specifies direct damage, then it will not affect the DoT (As all DoT effects are indirect, not direct), so +5 direct fire damage would not apply to a DoT.

    So for example a DoT damage formula would look like this:
    (Damage per tick + Flat damage) * Multipliers * Target's elemental weakness * Target's elemental resistance * Number of ticks

    So if you had a skill that did 5 poison damage per tick for 6 ticks, with +10 poison damage and a +75% boost to poison damage on a monster 50% weak to poison, then it would look like this:
    (5 + 10) *1.75 * 1.5 * 1 * 6 = 236.25 (Yes the game keeps track of the .25)

    And finally just as a disclaimer and an apology, this is just my knowledge of how the damage formula was about a patch ago. I haven't done any testing this patch, so I apologize if my information is out of date already (Which is totally possible because the developers are always changing stuff about the game and aren't always transparent about it). If you want to create a build based on the above formula I gave, I would highly suggest that you try to do some testing to confirm if it's still true or not.
    This is great info, thanks!

    So does this mean that all the weirdness with "conditional / external" damage is gone? Those values get rolled up into "Multipliers" and "flat damage"? Does this mean that 'vulnerability damage' properly scales now?

    ((Base damage + Flat damage) *Multipliers *Target's elemental weakness +(base damage * (base multiplier - 1))) * Target's elemental resistance
    In this new formula, you mention "Base Multiplier" as part of the formula, but elsewhere in the post state that all multipliers are rolled into one. Is the "Base Multiplier" still separate for this part of the formula, or was this a copy paste error?

    DoT damage is fairly straight forward. It only gets affected by flat bonuses (That don't specify direct only) or elemental bonuses.
    Not even base damage increases?
    Last edited by Delfofthebla; 02-20-2020 at 02:03 PM.



Thread Footer

Tags for this Thread

Posting Permissions

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