PoE equipment planner

A tool to simplify planning the equipment needed to reach resistance caps and attribute requirements.

PoE equipment planner spreadsheet (Google Sheets)

Spreadsheet screenshot

Prompt screenshot

Fetch PoE items (bookmark this link)

Usage:

  1. Bookmark the above "Fetch PoE items" link (click and drag it to the browser bookmarks bar, for example)
  2. Go to www.pathofexile.com (the front page)
  3. Use the "switch character" link and reload the page if you want to use a different character (the character panel doesn't need to be open, just the front page)
  4. Click on the bookmark and it will show a prompt like in the screenshot (it will complain if you're not logged in or if it's a different location); copy the text in the prompt by pressing Ctrl+C
  5. Go to the equipment planner spreadsheet and press File—Make a copy… or File—Download as to be able to edit the values or go to your copy if you've already copied it
  6. Select the upper left cell that says "Ctrl+V" and press Ctrl+V to update the item values
  7. Fill out the attributes and resistances from passives (PoE passive skill tree planner is a great tool to find out the exact values for your build, just import your skill tree into it)
  8. Change the attribute or resistance requirements, missing attributes or resistances will be highlighted

How it works

The bookmarklet is a small script that fetches the items for the current character and formats them for pasting into the equipment planner spreadsheet.

See the bookmarklet source. You can build the bookmarklet from source yourself by running ./build.sh

Tested in Chrome 47 and Firefox 42.


Project source (GitHub)