greedyj4ck / DEGENESIS-FoundryVTT

DEGENESIS: Rebirth system for Foundry Virtual Tabletop
26 stars 22 forks source link

add showName property to display name on conditions #38

Closed Nmarinsiruela closed 3 years ago

Nmarinsiruela commented 3 years ago

This is relatively easy but it can surely help people who has a lot of conditions! Knowing the action that it's been modified helps, but knowing the name should help even more.

All in all, this PR adds a new property to the conditions, showName, that if enabled, will show the name of the condition instead of the action. You can see the design on the attached screen!

I've added the corresponding locales in all the four supported languages, and this should work without much fuss! In order to prevent the need of adding even more locales, I've resorted into using ascii icons for the false and true conditions; it should work like a charm!

And of course, by default it works as of now, so this can be safely toggled depending on the case!

screen1