Skip to content

Conversation

@guilherme-gm
Copy link
Member

@guilherme-gm guilherme-gm commented Oct 29, 2025

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

  • CH_SOULCOLLECT (Zen)
  • CH_PALMSTRIKE (Raging Palm Strike)
  • CH_TIGERFIST (Glacier Fist)
  • CH_CHAINCRUSH (Chain Crush Combo)

References:

Issues addressed:
Part of #2735

- 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)
@guilherme-gm guilherme-gm changed the title Rebalance ch Champion skill rebalance - 2018 patch/renewal Oct 29, 2025
@guilherme-gm guilherme-gm added the hacktoberfest-accepted Easy-to-tackle issues label Oct 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hacktoberfest-accepted Easy-to-tackle issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants