All public logs

Jump to navigation Jump to search

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

Logs
  • 21:03, 10 December 2024 Skkias talk contribs created page User:Skkias/sandbox/Module:Skill (Created page with "local data = require('Module:SkillData') local p = {} function p.showSkill(frame) local skillName = frame.args[1] or "Spark" local skill = data[skillName] if not skill then return "Skill not found." end local result = "Skill: " .. skill.name .. "\nDescription: " .. skill.description .. "\nLevels:\n" for _, level in ipairs(skill.levels) do result = result .. "Level " .. level.level .. ": " .. level.damage_min .. " to " .. level.da...")