We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A display similar to spellcasting lists, with items in comma separated lists grouped by type of item, such as:
Consumables: Arrows (30), Potion of Healing (2) Armor: Plate Armor Loot: Platinum Ring, Copper Goblet
As a secondary idea, the parenthetical information could contain item-type specific data where applicable:
Consumables: Arrows (x30), Potion of Healing (x2) Armor: Plate Armor (AC 18) Loot: Platinum Ring (100 GP), Copper Goblet (30 GP)
(quantity, Armor Class if equipped, value, etc)
That might not be worth the effort, and might make the list too confusing though.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A display similar to spellcasting lists, with items in comma separated lists grouped by type of item, such as:
As a secondary idea, the parenthetical information could contain item-type specific data where applicable:
(quantity, Armor Class if equipped, value, etc)
That might not be worth the effort, and might make the list too confusing though.
The text was updated successfully, but these errors were encountered: