Module:ItemsByStat: Difference between revisionsGive feedback
Jump to navigation
Jump to search
SerpentofSet (talk | contribs) mNo edit summary |
SerpentofSet (talk | contribs) mNo edit summary |
||
| Line 26: | Line 26: | ||
local tableData = selectByStat(stat) | local tableData = selectByStat(stat) | ||
local outString = "" | local outString = "" | ||
return tableData[ | return tableData[2][1] | ||
-- for i=1,#Item do | -- for i=1,#Item do | ||
-- outString = outString.."Name: [["..Item[i].."]] Increased Weapon Damage: "..Value[i].."\n\n" | -- outString = outString.."Name: [["..Item[i].."]] Increased Weapon Damage: "..Value[i].."\n\n" | ||