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:SkillData

From Path of Exile 2 Wiki
Jump to navigation Jump to search

local p = {}

p.Spark = {

   name = "Spark",
   description = "Launches a spray of sparking Projectiles...",
   levels = {
       {level = 1, damage_min = 1, damage_max = 8, mana_cost = 6},
       {level = 2, damage_min = 1, damage_max = 11, mana_cost = 6},
   }

}

return p