mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-23 16:03:39 +02:00
[Feature] Roll Rules Standardization (#1818)
* Moved default hope/fear/advantage/disadvantage under system/rules/roll and changed them to be dice indexs * . * . * .
This commit is contained in:
parent
7af3f07a26
commit
2c994ac78c
15 changed files with 132 additions and 83 deletions
|
|
@ -527,7 +527,8 @@ export default class DhlevelUp extends HandlebarsApplicationMixin(ApplicationV2)
|
|||
minCost: Number(button.dataset.cost),
|
||||
amount: button.dataset.amount ? Number(button.dataset.amount) : null,
|
||||
value: button.dataset.value,
|
||||
type: button.dataset.type
|
||||
type: button.dataset.type,
|
||||
subType: button.dataset.subType
|
||||
};
|
||||
|
||||
if (button.dataset.type === 'domainCard') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue