From Dark and Darker Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 March 2026

  • curprev 23:4623:46, 7 March 2026Raw Salad talk contribs 5,105 bytes +23 Fixed quiver not matching table length. Can't use basic type to determine row behaviour since items can have multiple types.
  • curprev 23:2723:27, 7 March 2026Raw Salad talk contribs 5,082 bytes −10 Reenabled dynamic item names.
  • curprev 23:1723:17, 7 March 2026Raw Salad talk contribs 5,092 bytes +5,092 Created page with "local p = {} local MD = mw.loadJsonData("Data:Misc.json")--Global var holding tables from Data:Misc.json local insert = table.insert local concat = table.concat ---Get the size of the item in pixels for the iconbox --- @param item table --- @return string local function size(item) return tostring(item.invwidth*45).."x"..tostring(item.invheight*45).."px" end ---Counts number of keys. Tables from Misc.json don't work with next() or the # operator --- @param t table --..."