4,951
edits
Falterfire (talk | contribs) (Removed Weight from MonsterDropTable) |
Falterfire (talk | contribs) (Slight formatting tweaks to drop tables) |
||
Line 403: | Line 403: | ||
if multiDrop then | if multiDrop then | ||
--result = result..'\r\n|-\r\n|colspan="2"|Total:||'..Shared.formatnum(totalWt)..'||'..lootChance..'%' | --result = result..'\r\n|-\r\n|colspan="2"|Total:||'..Shared.formatnum(totalWt)..'||'..lootChance..'%' | ||
result = result..'\r\n|-\r\n | result = result..'\r\n|-\r\n!colspan="2"|Total:\r\n|'..lootChance..'%' | ||
end | end | ||
result = result..'\r\n|}' | result = result..'\r\n|}' |