forked from GitHub-Mirrors/foundry-sw5e
Added short and long rest and Temp points
Updated Force and Tech Points on Short and Long Rests along with Temporary points. Also added class powercasting to migration
This commit is contained in:
parent
932c96ba4a
commit
b5ecde7f0c
5 changed files with 105 additions and 24 deletions
|
@ -103,7 +103,9 @@
|
|||
"points": {
|
||||
"value": 0,
|
||||
"min": 0,
|
||||
"max": 0
|
||||
"max": 0,
|
||||
"temp": 0,
|
||||
"tempmax": 0
|
||||
},
|
||||
"level": 0
|
||||
},
|
||||
|
@ -116,7 +118,9 @@
|
|||
"points": {
|
||||
"value": 0,
|
||||
"min": 0,
|
||||
"max": 0
|
||||
"max": 0,
|
||||
"temp": 0,
|
||||
"tempmax": 0
|
||||
},
|
||||
"level": 0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue