StasTserk / foundry-burningwheel

Foundry VTT module for The Burning Wheel RPG
GNU General Public License v3.0
26 stars 14 forks source link

Add support for multiple values for Die/Ob Modifiers, Reputations etc. on Die Traits #386

Open arcoshine opened 2 years ago

arcoshine commented 2 years ago

Some Die traits have multiple values for the categories given (such as Cold Black Blood on pg 236 with +2, +1 & -2 just for Ob penalties) but there doesn't seem to be a proper way implement these.

My current workaround is to split each of these these traits into multiple traits, but it would be nice to be able to have multiple values for each category built in.

Current workaround: image

StasTserk commented 2 years ago

Seems like a reasonable ask, though this would more than likely require changes to the underlying trait data model, a migration tasks for exiting traits, etc. which comes with some risks.

I will say, with a workaround, given the state of the system, this is unlikely to be prioritized any time soon, but I do accept PRs (pending review, of course)