The wiki is currently a work in progress. If you'd like to help out, please check the Community Portal and our getting started guide. Also, check out our sister project on poewiki.net.

User:Skkias/sandbox/Module:Skill: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 December 2024

  • curprev 21:0921:09, 10 December 2024Skkias talk contribs 596 bytes +20 No edit summary
  • curprev 21:0321:03, 10 December 2024Skkias talk contribs 576 bytes +576 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..."