forked from GitHub-Mirrors/foundry-sw5e
Update Starship Data with new structure
Updated to bring actor data inline with the starship class. Still need to do derived data for starship
This commit is contained in:
parent
4cae2c0de3
commit
22c962d4d3
4 changed files with 63 additions and 23 deletions
|
@ -37,8 +37,8 @@
|
|||
"value": 10,
|
||||
"min": 0,
|
||||
"max": 10,
|
||||
"temp": 0,
|
||||
"tempmax": 0
|
||||
"temp": null,
|
||||
"tempmax": null
|
||||
},
|
||||
"init": {
|
||||
"value": 0,
|
||||
|
@ -410,6 +410,13 @@
|
|||
"starship": {
|
||||
"templates": ["common"],
|
||||
"attributes": {
|
||||
"cost": {
|
||||
"baseBuild": 0,
|
||||
"baseUpgrade": 0,
|
||||
"multEquip": 0,
|
||||
"multModification": 0,
|
||||
"multUpgrade": 0
|
||||
},
|
||||
"death": {
|
||||
"failure": 0,
|
||||
"success": 0
|
||||
|
@ -508,7 +515,14 @@
|
|||
"value": null,
|
||||
"max": null
|
||||
},
|
||||
"used": false
|
||||
"used": false,
|
||||
"workforce": {
|
||||
"max": 0,
|
||||
"minBuild": 0,
|
||||
"minEquip": 0,
|
||||
"minModification": 0,
|
||||
"minUpgrade": 0
|
||||
}
|
||||
},
|
||||
"details": {
|
||||
"tier": 0,
|
||||
|
@ -1048,8 +1062,8 @@
|
|||
"shldDiceRolled":[6,4,4],
|
||||
"shldDiceUsed": 0,
|
||||
"pwrDice": "1",
|
||||
"constBaseCost": 50000,
|
||||
"constMinWorkforce": 5,
|
||||
"buildBaseCost": 50000,
|
||||
"buildMinWorkforce": 5,
|
||||
"upgrdCostMult": 1,
|
||||
"upgrdMinWorkforce": 1,
|
||||
"baseSpaceSpeed": 300,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue