Fix for Power DC's

beginning attempt at storing power DC's
This commit is contained in:
supervj 2021-02-01 12:33:51 -05:00
parent 18c626bd42
commit ac198745f1
2 changed files with 14 additions and 11 deletions

View file

@ -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": ""
}
}
}