This is a tool for creating and sharing Dark Souls III build inventories. 

Check out the showcase by JeeNiNe

This is purely client side, so the created builds are not persisted across sessions; the entire state is in the url. For this purpose, an encoded url is generated in Load/Save which contains the data (in the i query param) required to reconstruct the inventory. It can be added to the description of a build on e.g. soulsplanner.com or shared with other players. The state is also saved in browser-local storage and can be reloaded on the same page by importing the url or the value of the i param.

If saved builds are not persisted across sessions e.g. closing your browser or restarting your pc makes them disappear, make sure your browser does not clear site data upon closing. In Chrome, check Settings -> Privacy and security and untick Clear cookies and site data when you close all windows (chrome://settings/cookies).

This website does not use cookies, only the localStorage API. No data is persisted on servers, and requests are internally logged for a maximum of 7 days which may include the inventory data. To see the data stored, open the DevTools (F12) and check Application -> Local Storage. To transfer data to another browser, copy the history key-value pair into this section of the destination browser.

Autosave is every 10 seconds up to a maximum of 5 saves.

Check my builds to see some examples.

If you find any incorrect ordering or infusion also please contact me at Emilia#4567, on Telegram or use the buttons below. I would also really appreciate suggestions, bug reports and pictures of your cat.

Stability and absorption in the weapon infoboxes do not take infusions into account, so don't rely on this tool for those. Generally speaking, stability is negatively affected by infusions, while absorption tends to improve for the stat related to the infusion (e.g. dark defense for on dark infused shield) and decrease for the others.

When hovering on a weapon or ring, slots reachable by pressing L2 or R2, and left or right for the first and last columns, are also highlighted. Zooming out in the overview or enabling compact mode helps see the inventory structure.

Special Thanks:

  • Maredream for the feedback and suggestions, and findings issues with infusions and sorting
  • Made in China (idk how to name you xd) for good quality infusion icons
  • HappySeagull and JeeNiNe for inspiring me to become a fisha swappa and eventually make this tool
  • Phil25 for adding the Mass ItemGib Select weapons script to the TGA CE table
  • Vessel for helping identify and fix caching and data persistence issues on Chrome

Cool stuff to check out:

I'm on twitch btw https://twitch.tv/sovietspaceship

My discord server: https://discord.gg/Kkb5MSqy7x

by Emilia (sovietspaceship), 2021-07-03
Discord: Emilia#4567
Changelog
In some browsers the app may be cached even when changes are deployed, so to ensure you always have the latest version you can do the following:
  • Press F12 to open the browser devtools
  • Right click or hold left click on the reload button
  • Select Empty cache and hard reload