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.

10 March 2026

  • curprev 08:1608:16, 10 March 2026Raw Salad talk contribs 5,086 bytes +189 Fixed missing images for Skeleton and Cockatrice merchants
  • curprev 08:0508:05, 10 March 2026Raw Salad talk contribsm 4,897 bytes +50 Comment cleanup
  • curprev 08:0208:02, 10 March 2026Raw Salad talk contribs 4,847 bytes +4,847 Created page with "local p = {} local MD = mw.loadJsonData("Data:Merchant.json") --Global var holding tables from Data:Merchant.json local concat = table.concat ---Counts number of keys. Tables from Misc.json don't work with next() or the # operator --- @param t table --- @return number local function count(t) local c = 0 for _ in pairs(t) do c = c + 1 end return c end ---Return a table row of data cells containing merchant information --- @param quest table --- @return string local..."