We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0404dc commit 9da6e69Copy full SHA for 9da6e69
1 file changed
src/Modules/BuildExportPoE2.lua
@@ -22,9 +22,9 @@ local dkjson = require "dkjson"
22
local M = {}
23
24
-- PoB internal slot name -> { inventory_id, weapon_set? }
25
--- inventory_id values for slots other than Weapon1 are educated guesses; only
26
--- "Weapon1" is documented by GGG. Verify against a sample .build exported from
27
--- the live game before relying on these in shipped builds.
+-- inventory_id values derived from GGG's .build format documentation example
+-- (https://www.pathofexile.com/developer/docs/game#buildplanner).
+-- Only "Weapon1" is explicitly documented; others match the example output.
28
M.SlotMap = {
29
["Weapon 1"] = { inventory_id = "Weapon1" },
30
["Weapon 2"] = { inventory_id = "Weapon2" },
0 commit comments