Tidy up descriptions; allow total cost to be non-integer

This commit is contained in:
Cmdr McDonald
2016-11-11 12:19:08 +00:00
parent 3d4f6d7861
commit c96693c439

View File

@@ -275,15 +275,15 @@
"minimum": 1 "minimum": 1
}, },
"hullExplRes": { "hullExplRes": {
"description": "Resistance of the hull to explosive attacks", "description": "Multiplier for explosive damage to hull",
"type": "number" "type": "number"
}, },
"hullKinRes": { "hullKinRes": {
"description": "Resistance of the hull to kinetic attacks", "description": "Multiplier for kinetic damage to hull",
"type": "number" "type": "number"
}, },
"hullThermRes": { "hullThermRes": {
"description": "Resistance of the hull to thermal attacks", "description": "Multiplier for thermal damage to hull",
"type": "number" "type": "number"
}, },
"fuelCapacity": { "fuelCapacity": {
@@ -311,20 +311,20 @@
"minimum": 1 "minimum": 1
}, },
"shield": { "shield": {
"description": "Shield strengh in Mega Joules (Mj)", "description": "Shield strength in Mega Joules (Mj)",
"type": "number", "type": "number",
"minimum": 0 "minimum": 0
}, },
"shieldExplRes": { "shieldExplRes": {
"description": "Resistance of the shield to explosive attacks", "description": "Multiplier for explosive damage to shields",
"type": "number" "type": "number"
}, },
"shieldKinRes": { "shieldKinRes": {
"description": "Resistance of the shield to kinetic attacks", "description": "Multiplier for kinetic damage to shields",
"type": "number" "type": "number"
}, },
"shieldThermRes": { "shieldThermRes": {
"description": "Resistance of the shield to thermal attacks", "description": "Multiplier for thermal damage to shields",
"type": "number" "type": "number"
}, },
"speed": { "speed": {
@@ -333,8 +333,8 @@
"minimum": 1 "minimum": 1
}, },
"totalCost": { "totalCost": {
"type": "integer", "description": "Total cost of the loadout, including discounts",
"minimum": 1 "type": "number"
}, },
"unladenRange": { "unladenRange": {
"description": "Single Jump range when unladen, see unladenMass", "description": "Single Jump range when unladen, see unladenMass",