forked from HerculesWS/Hercules
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Old job rebalances 3 #6
Closed
Closed
Conversation
This file contains 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
- Fixed casting time changed: 1.5s -> 0.5s - Variable casting time changed: 1.5s -> 1s - Global delay changed: 1.5s -> 0.5s - 1s cooldown added - Self damage is removed From massive skills rebalance (1st/2nd/transclass) (2018.10.31)
- Damage formula changed - Old: (100 + 30 x SkillLevel)% ATK Shield weight gives extra flat damage - Now: (80 x SkillLevel + Shield Weight + Shield Upgrade x 4)% ATK From massive skills rebalance (1st/2nd/transclass) (2018.10.31)
- Additionally gives +10% of Equipment ASPD From massive skills rebalance (1st/2nd/transclass) (2018.10.31)
- Chance of breaking target weapon increased - Old: SkillLevel % - New: (3 x SkillLevel)% - It now uses basic/default meelee damage calculation (instead of special formula) - Damage formula changed: - Old: [100% + (Skill Level x 20)]% (ATK + MATK) - New: [(Skill Level x 60) + (Potion_Research_Lv x 10)]% ATK From massive skills rebalance (1st/2nd/transclass) (2018.10.31)
- Chance of breaking target armor increased - Old: 3/7/10/12/13% - New: 5/15/25/35/45% - It now uses basic/default ranged physical damage calculation (instead of special formula) - Damage formula changed: - Old: [200% + (Skill Level x 80)]% (ATK + MATK) - New: [(Skill Level x 200) + (Potion_Research_Lv x 100)]% ATK From massive skills rebalance (1st/2nd/transclass) (2018.10.31)
For Renewal Acid Terror damage is applied in a bundle of 5 hits isntead of a single damage
- SP cost reduced: 20 -> 15 - Damage increased - Old: [100 + (Skill Level x 40)]% - New: [50 + (Skill Level x 150)]% - Damage debuff changed - Old: 20% more damage for 5 seconds or 7 hits - New: 30% more damage (15% on boss monsters) for 10 seconds From massive skills rebalance (1st/2nd/transclass) (2018.10.31)
before this commit, only part of the skillratio value was being halved when using bows, because skillratio by default is 100. the correct behavior for bows in backstab is to halve the entire skillratio value (including the initial 100%)
- Skill mechanics changed - No longer needs to be behind the target to use skill - No longer ignores accuracy check - No longer usable from Hiding state - Now increases skill Hit by 4 per skill level - Number of hits changed: - Old: 1 hit - New: 2 hits with Dagger, 1 hit with other weapons - SP cost reduced: 16 -> 12 - Cooldown added: 0.5s - Number of hits changed From massive skills rebalance (1st/2nd/transclass) (2018.10.31)
guilherme-gm
force-pushed
the
old-job-rebalances-3
branch
from
August 14, 2023 02:07
21fd187
to
083fbaa
Compare
- Also increases Attack Speed by 1% per Skill Level From massive skills rebalance (1st/2nd/transclass) (2018.10.31)
guilherme-gm
force-pushed
the
old-job-rebalances-3
branch
2 times, most recently
from
August 20, 2023 17:37
716f9fd
to
f547eef
Compare
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.
Pull Request Prelude
Changes Proposed
Issues addressed: