TheLastScrub / delta-green-foundry-vtt-system

A Foundry VTT game system for Delta Green: The RPG! This is a fan made work that is unaffiliated with Shane Ivey or Arc Dream Publishing, published under the Delta Green Community license. http://www.delta-green.com https://foundryvtt.com/
MIT License
25 stars 23 forks source link

[ENH] Add a Quick Access area for items to the character sheet #132

Open Vogliadicone opened 1 month ago

Vogliadicone commented 1 month ago

As a player I would like to access my most used equipment (not only weapons, but also armor and other gear) from an quick access section on the first page of the character sheet: QA_1 Like f.e. SWADE is offering this: QA_2 The quick access in SWADE is f.e. added with the star and the quick acess items are shown in the equipment list before the rest of the equipment: QA_3

TheLastScrub commented 1 month ago

I don't think I'll do this one, once I've done #131 and you can sort manually by dragging as it doesn't seem like a good use of screen space when the weapons list is already at the top of its tab. However I did a little work as part of the other item to refactor the item macro to be a bit less clunky. You now don't need a token selected, and by default it will automatically roll damage on a success. Would just filling out your macro bar be sufficient in this case?

Drag item onto bar:

image

Clicking on the macro (on a successful test) gives:

image
Vogliadicone commented 1 month ago

My players are not very tech-savvy and prefer FVTT without the macro bar, but yes, I think that's fine. Esp. if you can sort your items.

Two small things about the macro:

TheLastScrub commented 1 month ago

The macro does try to double damage on a crit, yes. I would have to look into adding the AP to the chat card, that would be useful and shouldn't be that hard I think.