All public logs

Jump to navigation Jump to search

Combined display of all available logs of Empire of Dragons. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:48, 6 February 2024 Oberoten talk contribs created page Module:DoD (Created page with "local p = {} -- Define a function to calculate the median value of a D&D dice code local function calculateMedian(diceCode) -- Extract the number of dice and the type of dice from the dice code local numDice, diceType = string.match(diceCode, "(%d+)d(%d+)") -- Check if a modifier is present local modifier = string.match(diceCode, "[%+%-]?%d+") if modifier then modifier = tonumber(modifier) else modifier = 0 end -...")