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:BaseStats: 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 20:3520:35, 10 December 2024Skkias talk contribs 2,094 bytes −164 No edit summary
  • curprev 20:2520:25, 10 December 2024Skkias talk contribs 2,258 bytes +2,258 Created page with "local BaseStats = {} -- Core Attributes BaseStats.attributes = { strength = { name = "Strength", bonus = { life = 2, -- +2 Life per Strength }, description = "Vital for melee weapons and survivability." }, dexterity = { name = "Dexterity", bonus = { accuracy = 5, -- +5 Accuracy per Dexterity evasion = 2, -- Hypothetical bonus }, description = "Essential for ra..."