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).
- 03:03, 3 March 2026 Raw Salad talk contribs deleted page Module:Monster Table/doc (content was: "#REDIRECT Module:Monster/doc", and the only contributor was "Raw Salad" (talk))
- 02:58, 3 March 2026 Raw Salad talk contribs changed group membership for Raw Salad from bureaucrat, commentadmin, moderator (CommentStreams), editor, interface administrator, moderator, suppressor and widget editor to bureaucrat, commentadmin, moderator (CommentStreams), editor, interface administrator, moderator, suppressor, widget editor and administrator (To use Special:ReplaceText)
- 02:57, 3 March 2026 Raw Salad talk contribs moved page Module:Monster Table to Module:Monster without leaving a redirect (To match naming style of other modules)
- 02:57, 3 March 2026 Raw Salad talk contribs moved page Module:Monster Table/doc to Module:Monster/doc (To match naming style of other modules)
- 02:56, 3 March 2026 Raw Salad talk contribs deleted page Module:Monster (Moving another pages history here)
- 23:42, 2 March 2026 Raw Salad talk contribs changed the content model of the page Data:Accessory.json from "wikitext" to "JSON"
- 23:42, 2 March 2026 Raw Salad talk contribs created page Data:Accessory.json (Created page with "{ "Necklace": { "Craftable": [ "Badger Pendant", "Bear Pendant", "Charm of Fortune", "Fangs of Death Necklace", "Fox Pendant", "Frost Amulet", "Monkey Pendant", "Necklace of Peace", "Owl Pendant", "Ox Pendant", "Phoenix Choker", "Rat Pendant", "Tattered Choker", "Torq of Soul", "Wind Locket" ] }, "Ring": { "Craftable": [ "Crystal Frost Ring", "Grimsmile Ring", "Ring of Courage", "Ring of Finesse", "Ring...")
- 23:32, 2 March 2026 Raw Salad talk contribs created page Module:Accessory/doc (Created page with "=Overview= Functions for making Accessory table. Data comes from Data:Accessory.json. =Functions= ==draw_table== Creates a table of accessories ===Parameters=== * ''1'' - <Slot Type> * ''2'' - Craftable or Uncraftable ==draw_table examples== ===Back=== ---- <pre>{{#invoke:Accessory|draw_table|Necklace}}</pre> {{#invoke:Accessory|draw_table|Necklace}} <br> ===Head=== ---- <pre>{{#invoke:Accessory|draw_table|Ring}}</pre> {{#invoke:Accessory|draw_table|Ring}}")
- 22:57, 2 March 2026 Raw Salad talk contribs created page Module:Accessory (Created page with "local p = {} local AD = mw.loadJsonData("Data:Accessory.json") local insert = table.insert local concat = table.concat ---Counts number of keys. Tables from Accessory.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 ---Create css/html wikitext for iconbox ---@param item table ---@return string local function iconbox(item) local color = "3" local...")
- 05:26, 2 March 2026 Raw Salad talk contribs changed the content model of the page Data:Armor.json from "wikitext" to "JSON"
- 05:25, 2 March 2026 Raw Salad talk contribs created page Data:Armor.json (Created page with "{ "Foot": { "Uncraftable": [ "Adventurer Boots", "Buckled Boots", "Buttoned Boots", "Cuffed Boots", "Darkleaf Boots", "Dashing Boots", "Forest Boots", "Heavy Boots", "Jester Poulaines", "Laced Turnshoe", "Lightfoot Boots", "Low Boots", "Occultist Boots", "Old Shoes", "Pigache", "Plate Boots", "Rugged Boots", "Stillmend Boots", "Stitched Turnshoe", "Sturdy Boots", "Turnshoe", "Wizard Shoes" ], "Craft...")
- 05:24, 2 March 2026 Raw Salad talk contribs created page Module:Armor/doc (Created page with "=Overview= Functions for making Armor table. Data comes from Data:Armor.json. =Functions= ==draw_table== Creates a table of armors ===Parameters=== * ''1'' - list key of armors to use ==draw_table examples== ===Back=== ---- <pre>{{#invoke:Monster_Table|draw_table|Back}}</pre> {{#invoke:Armor|draw_table|Back}} <br> ===Head=== ---- <pre>{{#invoke:Armor|draw_table|Head}}</pre> {{#invoke:Armor|draw_table|Head}}")
- 05:19, 2 March 2026 Raw Salad talk contribs created page Module:Armor (Created page with "local p = {} local AD = mw.loadJsonData("Data:Armor.json") local is_special = {["Move Speed"]=true, ["Armor Rating"]=true, ["Magical Resistance"]=true} local is_primitive = {["Strength"]=true, ["Vigor"]=true, ["Agility"]=true, ["Dexterity"]=true, ["Will"]=true, ["Knowledge"]=true, ["Resourcefulness"]=true} -- local color_rarity = {"cr1", "cr2", "cr3", "cr4", "cr5", "cr6", "cr7", "cr8"} local function get_type(item) --Assumes that the item only has one type local key,...")
- 05:18, 2 March 2026 Raw Salad talk contribs deleted page Module:Armor Table (Decided on a different name.)
- 06:25, 25 February 2026 Raw Salad talk contribs created page Module:Armor Table (Created blank page)
- 22:47, 23 February 2026 Raw Salad talk contribs changed group membership for AssassinOTP from (none) to interface administrator, bureaucrat, suppressor, moderator, editor, widget editor and moderator (CommentStreams) (Script upload issues)
- 03:57, 29 January 2026 Raw Salad talk contribs created page Module:Monster Table/doc (Created page with "=Overview= Functions for Enchantments. Data comes from Data:Enchantments.json. =Functions= ==draw_monster_table== Create's a table of monsters ===Parameters=== * ''1'' - list key of monsters to use * ''2'' - is the list key a race? ===Examples=== <pre>{{#invoke:Monster_Table|draw_table|bosses}}</pre> {{#invoke:Monster_Table|draw_table|bosses}}")
- 03:54, 29 January 2026 Raw Salad talk contribs created page Module:Monster Table (Module for creating monster tables.)
- 23:21, 28 January 2026 Raw Salad talk contribs changed the content model of the page Data:Monster.json from "wikitext" to "JSON"
- 23:18, 28 January 2026 Raw Salad talk contribs deleted page Data:Monster.json/ (Extra slash in the url)
- 23:15, 28 January 2026 Raw Salad talk contribs created page Data:Monster.json/ (Raw Salad created the page Data:Monster.json/ using a non-default content model "JSON")
- 23:15, 28 January 2026 Raw Salad talk contribs created the page Data:Monster.json/ using a non-default content model "JSON"
- 23:04, 28 January 2026 Raw Salad talk contribs created page Data:Monster.json (Created blank page)
- 21:36, 18 January 2026 Raw Salad talk contribs moved page Data:Monster.json to Data:Monster Loot.json without leaving a redirect (The page is needed for general monster data, where the current page is specific to loot.)
- 21:26, 18 January 2026 Raw Salad talk contribs created page Module:Monster (Creating page that will hold lua code for monster table and perhaps other monster functions.)
- 21:36, 25 September 2025 Raw Salad talk contribs created page Patch:6.9 (Season 7)
- 21:26, 25 September 2025 Raw Salad talk contribs created page Patch:6.8.9 (Season 6.9)
- 04:23, 5 May 2025 Raw Salad talk contribs created page Module:Droprate/doc (Created page with "{{#invoke:Loot|create_droprate_table}}")
- 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...")
- 18:13, 2 May 2025 Raw Salad talk contribs changed the content model of the page Data:Lootdrop GhostKing.json from "wikitext" to "JSON"
- 18:13, 2 May 2025 Raw Salad talk contribs created page Data:Lootdrop GhostKing.json (Created page with "{ "item_order": [ "Adventurer Tunic", "Badger Pendant", "Battle Axe", "Castillon Dagger", "Dark Plate Armor", "Double Axe", "Doublet", "Felling Axe", "Fine Cuirass", "Fox Pendant", "Frock", "Frost Amulet", "Hatchet", "Horsemans Axe", "Kris Dagger", "Marauder Outfit", "Mystic Vestments", "Necklace Of Peace", "Northern Full Tunic", "Occultist Robe", "Occultist Tunic", "Oracle Robe", "Ox Pendant", "Padded Tunic", "Phoenix C...")
- 18:12, 2 May 2025 Raw Salad talk contribs changed the content model of the page Data:Droprate Monsters Bosses.json from "wikitext" to "JSON"
- 18:12, 2 May 2025 Raw Salad talk contribs created page Data:Droprate Monsters Bosses.json (Created page with "{ "lootdrop":"ID_Lootdrop_Drop_GhostKing", "roll count": 3, "0": { "luckgrade_order": [ 4, 5 ], "luckgrade": { "4": 7500, "5": 2500 } }, "1001": { "luckgrade_order": [ 4, 5 ], "luckgrade": { "4": 7500, "5": 2500 } }, "1011": { "luckgrade_order": [ 4, 5 ], "luckgrade": { "4": 7500, "5": 2500 } }, "1012": { "luckgrade_order": [ 4, 5 ], "luckgrade": { "4": 6500, "5": 3500 } }, "1021":...")
- 03:00, 5 April 2025 Raw Salad talk contribs created reply CommentStreams:A1ee4b10ddcad279eb3c159da6e45ef2
- 03:00, 5 April 2025 Raw Salad talk contribs created page CommentStreams:A1ee4b10ddcad279eb3c159da6e45ef2
- 21:03, 15 March 2025 Raw Salad talk contribs created page CommentStreams:82e18114fea4cf119d096ab15bffea27
- 21:03, 15 March 2025 Raw Salad talk contribs created reply CommentStreams:82e18114fea4cf119d096ab15bffea27
- 21:02, 15 March 2025 Raw Salad talk contribs created reply CommentStreams:E13415d8f295c2d8d211153d342927f7
- 21:02, 15 March 2025 Raw Salad talk contribs created page CommentStreams:E13415d8f295c2d8d211153d342927f7
- 06:31, 15 March 2025 Raw Salad talk contribs created page LootTable:Frostskeletonguardsman N3 Nightmare (Automated edit. HF80-2)
- 06:31, 15 March 2025 Raw Salad talk contribs created page LootTable:Frostskeletonguardsman N1 Common (Automated edit. HF80-2)
- 06:31, 15 March 2025 Raw Salad talk contribs created page LootTable:Frostskeletonguardsman N2 Elite (Automated edit. HF80-2)
- 06:31, 15 March 2025 Raw Salad talk contribs created page LootTable:Frostskeletonfootman N3 Nightmare (Automated edit. HF80-2)
- 06:31, 15 March 2025 Raw Salad talk contribs created page LootTable:Frostskeletonfootman N2 Elite (Automated edit. HF80-2)
- 06:31, 15 March 2025 Raw Salad talk contribs created page LootTable:Frostskeletonfootman N1 Common (Automated edit. HF80-2)
- 06:30, 15 March 2025 Raw Salad talk contribs deleted page LootTable:Wendigo Cryptsubboss Common (Automated delete)
- 06:30, 15 March 2025 Raw Salad talk contribs deleted page LootTable:Utility Stoneutility N3 (Automated delete)
- 06:30, 15 March 2025 Raw Salad talk contribs deleted page LootTable:Utility Stoneutility N0 (Automated delete)
- 06:30, 15 March 2025 Raw Salad talk contribs deleted page LootTable:Utility Stoneutility HR3 (Automated delete)
- 06:30, 15 March 2025 Raw Salad talk contribs deleted page LootTable:Stonetombs Stone N3 (Automated delete)