621
edits
(re-enabled doubleConsumableRefinementValue variable, it should only display if a digsite also drops consumables) |
mNo edit summary |
||
Line 119: | Line 119: | ||
table.insert(result, '\r\n\nThe average value of one action with the +1 Minimum Items refinement is '..Icons.GP(Shared.round(plusOneMinimumRefinementValue, 2, 0))..'.') | table.insert(result, '\r\n\nThe average value of one action with the +1 Minimum Items refinement is '..Icons.GP(Shared.round(plusOneMinimumRefinementValue, 2, 0))..'.') | ||
if doubleConsumableRefinementValue > lootValue then | if doubleConsumableRefinementValue > lootValue then | ||
table.insert(result, '\r\nThe average value of one action with the x2 Consumables refinement is '..Icons.GP(Shared.round(doubleConsumableRefinementValue, 2, 0))..'.') | table.insert(result, '\r\n\nThe average value of one action with the x2 Consumables refinement is '..Icons.GP(Shared.round(doubleConsumableRefinementValue, 2, 0))..'.') | ||
end | end | ||