Open ArcanistWill opened 1 month ago
All fix implemented. I do not exactly what means this : Is it possible to reverse the "payment order" so that the money is deducted from the smallest-denomination (least valuable) coins first, and allows keeping the most valuable coins when possible? as there is no automated payment system in the game. Need precision on this.
All fix implemented. I do not exactly what means this : Is it possible to reverse the "payment order" so that the money is deducted from the smallest-denomination (least valuable) coins first, and allows keeping the most valuable coins when possible? as there is no automated payment system in the game. Need precision on this.
Agreed, I didn't explain it well. Here is a better description.
If I have henchmen assigned, and I use the Pay Wages button, this looks as if it correctly takes the funding from the inventory. We are asking if it is possible to change the selection order of deducting the payment start with the least-valuable coins first (Copper), instead of starting with Platinum?
Here is an example before & after:
OK, understood, fixed
I have re-tested the issues listed earlier here.
By adding the new headers to the table, they are now in different sizes and alignment. Can you make all the same font?
There is still a few areas to update - this should read gp, not GC
gp + alignement -> done
Observations - not an error
Fix to Encumbrance for money
The character's coins that they are carrying should be included in their Encumbrance. The total number of coins from all coin types marked as being carried should be totaled together.
Add 2 separate counts of each money being tracked: The first is for coins being carried on character, the second is for money stored in the bank. The first counts for Encumbrance. The second does not.
Bugs
The display order used for the Money on the character sheet inventory is not in logical order. It should be displayed either in most-valuable to least-valuable, or else in the opposite. Currently Incorrect display is out of order as:
The desired order is:
Change the label for the money units from GC to gp - short for "gold pieces". The text GC is used in a few places and that is incorrect.
Issues
For all money values, can we make the field read-only (except for the GM or assitant GM role) for the field "Value (in Copper Coin)" - we want only the GM to be able to change the Value for money definitions.
For the Money columns displayed on character inventory, with no decimals, there are rounding confusion and we think it would be better to have decimal points shown.
Potential Change