mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
[Fix] 654 - CharacterCreation DomainCard Effects (#665)
* Character creation fix and levelup style fixes * . * Fixed old origin logic
This commit is contained in:
parent
bcedc74bf3
commit
ead2f6b8f3
11 changed files with 66 additions and 48 deletions
|
|
@ -479,7 +479,8 @@ export const multiplierTypes = {
|
|||
cast: 'Spellcast',
|
||||
scale: 'Cost Scaling',
|
||||
result: 'Roll Result',
|
||||
flat: 'Flat'
|
||||
flat: 'Flat',
|
||||
tier: 'Tier'
|
||||
};
|
||||
|
||||
export const diceSetNumbers = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue