morepurplemorebetter / MPMBs-Character-Record-Sheet

MorePurpleMoreBetter's D&D 5e Character Record Sheet
https://www.flapkan.com
GNU General Public License v3.0
372 stars 352 forks source link

Equipment Costs #122

Closed Ebaninth closed 1 year ago

Ebaninth commented 1 year ago

How do I assign a cost for Armor...and for items generally?

I have just created my own HB armour & weapon list, but cannot find how I can change the actual cost of these?

morepurplemorebetter commented 1 year ago

The sheet doesn't have any automation for cost of items (yet). The only place where item cost is currently used is for entries in the PacksList and GearList objects. There, the cost is part of the name (PacksList) or infoname (GearList) attribute as that attribute is used to populate the menu you see when the Add Equipment button is pressed.

You can see the base objects (i.e. the static reference before import scripts are added) in the ListsGear.js file