This is a reworked version of the allready existing BfA Herbalism WA.
- Needs TSM -
You can de-/activate the WA if you go to "Load" and un-/check "always" / "never"
The (total-)value is now rounded to 1 decimal place.
The herbs single unit price is rounded to 2 decimal places.
"Total" now shows the average price of all herbs in addition to the total value of your herbs.
If you want to change the decimal places of the rounded values go to the CostumText and look for following lines:
local pr = ("%.2f"):format(price)
local tpr = ("%.1f"):format(total)
The number in ("%.2f") stands for the decimals.
Changes:
//- Herb WAs
pr = price
tpr = total price
//- Total WA
TTP = "Total" total price // average price of all herbs
TT = "Total" total // value of all your herbs
RTTP = rounded "Total" total price // rounded average price of all herbs
RTT = rounded "Total" total // rounded value of all your herbs