4,951
edits
(getMiningOresTable: Add base quantity) |
Falterfire (talk | contribs) m (pickocket -> pickpocket) |
||
Line 483: | Line 483: | ||
end | end | ||
table.insert(normalTxt, '\r\n|}') | table.insert(normalTxt, '\r\n|}') | ||
table.insert(normalTxt, '\r\nThe loot obtained from the average successful | table.insert(normalTxt, '\r\nThe loot obtained from the average successful pickpocket is worth ' .. Icons.GP(Shared.round(lootValue, 2, 2)) .. ' if sold.') | ||
table.insert(normalTxt, '\r\n\r\nIncluding GP, the average successful | table.insert(normalTxt, '\r\n\r\nIncluding GP, the average successful pickpocket is worth ' .. Icons.GP(Shared.round(lootValue + (1 + npc.maxGP) / 2, 2, 2)) .. '.') | ||
table.insert(sectionTxt, table.concat(normalTxt)) | table.insert(sectionTxt, table.concat(normalTxt)) | ||
end | end |