mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
character.getRollData cleanup
This commit is contained in:
parent
7ac15ebd94
commit
a1801a78f0
2 changed files with 16 additions and 9 deletions
|
|
@ -523,14 +523,7 @@ export default class DhCharacter extends BaseDataActor {
|
|||
return {
|
||||
...data,
|
||||
tier: this.tier,
|
||||
level: this.levelData.level.current,
|
||||
system: {
|
||||
token: this.resources.tokens,
|
||||
dice: this.resources.dice,
|
||||
bonuses: this.bonuses,
|
||||
rules: this.rules,
|
||||
levelData: this.levelData
|
||||
}
|
||||
level: this.levelData.level.current
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue