Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skill rebalance from kro #3200

Draft
wants to merge 31 commits into
base: master
Choose a base branch
from

Commits on Apr 21, 2023

  1. Skill rebalance from kro

    From this patch: https://www.divine-pride.net/forum/index.php?/topic/3453-kro-mass-skills-balance-1st-2nd-and-transcendent-classes-skills/
    
    All skills that were reworked were tested and seem to be working correctly.
    If I miss anything let me know
    
    NOT IMPLEMENTED:
    -Basilica (completely new skill)
    -AMP (completely new skill)
    -Harmonic Lick (completely new skill)
    -Classical Pluck (todo: add CONFUSION to the aoe effect)
    
    Also, Bowling Bash should only have 4 hits on 4 or more targets with 2h sword. Atm I only implemented 4 hits with 2h sword at all instances (which I think it's fair).
    
    Additional content: Some skill were later (2022) adjusted again in kro, I might have already updated them (like songs lasting 180sec).
    gbasso666 committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    c9484de View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Update src/map/battle.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    13fbe1b View commit details
    Browse the repository at this point in the history
  2. Update src/map/battle.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    ea1e56b View commit details
    Browse the repository at this point in the history
  3. Update src/map/battle.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    f2926ee View commit details
    Browse the repository at this point in the history
  4. Update src/map/battle.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    4dac22e View commit details
    Browse the repository at this point in the history
  5. Update src/map/battle.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    e2c2819 View commit details
    Browse the repository at this point in the history
  6. Update src/map/battle.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    f3a835e View commit details
    Browse the repository at this point in the history
  7. Update src/map/battle.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    7b610e9 View commit details
    Browse the repository at this point in the history
  8. Update src/map/battle.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    8c26243 View commit details
    Browse the repository at this point in the history
  9. Update src/map/status.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    d3495be View commit details
    Browse the repository at this point in the history
  10. Update src/map/status.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    af016e5 View commit details
    Browse the repository at this point in the history
  11. Update src/map/status.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    47e45f6 View commit details
    Browse the repository at this point in the history
  12. Update src/map/status.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c6f3bf3 View commit details
    Browse the repository at this point in the history
  13. Update src/map/battle.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    6f01cf2 View commit details
    Browse the repository at this point in the history
  14. Update src/map/status.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    3cb02c7 View commit details
    Browse the repository at this point in the history
  15. Update src/map/status.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    2bfaf33 View commit details
    Browse the repository at this point in the history
  16. Update src/map/status.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    e162f26 View commit details
    Browse the repository at this point in the history
  17. Update src/map/status.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    eb24b46 View commit details
    Browse the repository at this point in the history
  18. Update src/map/status.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    581753b View commit details
    Browse the repository at this point in the history
  19. Update src/map/status.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    a5e9122 View commit details
    Browse the repository at this point in the history
  20. Update src/map/status.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    bf06c12 View commit details
    Browse the repository at this point in the history
  21. Update src/map/status.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    b6da8c9 View commit details
    Browse the repository at this point in the history
  22. Update src/map/status.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    e9bbc61 View commit details
    Browse the repository at this point in the history
  23. Update src/map/status.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    10afc73 View commit details
    Browse the repository at this point in the history
  24. Update src/map/status.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    bf6cb75 View commit details
    Browse the repository at this point in the history
  25. Update src/map/status.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    714bb71 View commit details
    Browse the repository at this point in the history
  26. Update src/map/battle.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    63c3671 View commit details
    Browse the repository at this point in the history
  27. Update src/map/battle.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    7906e89 View commit details
    Browse the repository at this point in the history
  28. Update src/map/battle.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    5ea13c2 View commit details
    Browse the repository at this point in the history
  29. Update src/map/battle.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c863862 View commit details
    Browse the repository at this point in the history
  30. Update src/map/battle.c

    Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
    gbasso666 and EPuncker authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    6ec4a35 View commit details
    Browse the repository at this point in the history