arazni / blades-in-the-sheets

A Blades in the Dark character sheet progressive web app in WebAssembly
https://arazni.github.io/blades-in-the-sheets/
7 stars 1 forks source link

Rewrite Actions/Attributes into a Dictionary? #11

Closed arazni closed 1 year ago

arazni commented 1 year ago

This would allow for the names of attributes and actions to be arbitrary without doing a "display name" approach. While I generally don't know if I like this approach, I currently use Reflection to offer ways to iterate over the names, and I like that even less. A display name may end up necessary in the end anyway however.