CodeWringer / strive-foundryVTT

STRIVE system for FoundryVTT
GNU General Public License v3.0
1 stars 0 forks source link

Add support for attributes or other data sources to damage formula fields #145

Closed CodeWringer closed 1 year ago

CodeWringer commented 2 years ago

It is possible to add damage definitions to skill abilities. These cannot currently reference a character's other data, such as their attributes.

Add support to address these data sources, via @-notation.

For example, typing "@strength + 1D4" will reference the character's strength and add a random dice result to it, which then results in the final damage value.