Skip to content

Fixed a variety of incorrect catalyst scaling - #4467

Merged
LocalIdentity merged 16 commits into
PathOfBuildingCommunity:devfrom
QuickStick123:Assorted-Catalyst-Changes
Feb 18, 2023
Merged

Fixed a variety of incorrect catalyst scaling#4467
LocalIdentity merged 16 commits into
PathOfBuildingCommunity:devfrom
QuickStick123:Assorted-Catalyst-Changes

Conversation

@QuickStick123

@QuickStick123QuickStick123 commented Jun 18, 2022

Copy link
Copy Markdown
Contributor

The current plan with this is to run #2662 and then fixed the last few mistakes in here detailed in #2662 (comment).

The changes are based off some testing and work I did in 17/4/2021
So any recently changed mods or new uniques will not be guaranteed to be correct.
#2521 (comment)
https://docs.google.com/spreadsheets/d/11mOp3VLPXgbhJq562DdFmP34nx4tNqoF47LbrM-R93g/edit#gid=0

Further fixes i did was fixing noxious catalyst to scale physical and chaos damage instead of generic tags.

Fixes#3193#2843#2521#4482#5614#5688

image
image

Description of the problem being solved:

Catalyst scaling is incorrect in a number of cases.

Steps taken to verify a working solution:

I have verified all of these either using trade or through in game but I haven't collated documentation due to the large number of changes.

The changes are based off some testing and work I did in 17/4/2021
So any recently changed mods or new uniques will not be guaranteed to be correct.
PathOfBuildingCommunity#2521 (comment)https://docs.google.com/spreadsheets/d/11mOp3VLPXgbhJq562DdFmP34nx4tNqoF47LbrM-R93g/edit#gid=0
I have verified all of these either using trade or through in game but I haven't collated documentation due to the large number of changes.
fix accidently removing jewellery res from Tavukai
@Wires77

Copy link
Copy Markdown
Member

For whoever looks at this, the tags being wrong can be fixed generically with #2662 even if we just run the scripts once to clean everything up. I'm sure there are other uniques with the wrong tags that no one has noticed/reported

@QuickStick123

Copy link
Copy Markdown
ContributorAuthor

I am down to run the script and then just cleanup the remaining few it missed/got wrong. (rare cases of unscalable values) Noxious catalyst still needs to be fixed but that could be split into a separate pull request.

@QuickStick123QuickStick123 added bug Something isn't working bug: accuracy Wording differences labels Jul 7, 2022
@QuickStick123QuickStick123 removed the bug Something isn't working label Dec 9, 2022
@QuickStick123

Copy link
Copy Markdown
ContributorAuthor

I want to review the mods again. Don't merge this yet.

^(\{variant:.+?\})?(\{tags:.+?\})?([^{}]+?)% to (.+?) Resistance
$1{tags:jewellery_resistance}$3% to $4 Resistance
@QuickStick123

Copy link
Copy Markdown
ContributorAuthor

This is good for review again.

\{tags:(.+)\}\{variant:(.+)\}
{variant:$2}{tags:$1}
@QuickStick123QuickStick123 mentioned this pull request Jan 21, 2023
3 tasks
@LocalIdentity
LocalIdentity merged commit 1b0084c into PathOfBuildingCommunity:devFeb 18, 2023
@QuickStick123
QuickStick123 deleted the Assorted-Catalyst-Changes branch February 19, 2023 00:48
Dullson pushed a commit to Dullson/PathOfBuilding that referenced this pull request Dec 6, 2023
…y#4467)
* Fixed a variety of incorrect catalyst scaling
The changes are based off some testing and work I did in 17/4/2021
So any recently changed mods or new uniques will not be guaranteed to be correct.
PathOfBuildingCommunity#2521 (comment)https://docs.google.com/spreadsheets/d/11mOp3VLPXgbhJq562DdFmP34nx4tNqoF47LbrM-R93g/edit#gid=0
I have verified all of these either using trade or through in game but I haven't collated documentation due to the large number of changes.
* Update amulet.lua
fix accidently removing jewellery res from Tavukai
* Update Noxious to damage
* Couple minor fixes to legacy voidheart and forgeting to readd chaos to Lori lantern
* fix missing updating physical damage on unique belts.
* fix typo
* Just make the resistances a bit cleaner
^(\{variant:.+?\})?(\{tags:.+?\})?([^{}]+?)% to (.+?) Resistance
$1{tags:jewellery_resistance}$3% to $4 Resistance
* Cleanup and fix leech
* Fix typo
* Fixup missing speed tags
* Variants Before Tags
\{tags:(.+)\}\{variant:(.+)\}
{variant:$2}{tags:$1}
* Rotblood
* Update ring.lua
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug: accuracyWording differences

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replica Siegebreaker

3 participants

@QuickStick123@Wires77@LocalIdentity