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).
- 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,...")