d2s icon indicating copy to clipboard operation
d2s copied to clipboard

Results 29 d2s issues
Sort by recently updated
recently updated
newest added

I'm getting this error when trying to load some D2R saves. ![image](https://user-images.githubusercontent.com/1521225/115248244-31be7680-a130-11eb-9c48-4d33dfab7d11.png) ``` Uncaught (in promise) TypeError: Cannot read property 'np' of undefined at v (d2s.bundle.min.js:formatted:4326) at d2s.bundle.min.js:formatted:4109 at d2s.bundle.min.js:formatted:3695...

Would you accept a PR to add support for the larger inventory, stash and cube from using mods like [Expanded Inventory](nexusmods.com/diablo2resurrected/mods/172), [Expanded Stash](https://www.nexusmods.com/diablo2resurrected/mods/173), and [Expanded Cube](https://www.nexusmods.com/diablo2resurrected/mods/189)?

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 3.1.0 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) v5.1.1 Bug Fixes unescape exclamation mark (#26) (a98874f) v5.1.0 Features add...

dependencies

add item pops for search bases for item add item pops for generate unique/sets/runeword items fixes for constants indexing attributes description of items code refactoring

Hello, I do a fair bit of time traveling and play D2R with a selection of items obtained in previous patches. D2R works fine with these items and recognize their...

Hi @dschu012 ! I was wondering of it is possible to read BT Diablo saves. I'm not sure exactly if the issue with reading them is due to stash size,...

When modifying and saving a file, the `object.header.difficulty.normal` is always set to `128` no matter what values are set for it or the other two. This makes starting a game...

The calculations for the attribute "+X Poison Damage Over Y Seconds" are incorrect (lines 233-235 attribute_enhancer). The correct math should be with Math.round instead of Math.floor. const min = Math.round((property.values[0]...

The editor removes the maximum defense +1 to the objects with ED attribute: The Defense of Any Superior Armor spawned with +% Enhanced Defense (ac%) is calculated as follows, Superior...