From c96693c4397915a452ea94dadba22f31da763355 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Fri, 11 Nov 2016 12:19:08 +0000 Subject: [PATCH] Tidy up descriptions; allow total cost to be non-integer --- src/schemas/ship-loadout/4.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/schemas/ship-loadout/4.json b/src/schemas/ship-loadout/4.json index cf6876b9..d3158f9f 100644 --- a/src/schemas/ship-loadout/4.json +++ b/src/schemas/ship-loadout/4.json @@ -275,15 +275,15 @@ "minimum": 1 }, "hullExplRes": { - "description": "Resistance of the hull to explosive attacks", + "description": "Multiplier for explosive damage to hull", "type": "number" }, "hullKinRes": { - "description": "Resistance of the hull to kinetic attacks", + "description": "Multiplier for kinetic damage to hull", "type": "number" }, "hullThermRes": { - "description": "Resistance of the hull to thermal attacks", + "description": "Multiplier for thermal damage to hull", "type": "number" }, "fuelCapacity": { @@ -311,20 +311,20 @@ "minimum": 1 }, "shield": { - "description": "Shield strengh in Mega Joules (Mj)", + "description": "Shield strength in Mega Joules (Mj)", "type": "number", "minimum": 0 }, "shieldExplRes": { - "description": "Resistance of the shield to explosive attacks", + "description": "Multiplier for explosive damage to shields", "type": "number" }, "shieldKinRes": { - "description": "Resistance of the shield to kinetic attacks", + "description": "Multiplier for kinetic damage to shields", "type": "number" }, "shieldThermRes": { - "description": "Resistance of the shield to thermal attacks", + "description": "Multiplier for thermal damage to shields", "type": "number" }, "speed": { @@ -333,8 +333,8 @@ "minimum": 1 }, "totalCost": { - "type": "integer", - "minimum": 1 + "description": "Total cost of the loadout, including discounts", + "type": "number" }, "unladenRange": { "description": "Single Jump range when unladen, see unladenMass",