ThomasJClark / elden-ring-weapon-calculator

Build calculator for Elden Ring
https://eldenring.tclark.io
MIT License
58 stars 11 forks source link

Cold Antspur Rapier hack #25

Closed ividyon closed 1 year ago

ividyon commented 1 year ago

I spotted this piece of code:

        // Hack: Cold Antspur Rapier has the same reinforceTypeId as every other cold weapon, but
        // in the game it doesn't seem to get more frostbite from upgrading.
        if (weapon.name === "Cold Antspur Rapier") {
          offsets[1] = 0;
        }

I believe this vanilla bug has been fixed with 1.09, and it's definitely long been fixed in ERR. Convergence's appears to be Somber.

ThomasJClark commented 1 year ago

nice catch, that does seem to be fixed