Skip to content

fix: weapons only elemental damage #3341

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

fix: weapons only elemental damage #3341

wants to merge 2 commits into from

Conversation

phacUFPE
Copy link
Contributor

@phacUFPE phacUFPE commented Feb 7, 2025

Description

Fixes the weapons that has only elemental damages, that was supposed to only deal the elemental damage and not physical.

Behaviour

Actual

Equips an amber axe and attack a creature, it will deal ice damage and physical.

Expected

Equips an amber axe and attack a creature, it should deal only ice damage.

Fixes #issuenumber

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Equips an amber axe and attack a creature, it should deal only ice damage

Test Configuration:

  • Server Version: Latest
  • Client: 13.40
  • Operating System: Windows 11

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I checked the PR checks reports
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works

Copy link

sonarqubecloud bot commented Feb 7, 2025

@phacUFPE phacUFPE marked this pull request as draft February 9, 2025 15:21
Copy link
Contributor

This PR is stale because it has been open 45 days with no activity.

@github-actions github-actions bot removed the Stale No activity label Apr 13, 2025
@dudantas dudantas marked this pull request as ready for review April 23, 2025 03:26
Copy link

@MadsonPaulo
Copy link

I'm quite sure that, spells damage is going only physical. No elemental damage is being done, no matter if the weapon has some elemental atk or is pure elemental atk.

The melee damage goes elemental, as expected, but spells(skills) go fully physical.

Copy link
Contributor

This PR is stale because it has been open 45 days with no activity.

@github-actions github-actions bot added the Stale No activity label May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale No activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants