6 Attachment(s)
PFRPG - Character Wealth Extension
Description:
As a GM for Pathfinder, I find myself tediously calculating each character's wealth in an Excel spreadsheet.
This extension adds a chat command to calculate a character's wealth in gold pieces from the items in their inventory.
You can also calculate the party's wealth and all characters wealth, including those not in the party.
Hope some people find this useful. Please provide feedback or any bugs you find.
Rulesets:
Extension:
Attachment 38523
Github Link:
https://github.com/Wattabout2ndBrkfs...alth-Extension
Dependencies:
Tested on both FGC v 3.3.11 and FGU 4.0.0. Works on both.
Usage:
/charwealth [character name]
"character name" is the exact name, including spaces, of the character you wish the calculate the wealth for.
/charwealth -all
This command prints out all characters' wealth and the running total
/charwealth -party
This command prints out all party members' wealth from the party sheet and the running total
Notes:
- You must be the Host in order to use this command.
- You must enter the exact character name you wish to calculate the wealth for. Spaces in the name are okay.
- It looks at each item and creates a running total of the character's wealth.
- The format of an item's cost must be a number, followed by a space, followed by the cost type.
- The number must contain numerical characters. Commas can be used.
- There must be a unit type for the cost or else the item will be excluded.
- The cost types must be either "pp", "gp", "sp", or "cp". The letters for these can have any case. Any currencies besides these will result in that item being excluded from the total.
- 1 pp = 10 gp; 1 gp = 1gp; 1 sp = 0.1 gp; 1 cp = 0.01 gp
- If an item is not added to the character's wealth, a chat message will be displayed with the item name and a description.
- Gold pieces by default are not a part of the character's inventory. These must be added manually to a character's wealth.
- Compatible with 5E. However, there are items in the DMG whose cost is a range. These are not calculated into total wealth. Also, electrum is not supported.
Compatibility with Other Extensions:
This does not modify any existing code besides adding a chat command. The calculated value is outputted to the chat.
Screenshots:
Attachment 36124
Attachment 36125
Attachment 36126
Attachment 36127
License:
GNU GPLv3
This means you can commercialize it or do anything else with it, as long as they give you credit for the parts of your work they use and they too release it under the same license.
Version:
v1.0.0 - Initial release for 3.5E and PFRPG rulesets
v1.1.0 - Added support for 5E ruleset and added "-party" and "-all" options
Future Improvements:
- Automatically add a character's gold into the character wealth
- Possibly add a UI element
- Done - Add ability for GM to calculate each character's wealth from a single command, instead separate commands
Acknowledgements:
- Thanks to FeatherRin for getting the ball rolling on v1.1.0