It's a runeword getter for runes.
This app is designed to accept an input of runes and output all possible matching runewords the player can build. It allows you to 'build' and subtract the required runes for a given runeword from the current inventory.
This game and I have some heartfelt history. This project aims at assisting fellow Diablo 2 fans.
Pure Diablo for sprites and statistics.
- Search for runewords based on available runes
- Detailed stats and information about each runeword
- User-friendly interface; WIP
-
Clone
git clone https://github.com/your-username/diablo2-runeword-getter.git cd d2-runeword-getter
-
Install
npm install
-
Build
npm run build
-
Compile
npm run compile
-
Run
cd dist/win-unpacked ./d2Rwg.exe
Left-click
to add rune to inventory;Right-click
to remove..- The app will stack possible runeword matches to the right, or below the rune list.
Left-click
a runeword match and it will subtract the required runes from the inventory.Save and Load persistent inventories for managing multiple character builds
This project is licensed under the MIT License. See the LICENSE file for details.