forked from GitHub-Mirrors/foundry-sw5e
Structure for Points overhaul
This commit is contained in:
parent
1994902fec
commit
4b7aac7fd5
3 changed files with 82 additions and 37 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue