Champion skill rebalance - 2018 patch/renewal#3404
Open
guilherme-gm wants to merge 4 commits intoHerculesWS:rebalancefrom
Open
Champion skill rebalance - 2018 patch/renewal#3404guilherme-gm wants to merge 4 commits intoHerculesWS:rebalancefrom
guilherme-gm wants to merge 4 commits intoHerculesWS:rebalancefrom
Conversation
- Fixed Cast Time reduced (2s -> 1s) From 1st/2nd/Transclass rebalance (2018.11.28)
- Damage formula changed:
- Old: [200 + SkillLv * 100]%
- New: [200 + SkillLv * 100 + Str * 5]%
Damage scales with Base Lv
From 1st/2nd/Transclass rebalance (2018.11.28)
- Damage formula changed:
- Old: [40 + 100 * SkillLv]%
- New: [500 + 150 * SkillLv]%
Damage scales with BaseLv
From 1st/2nd/Transclass rebalance (2018.11.28)
- Reduced number of spirit spheres: 2 -> 1
- Changed damage formula:
- Old: [400 + 100 * SkillLv]%
- New: [200 * SkillLv]%
Scales with BaseLv
From 1st/2nd/Transclass rebalance (2018.11.28)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
I am still performing a self review/game check on this
Pull Request Prelude
Changes Proposed
This PR introduces the rebalance of Champion job skills. This change affects Renewal-only.
I can't say everything is 100% accurate because they are based on sources and very few in-game tests, but should be close enough.
Commits authored by gbasso were copied from #3200, which needed commit split/rebase (done here), and were reviewed with minor/no changes by me
Check the commit messages for details of the changes (or the references below)
Affected skills
References:
Issues addressed:
Part of #2735