This commit is contained in:
Cmdr McDonald
2017-03-04 15:42:24 +00:00
parent 597344353a
commit dc11cc182f
5 changed files with 28 additions and 6 deletions

View File

@@ -230,16 +230,16 @@
},
"armour": {
"description": "Sum of base armour + any hull reinforcements",
"type": "integer",
"type": "number",
"minimum": 1
},
"armourAdded":{
"description": "Armour added through Hull reinforcement",
"type": "integer",
"type": "number",
"minimum": 0
},
"baseShieldStrength": {
"type": "integer",
"type": "number",
"minimum": 1
},
"baseArmour": {