1. Hello!

    First of all, welcome to MapleLegends! You are currently viewing the forums as a guest, so you can only view the first post of every topic. We highly recommend registering so you can be part of our community.

    By registering to our forums you can introduce yourself and make your first friends, talk in the shoutbox, contribute, and much more!

    This process only takes a few minutes and you can always decide to lurk even after!

    - MapleLegends Administration-
  2. Experiencing disconnecting after inserting your login info? Make sure you are on the latest MapleLegends version. The current latest version is found by clicking here.
    Dismiss Notice

Information December 2023 Balance Changes [Explained]

Discussion in 'Update Notes' started by xiaoyaoz, Dec 28, 2023.

  1. xiaoyaoz
    Offline

    xiaoyaoz Balance Team Staff Member Balance Team

    194
    129
    196
    Jul 17, 2020
    Male
    8:10 AM
    Reminder: This only contains the balance related changes.

    [​IMG]
    Welcome to our balance changes for the December 2023 Patch! This patch focuses on improvement made based on feedback for the November 2023 balance changes, which can be found here. We hope to be clearer in our explanations this time around, learning from our last post. Now, on with the changes!

    [​IMG]
    [​IMG]「 Mages 」
    • Magic damage formula for non-ult 4th job skills has been reworked again.
      The changes only apply to the following skills:
      • [​IMG] Big Bang
      • [​IMG] Paralyze
      • [​IMG] Chain Lightning
      • [​IMG] Angel Ray
      • [​IMG] Fire Demon
      • [​IMG] Ice Demon
      Note: Formula for ultimates and summons have not been altered
    The magic damage formula for the aforementioned skills is now:
    Code:
    
    maxDamage = { baseINT * [Magic - baseINT - min(baseLUK,100)*0.5] / 6700  +  baseINT/38  +  [Magic - baseINT - min(baseLUK,100)*0.5] / 14 + LOG10[max(1,Magic)] } * Spell_Attack
    
    minDamage = { baseINT * [Magic - baseINT - min(baseLUK,100)*0.5] / 6700  +  {baseINT/38 + [Magic - baseINT - min(baseLUK,100)*0.5] / 14}*(Mastery*3 + 30)*0.0107 + LOG10[max(1,Magic)] } * Spell_Attack
    
    
    The basic components for the mage damage formula is:
    (baseInt x gearTMA) + baseInt + gearTMA,
    Where baseInt is the stat points you have in Int and gearTMA is all the Int + Magic Attack from your gear.

    The objectives for this new iteration of the mage were to:
    1. Ensure leveling up remains meaningful for progression ("leveling is good for damage")
    2. Remove stats for gear from baseInt completely, but still allowing gear to scale ("better gear, better damage")
    3. Preserve off-meta builds
    4. Maintain the viability of luk mages, and keep them on roughly similar footing (similar TMA = similar damage)
    5. Ensure players don't lose damage for leveling and not putting int (eg. for washing purposes)
    6. Provide cushioning for poor and low level mages (eg. mages who have less base int AND lower quality gear) and not completely demolishing them

    Table of test for changes:
    [​IMG]

    The second bold column (rightmost) represents the damage comparison vs. Neckson's formula. For the most part, adding base int and gear to the formula will see more of an increase in damage. Naked mages still have lower damage compared to the original formula, but the gap is reduced significantly. Also, notice how "odd" builds do not have their damage significantly affected and may even see a buff compared to the original formula. However, percentages might be misleading so that brings us to the other bold column.

    The first bold column represents the relative power of the mage, think of it as the average value from the damage range (minimum damage to maximum damage). Lv 120 oddjobber might have a 139% increase in damage, but their damage at the end is still just 22.5. A naked lukless mage (Lv 120 Base + 133) would have less damage compared to the original formula (87% of original), but would still do signficiantly more damage 35.95, when comapred to the oddjobber.

    Also note that spell power is applied after this damage value for the above skills (eg. paralyze, chain lightning, etc).


    Code:
    baseINT * [Magic - baseINT - min(baseLUK,100)*0.5] / 6700 
    baseInt = base stat for Int
    Magic = total magic attack
    baseLuk = base stat for Luk

    gearTMA is calculated as Magic - baseInt - baseLuk. On a basic level, this provides separation between base stats and magic attack obtained through gear, similar to attacking classes. So, the quadratic term baseInt * gearTMA would be something you might see like Luk * w.att for Nightlords.

    The -baseLuk modifier is recognizing that Luk mages would typically trade off baseInt for more magic attack gains from gear, so a 0.5 coefficient is applied to not make Luk mages the default build choice (without -baseLuk) but also not destroy higher Luk mages (if 1x coeffecient was used). In effect, similar TMA should result in close to the same damage between base Luk and Lukless mages. There is also a min(baseLuk,100) that caps this effect to 100 base Luk since there is no gear progression after elemental staff 5 thru 8, so any builds that might add even more base Luk shouldn't continue to be adversely affected by this.

    Code:
    [Magic - baseINT - min(baseLUK,100)*0.5] / 14
    The "gear" term affecting damage linearly.

    Code:
    LOG10[max(1,Magic)]
    There is a log(Magic) addition to the formula just to ensure that players on the very low end of TMA aren't disproportionately nerfed.

    Thank you for all the suggestions through the forums and Discord to provide various ideas for testing and solutions. We hope that the updated mage formula addresses some of the shortcomings of the previous patch. Also to reiterate, this formula is not designed to place mages on par with similarly-geared attackers and that this change only affects the 4th job skills listed above. Big shoutout to the Balance Team and especially ChuChu, who tested many different mage formula iterations.


    [​IMG]


    [​IMG]「 Amorian Party Quest (APQ) 」
    • Bonus map will now default the players to max speed/jump. (movement skills are still disabled)
    Changes to bonus map were made in the Nov 2023 balance changes thread to ensure fairness across different classes. While the thread mentioned that movement skill were no longer allowed, the more precise description of the change is the map are set as a jump quest map, which unfortunately includes the effect of defaulting to minimum speed/jump. At the time, we knew this was not ideal as max speed and jump was already achievable by all characters. The change resulted in complaints regarding how players' gameplay experience was sacrificed for the sake of balance. However, we cannot remove just that restriction, as it will affect all current jump quest maps and it will take some custom changes that takes time to implement otherwise. Thus, we made the decision to see the impact of the changes and come back to it when we have the time. As it turns out, the reduced speed/jump resulted into "griefing" situations where a misjump from a platform or players taking boxes closer to another player would take an extended amount of time to recover.

    While it might already be nice enough to somehow remove the minimum speed/jump restriction, we figured, why not just give everyone max speed/jump? This may have reduced some gameplay intricacies, but the bonus map should not be a stage where class and character differences matter. Teamwork is what will be needed to get the most of the bonus map, and hopefully this change will be received as fair in that regard by the playerbase.


    [​IMG]「 Crimsonwood Keep Party Quest (CWKPQ) 」
    • Stage 6 (Boss): Heron (Pirate boss) speed is reduced by 10. Thanks for the suggestion here.
    We have tested the SI-less MM which does have quite a significantly harder time to pin Heron. The speed change will not make it hamstring-like and it will still require active work to maintain the pin, let us know how it feels!
    • Bonus:
      • Bonus map will now default the players to max speed/jump. (movement skills are still disabled)
      • Added a teleporter on the entrance door to the middle of the map.
      • Realigned all the boxes to be equally separated horizontally from each other and closer. Thanks for the suggestion here.
    Similar to the reasoning given for APQ bonus map changes, we hope these changes will make things fair for all classes and weapon choices.

    [​IMG]
    Common Gachapon Ticket has been added to the following monsters: (Thanks for the suggestion here)
    • Mama Monkey
    • Wild Monkey
    • White Mama Monkey
    • Red Goblin
    • Blue Goblin
    • Strong Stone Goblin
    • Yellow Perfume
    • Ravana
    Gachapon Tickets are dropped by most monsters in the Maple world, and we didn't see a reason why this list of monsters should be excluded. It is likely that they were just missed out when Gacha was initially added to monsters. Thus, we added Gacha drops for each of these monsters for fairness.


    [​IMG]

    We hope this round of changes will offer some refinement for our previous balancing changes and an interesting change for players to play around with. As usual, while there are more changes we would like to work on, they'll need to be saved for another patch. As always, your sincere feedback is much appreciated!

    Special thanks as usual to all our current staff members who were involved with the changes!
     
    Last edited: Dec 28, 2023
    • Great Work Great Work x 31
    • Like Like x 2
    • Disagree Disagree x 1
    • Informative Informative x 1
  2. beegoratto
    Online

    beegoratto Zakum

    1,311
    366
    455
    Sep 22, 2021
    Male
    12:10 AM
    leetoratto
    Bowmaster
    1
    Nimbus
    CWKPQ is saved
     
    • Agree Agree x 6
  3. LeonardoJF
    Offline

    LeonardoJF Zakum

    1,897
    352
    460
    Jun 16, 2021
    Male
    Rio grande do Sul - BR
    4:10 AM
    ItzLeo
    Paladin
    200
    Favela
    curious to test some things, great work
     
  4. HollyCrap
    Offline

    HollyCrap Capt. Latanica

    394
    51
    273
    Jul 2, 2017
    Male
    4:10 AM
    HollyCrap
    Cleric
    Good job, that was fast
     
  5. Mirrors
    Offline

    Mirrors Zakum Retired Staff

    1,925
    536
    465
    Jul 15, 2019
    Female
    12:10 AM
    Mirrors
    WeenieHutJrs
    Ty staff for listening to player feedback so thoroughly and implementing the changes so quickly! Foxpat
     
    • Agree Agree x 9
    • Like Like x 1
    • Great Work Great Work x 1
  6. ljtino3
    Offline

    ljtino3 Slime

    16
    3
    35
    Dec 29, 2022
    10:10 AM
    Buccaneer
    What about the fix to the pirate boss dcing players in the beginning when the bosses are spawned??
     
  7. TobiTheGreat
    Offline

    TobiTheGreat Slime

    15
    1
    30
    Nov 6, 2022
    Male
    10:10 AM
    Tobiarashi
    I/L Arch Mage
    Sleepywood
    Awesome changes, good job guys!
    Also can someone tldr the mage changes? I'm at work and too lazy to read it all
     
  8. Nightz
    Offline

    Nightz Supervisor Staff Member Supervisor Game Moderator

    1,799
    1,042
    490
    Oct 22, 2020
    Male
    9:10 AM
    Nightz
    I/L Arch Mage
    200
    Funk & Pasta
    Moderator Post
    We are unable to replicate it ourselves, Pirate boss is something that has plagued us a lot over the years and while it happens less frequently than before. We haven't been able to find a proper fix so it no longer happens at all.
     
  9. ljtino3
    Offline

    ljtino3 Slime

    16
    3
    35
    Dec 29, 2022
    10:10 AM
    Buccaneer
    Somehow I dc 95% of the time when trying to pin it..
    Maybe I can help replicate it somehow? (Davina | Lj)
     
  10. Daydreamer
    Offline

    Daydreamer Headless Horseman

    705
    243
    376
    Jul 8, 2017
    Male
    12:10 AM
    I/L Arch Mage
    New mage formula looks interesting. I'm curious how it will affect odd-jobs with 100% of AP in LUK.
     
    • Informative Informative x 2
  11. Subterlabor
    Offline

    Subterlabor Nightshadow

    684
    127
    350
    Mar 13, 2023
    1:10 AM
    SweatLord
    Bowmaster
    185
    Toilet
    Is there any official statement that can be shared on what stage tier 3 HP challenges are at currently? Is it still in development/testing stage/finishing stages?

    Thank you staff on fixing cwkpq bonus, aswell as helping our MM brothers. Curious to see how well this change to pirate speed turns out once the game goes live again
     
  12. Nightz
    Offline

    Nightz Supervisor Staff Member Supervisor Game Moderator

    1,799
    1,042
    490
    Oct 22, 2020
    Male
    9:10 AM
    Nightz
    I/L Arch Mage
    200
    Funk & Pasta
    Moderator Post
    Development
     
    • Like Like x 1
    • Informative Informative x 1
  13. Subterlabor
    Offline

    Subterlabor Nightshadow

    684
    127
    350
    Mar 13, 2023
    1:10 AM
    SweatLord
    Bowmaster
    185
    Toilet
    Phew okay so probably months away from release. Good to know
     
    • Informative Informative x 1
  14. ljtino3
    Offline

    ljtino3 Slime

    16
    3
    35
    Dec 29, 2022
    10:10 AM
    Buccaneer
    And sisters!
    Chie, I got your back!
     
    • Like Like x 1
  15. beegoratto
    Online

    beegoratto Zakum

    1,311
    366
    455
    Sep 22, 2021
    Male
    12:10 AM
    leetoratto
    Bowmaster
    1
    Nimbus
     
    • Like Like x 1
    • Great Work Great Work x 1
    • Useful Useful x 1
  16. kiwiz
    Offline

    kiwiz Skelegon

    909
    562
    413
    May 7, 2018
    3:10 PM
    Thank you! Merry Christmas!
     
    • Friendly Friendly x 3
  17. Subterlabor
    Offline

    Subterlabor Nightshadow

    684
    127
    350
    Mar 13, 2023
    1:10 AM
    SweatLord
    Bowmaster
    185
    Toilet
    Non staff AinzAinz comin in with the rav etcs buffs
     
  18. TORONTOTOKYO
    Offline

    TORONTOTOKYO Windraider

    439
    42
    291
    Oct 16, 2021
    3:10 PM
  19. Ainz
    Offline

    Ainz Zakum

    1,680
    1,088
    490
    May 2, 2015
    Male
    Netherlands
    9:10 AM
    So many I keep forgetting
    0
    Carrying this server on my back without even playing
     
    • Like Like x 2
    • Agree Agree x 1
  20. creative
    Offline

    creative Mr. Anchor

    285
    2,440
    316
    Nov 2, 2019
    Male
    3:10 AM
    Excited for the update, very cool changes
     

Share This Page