forked from GitHub-Mirrors/foundry-sw5e
Fix for Power DC's
beginning attempt at storing power DC's
This commit is contained in:
parent
18c626bd42
commit
ac198745f1
2 changed files with 14 additions and 11 deletions
|
@ -241,10 +241,6 @@
|
|||
"power9": {
|
||||
"value": 0,
|
||||
"override": null
|
||||
},
|
||||
"pact": {
|
||||
"value": 0,
|
||||
"override": null
|
||||
}
|
||||
},
|
||||
"bonuses": {
|
||||
|
@ -270,7 +266,10 @@
|
|||
"skill": ""
|
||||
},
|
||||
"power": {
|
||||
"dc": ""
|
||||
"forceLightDC": "",
|
||||
"forceUnivDC": "",
|
||||
"forceDarkDC": "",
|
||||
"techDC": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue