ThomasJClark/elden-ring-weapon-calculator

Cold Antspur Rapier hack

Closed this issue · 1 comments

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.

nice catch, that does seem to be fixed