From Dark and Darker Wiki
Combined display of all available logs of Dark and Darker Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:11, 5 May 2025 Raw Salad talk contribs created page Module:Droprate (Created page with "local p = {} function p.create_loot_table(frame) local droprate_filename = "Data:Droprate Monsters Bosses.json" local lootdrop_filename = "Data:Lootdrop GhostKing.json" local lootdrop_data = mw.loadJsonData(lootdrop_filename) if lootdrop_data == nil then return "Lootdrop data file '" .. lootdrop_filename .. "' could not be found." end local lootdrop_item_counts = lootdrop_data["luckgrade"] local droprate_data = mw.loadJsonData(droprate_filename) if droprate_dat...")