forked from GitHub-Mirrors/foundry-sw5e
Attached equipment to starships
calculated attributes based on armor, shields, power coupling, hyperdrive, and reactor.
This commit is contained in:
parent
0ac4d45302
commit
18f11013c1
8 changed files with 152 additions and 110 deletions
|
@ -441,11 +441,32 @@
|
|||
"uuid": null
|
||||
}
|
||||
},
|
||||
"dr": 0,
|
||||
"equip":{
|
||||
"cargoCap": 0,
|
||||
"crewMinWorkforce": 0,
|
||||
"foodCap": 0
|
||||
"equip": {
|
||||
"armor": {
|
||||
"dr": 0,
|
||||
"maxDex": 99,
|
||||
"stealthDisadv": false
|
||||
},
|
||||
"hyperdrive": {
|
||||
"class": null
|
||||
},
|
||||
"powerCoupling": {
|
||||
"centralCap": 0,
|
||||
"systemCap": 0
|
||||
},
|
||||
"reactor": {
|
||||
"fuelMult": 1,
|
||||
"powerRecDie": "1"
|
||||
},
|
||||
"size": {
|
||||
"cargoCap": 0,
|
||||
"crewMinWorkforce": 0,
|
||||
"foodCap": 0
|
||||
},
|
||||
"shields": {
|
||||
"capMult": 1,
|
||||
"regenRateMult": 1
|
||||
}
|
||||
},
|
||||
"systemDamage": 0,
|
||||
"fuel": {
|
||||
|
@ -477,7 +498,6 @@
|
|||
},
|
||||
"power": {
|
||||
"die": "",
|
||||
"recovery": 1,
|
||||
"routing":{
|
||||
"engines": 1,
|
||||
"shields": 1,
|
||||
|
@ -514,8 +534,6 @@
|
|||
"dicemax": 0,
|
||||
"depleted": false,
|
||||
"formula":"",
|
||||
"regenRate": 1,
|
||||
"capMod": 1,
|
||||
"value": null,
|
||||
"max": null
|
||||
},
|
||||
|
@ -879,7 +897,7 @@
|
|||
"capx": {
|
||||
"value": null
|
||||
},
|
||||
"hpperhd": {
|
||||
"dmgred": {
|
||||
"value": null
|
||||
},
|
||||
"regrateco": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue