stanavdb / cosmere-rpg

A community-developed system for the Cosmere Roleplaying Game, by Dragonsteel Entertainment and Brotherwise Games.
MIT License
15 stars 17 forks source link

Add currency to character sheet #43

Open stanavdb opened 1 month ago

stanavdb commented 1 month ago

Currently the character sheet inventory does not show currencies. We'll need to think of a clear way to display the various depths of currencies possible.

Khunkurisu commented 2 days ago

Perhaps a system setting for renaming a core denomination, and then making custom denominations with values relative to the core one? Then a nicely formatted list for them on the sheet. This allows it to default to just marks like the system prefers, but the option for broams and the like as needed.

stanavdb commented 2 days ago

Perhaps a system setting for renaming a core denomination, and then making custom denominations with values relative to the core one? Then a nicely formatted list for them on the sheet. This allows it to default to just marks like the system prefers, but the option for broams and the like as needed.

It's actually a little bit more complex as we don't just need to support spheres as a currency but have to be able to handle all currencies from the various Cosmere worlds. Have a look at the Actor data model to see how currencies have been modeled.

stanavdb commented 2 days ago

To add to that; available currencies are configured through the CONFIG.COSMERE.currencies property. (Which the world modules would add to using the api.)