Skip to content
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

Svalin impl #11

Closed
wants to merge 37 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
e13a2f8
Export from Game Files
Jul 28, 2024
4fcbdc3
Update Query Mods
Jul 28, 2024
f123a97
Update Skill Tree
Jul 28, 2024
7de14fd
Update Glorious Vanity
Jul 28, 2024
0dcc062
Export Rune Enchants
Jul 28, 2024
90d95c7
Added modType to CalcSections config for DotMultiplier (#7969)
Rybadour Jul 28, 2024
37c59d2
Update CalcPerform.lua (#7967)
nexus671 Jul 28, 2024
22b7691
Fix DoT Multi when using Maligaro's Virtuosity and Perfect Agony (#7965)
DieMango Jul 28, 2024
9870da3
Add support for Warcries to affect minions (#7960)
Regisle Jul 28, 2024
5ee3aeb
Add support for Echoes of Creation (#7999)
LocalIdentity Jul 28, 2024
79f38ed
Fix Ravenous Passion helmet not granting Spell damage (#7936)
LocalIdentity Jul 28, 2024
e36f82e
Fix Rallying Cry Exerted damage mod working with Autoexertion (#8001)
LocalIdentity Jul 28, 2024
e640c41
Implement trigger from the Svalinn unique (#8000)
Paliak Jul 28, 2024
7836f86
Improve Militant Faith Notable Protection (#7990)
Peechey Jul 28, 2024
cc90523
Add support for new 3.25 Uniques (#7993)
Nostrademous Jul 29, 2024
dcf0c6d
Add Scorch chance on crit for Warden's Oath (#7975)
ConnorThelin Jul 29, 2024
b2304c5
Disable Non-Instant Life Leech with Strength of Blood (#7937)
greatnameincoming Jul 29, 2024
46305c3
Add tag to Legacy Watchers eye mods (#8002)
LocalIdentity Jul 29, 2024
4b8ede6
Fix numerous issues in bleed calculations (#7771)
CelestiaTheDryad Jul 29, 2024
51185c9
Release 2.47.0 (#8003)
github-actions[bot] Jul 29, 2024
5a0b297
Merge branch 'dev'
Jul 29, 2024
dd1290c
Release 2.47.0
Jul 29, 2024
8b9dd4d
Merge branch 'master' into dev
Jul 29, 2024
81af710
Fix Added Damage not applying to Monster Explosions (#8008)
LocalIdentity Jul 29, 2024
a7c3b2f
Fix Poison stacks applying twice to Poison DPS (#8007)
LocalIdentity Jul 29, 2024
baa231a
Fix calculation when using both Autoexertion and Echoes of Creation (…
LocalIdentity Jul 29, 2024
eb94bc0
Fix increased Chance to Block mod on Shields not working (#8010)
LocalIdentity Jul 29, 2024
61e8edc
Release 2.47.1 (#8011)
github-actions[bot] Jul 29, 2024
4b061c1
Merge branch 'dev'
Jul 29, 2024
e154ceb
Release 2.47.1
Jul 29, 2024
938e9ae
Merge branch 'master' into dev
Jul 29, 2024
a68fe82
Fix Block chance calculation
Jul 29, 2024
efb6b80
Update manifest
Jul 29, 2024
000e9ed
Merge branch 'dev'
Jul 29, 2024
3c3c9ff
Release 2.47.2
Jul 29, 2024
0904a87
Merge branch 'master' into dev
Jul 29, 2024
b6736cd
FIX: nil derefence when a non triggerable gem is socketed in Svalinn
Paliak Jul 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,66 @@
# Changelog

## [v2.47.2](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.47.2) (2024/07/29)

[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.47.1...v2.47.2)

<!-- Release notes generated using configuration in .github/release.yml at dev -->

## What's Changed
### Fixed Calculations
- Fix Block Chance calculation ([LocalIdentity](https://github.com/LocalIdentity))

## [v2.47.1](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.47.1) (2024/07/29)

[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.47.0...v2.47.1)

<!-- Release notes generated using configuration in .github/release.yml at dev -->

## What's Changed
### Fixed Calculations
- Fix Added Damage not applying to Monster Explosions [\#8008](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8008) ([LocalIdentity](https://github.com/LocalIdentity))
- Fix Poison stacks applying twice to Poison DPS [\#8007](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8007) ([LocalIdentity](https://github.com/LocalIdentity))
- Fix damage calculation when using both Autoexertion and Echoes of Creation [\#8006](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8006) ([LocalIdentity](https://github.com/LocalIdentity))
### Fixed Behaviours
- Fix increased Chance to Block mod on Shields not working [\#8010](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8010) ([LocalIdentity](https://github.com/LocalIdentity))



## [v2.47.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.47.0) (2024/07/29)

[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.46.0...v2.47.0)

<!-- Release notes generated using configuration in .github/release.yml at dev -->

## What's Changed
### New to Path of Building
- Update Gems, Item bases, Mods and Minions [\#7970](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7970) ([Wires77](https://github.com/Wires77), [Regisle](https://github.com/Regisle), [Nostrademous](https://github.com/Nostrademous), [LocalIdentity](https://github.com/LocalIdentity))
- Add support for new 3.25 Gems [\#7988](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7988) ([LocalIdentity](https://github.com/LocalIdentity))
- Add support for new 3.25 Uniques [\#8000](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8000), [\#7993](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7993) ([Paliak](https://github.com/Paliak), [Nostrademous](https://github.com/Nostrademous), [LocalIdentity](https://github.com/LocalIdentity))
- Add support for Warcries to affect Minions [\#7960](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7960) ([Regisle](https://github.com/Regisle))
- Add support for Echoes of Creation [\#7999](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7999) ([LocalIdentity](https://github.com/LocalIdentity))
- Fix numerous issues in bleed calculations [\#7771](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7771) ([CelestiaTheDryad](https://github.com/CelestiaTheDryad))
### Fixed Crashes
- Fix crash when importing a build where empty configs were not loaded properly [\#7996](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7996) ([Wires77](https://github.com/Wires77))
### User Interface
- Remove remote build list functionality pending redesign [\#7995](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7995) ([Wires77](https://github.com/Wires77))
- Fix breakdown for DoT Multiplier [\#7969](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7969) ([Rybadour](https://github.com/Rybadour))
### Fixed Calculations
- Fix DoT Multi when using Maligaro's Virtuosity and Perfect Agony [\#7965](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7965) ([DieMango](https://github.com/DieMango))
- Fix Scorch chance on Crit when using Warden's Oath of Summer [\#7975](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7975) ([ConnorThelin](https://github.com/ConnorThelin))
- Fix Gladiator Determined Survivor Shield Block calculation [\#7979](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7979) ([Regisle](https://github.com/Regisle))
- Fix Ignite divide by 0 error [\#7954](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7954) ([NL908](https://github.com/NL908))
### Fixed Behaviours
- Fix Quality on Tinctures to apply More effect instead of Increased [\#7967](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7967) ([nexus671](https://github.com/nexus671))
- Fix non-instant Life Leech incorrectly applying with Strength of Blood [\#7937](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7937) ([greatnameincoming](https://github.com/greatnameincoming))
- Fix Ravenous Passion helmet not granting Spell damage from Rage [\#7936](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7936) ([LocalIdentity](https://github.com/LocalIdentity))
- Fix Rallying Cry Exerted damage mod incorrectly working with Autoexertion [\#8001](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8001) ([LocalIdentity](https://github.com/LocalIdentity))
- Improve Militant Faith Notable Protection [\#7990](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7990) ([Peechey](https://github.com/Peechey))
### Accuracy Improvements
- Fix Dark Seer missing global Chance to Blind on Hit [\#7950](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7950) ([NL908](https://github.com/NL908))
- Add tag to Legacy Watchers eye mods [\#8002](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8002) ([LocalIdentity](https://github.com/LocalIdentity))


## [v2.46.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.46.0) (2024/07/25)

[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.45.0...v2.46.0)
Expand Down
49 changes: 49 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@
VERSION[2.47.2][2024/07/29]

--- Fixed Calculations ---
* Fix Block Chance calculation (LocalIdentity)

VERSION[2.47.1][2024/07/29]

--- Fixed Calculations ---
* Fix Added Damage not applying to Monster Explosions (LocalIdentity)
* Fix Poison stacks applying twice to Poison DPS (LocalIdentity)
* Fix damage calculation when using both Autoexertion and Echoes of Creation (LocalIdentity)

--- Fixed Behaviours ---
* Fix increased Chance to Block mod on Shields not working (LocalIdentity)

VERSION[2.47.0][2024/07/29]

--- New to Path of Building ---
* Update Gems, Item bases, Mods and Minions (Wires77, Regisle, Nostrademous, LocalIdentity)
* Add support for new 3.25 Gems (LocalIdentity)
* Add support for new 3.25 Uniques (LocalIdentity, Paliak, Nostrademous)
* Add support for Warcries to affect Minions (Regisle)
* Add support for Echoes of Creation (LocalIdentity)
* Fix numerous issues in bleed calculations (CelestiaTheDryad)

--- Fixed Crashes ---
* Fix crash when importing a build where empty configs were not loaded properly (Wires77)

--- User Interface ---
* Remove remote build list functionality pending redesign (Wires77)
* Fix breakdown for DoT Multiplier (Rybadour)

--- Fixed Calculations ---
* Fix DoT Multi when using Maligaro's Virtuosity and Perfect Agony (DieMango)
* Fix Scorch chance on Crit when using Warden's Oath of Summer (ConnorThelin)
* Fix Gladiator Determined Survivor Shield Block calculation (Regisle)
* Fix Ignite divide by 0 error (NL908)

--- Fixed Behaviours ---
* Fix Quality on Tinctures to apply More effect instead of Increased (nexus671)
* Fix non-instant Life Leech incorrectly applying with Strength of Blood (greatnameincoming)
* Fix Ravenous Passion helmet not granting Spell damage from Rage (LocalIdentity)
* Fix Rallying Cry Exerted damage mod incorrectly working with Autoexertion (LocalIdentity)
* Improve Militant Faith Notable Protection (Peechey)

--- Accuracy Improvements ---
* Fix Dark Seer missing global Chance to Blind on Hit (NL908)
* Add tag to Legacy Watchers eye mods (LocalIdentity)

VERSION[2.46.0][2024/07/25]

--- New to Path of Building ---
Expand Down
Loading
Loading