Minor fixes

This commit is contained in:
2022-08-16 21:21:37 +02:00
parent 30ef811bbf
commit 8839236214
22 changed files with 100 additions and 26 deletions

View File

@@ -339,9 +339,9 @@
"powercoremodule",
"mobilitymodule",
"combatmodule",
"propulsionmodule",
"vehiclemodule",
"vehicleweaponmodule",
"propulsionmodule"
"vehicleweaponmodule"
],
"effect": {
"type": "",
@@ -512,6 +512,7 @@
"action": "",
"type": "",
"powersource": "",
"powerlevel": 0,
"effects": "",
"activated": false,
"purchasedeffects": "",
@@ -600,12 +601,15 @@
"hulltype": "",
"hr": 0,
"man": 0,
"vms": 0
"vms": 0,
"cost": 0
},
"powercoremodule": {
"coretype": "",
"pc": 0,
"nrg": 0
"nrg": 0,
"cost": 0,
"space": 0
},
"mobilitymodule": {
"vehiclecategory": "",
@@ -614,15 +618,21 @@
"ts_f": "",
"ts_s": "",
"ts_r": "",
"man": ""
"man": "",
"cost": 0,
"space": 0
},
"propulsionmodule": {
"quality": "",
"ad": ""
"ad": "",
"cost": 0,
"space": 0
},
"combatmodule": {
"combattype": "",
"fc": ""
"fc": "",
"cost": 0,
"space": 0
},
"vehiclemodule": {
"category": "",
@@ -636,7 +646,9 @@
"shielddicevalue": "",
"securitydicevalue": "",
"range": "",
"idr": ""
"idr": "",
"cost": 0,
"space": 0
},
"vehicleweaponmodule": {
"location": "",
@@ -651,7 +663,8 @@
"range": "",
"turret": "",
"linkedweapon": "",
"idr": ""
"idr": "",
"cost": 0
}
}
}