Structure for Points overhaul

This commit is contained in:
supervj 2021-01-27 01:25:46 -05:00
parent 1994902fec
commit 4b7aac7fd5
3 changed files with 82 additions and 37 deletions

View file

@ -93,7 +93,17 @@
"units": "ft",
"special": ""
},
"powercasting": "none"
"powercasting": "none",
"force": {
"known": 0,
"points": 0,
"level": 0
},
"tech": {
"known": 0,
"points": 0,
"level": 0
}
},
"details": {
"alignment": "",
@ -318,7 +328,8 @@
"type": "",
"environment": "",
"cr": 1,
"powerLevel": 0,
"powerForceLevel": 0,
"powerTechLevel": 0,
"xp": {
"value": 10
},