This commit is contained in:
2022-09-26 17:35:44 +02:00
parent 423948626a
commit 1e37ae3eb1
4 changed files with 25 additions and 11 deletions

View File

@ -291,42 +291,42 @@
"topspeed": "",
"shieldlevel": 0,
"armourlevel": 0,
"is3D": false
"is3D": false
},
"reararc": {
"label": "Rear Arc",
"topspeed": "",
"shieldlevel": 0,
"armourlevel": 0,
"is3D": false
"is3D": false
},
"rightarc": {
"label": "Right Arc",
"topspeed": "",
"shieldlevel": 0,
"armourlevel": 0,
"is3D": false
"is3D": false
},
"leftarc": {
"label": "Left Arc",
"topspeed": "",
"shieldlevel": 0,
"armourlevel": 0,
"is3D": false
"is3D": false
},
"toparc": {
"label": "Top Arc",
"topspeed": "",
"shieldlevel": 0,
"armourlevel": 0,
"is3D": true
"is3D": true
},
"bottomarc": {
"label": "Bottom Arc",
"topspeed": "",
"shieldlevel": 0,
"armourlevel": 0,
"is3D": true
"is3D": true
}
}
}
@ -365,7 +365,8 @@
"combatmodule",
"propulsionmodule",
"vehiclemodule",
"vehicleweaponmodule"
"vehicleweaponmodule",
"cargo"
],
"effect": {
"type": "",
@ -680,7 +681,8 @@
"idr": "",
"cost": 0,
"size": 0,
"space": 0
"space": 0,
"description": ""
},
"vehicleweaponmodule": {
"location": "",
@ -699,7 +701,14 @@
"idr": "",
"cost": 0,
"extradamage": false,
"extradamagevalue": 0
"extradamagevalue": 0,
"description": ""
},
"cargo": {
"capacity": 0,
"idr": "",
"value": 0,
"description": ""
}
}
}