forked from GitHub-Mirrors/foundry-sw5e
Revert back to hp instead of hull/shld for compatibility
Left the dice separated out since hit die are controlled by character level.
This commit is contained in:
parent
d0eae64241
commit
0607152f51
3 changed files with 33 additions and 25 deletions
|
@ -50,6 +50,7 @@
|
|||
"crawl": 0,
|
||||
"fly": 0,
|
||||
"roll": 0,
|
||||
"space": 0,
|
||||
"swim": 0,
|
||||
"turn": 0,
|
||||
"walk": 30,
|
||||
|
@ -419,21 +420,14 @@
|
|||
"dr": 0,
|
||||
"engpow": 1,
|
||||
"exhaustion": 0,
|
||||
"hulldie": "",
|
||||
"hulldice": 0,
|
||||
"hull": {
|
||||
"value": 0,
|
||||
"max": 0,
|
||||
"formula": ""
|
||||
},
|
||||
"shlddie": "",
|
||||
"shlddice": 0,
|
||||
"shld": {
|
||||
"value": 0,
|
||||
"max": 0,
|
||||
"formula": ""
|
||||
},
|
||||
"hsm": 1,
|
||||
"hull": {
|
||||
"die": "",
|
||||
"dice": 0,
|
||||
"formula":"",
|
||||
"value": null,
|
||||
"max": null
|
||||
},
|
||||
"mods": {
|
||||
"open": 10,
|
||||
"max": 10
|
||||
|
@ -466,6 +460,13 @@
|
|||
"max": 0
|
||||
}
|
||||
},
|
||||
"shld": {
|
||||
"die": "",
|
||||
"dice": 0,
|
||||
"formula":"",
|
||||
"value": null,
|
||||
"max": null
|
||||
},
|
||||
"shieldpow": 1,
|
||||
"sscap": 0,
|
||||
"suites": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue