Compare commits

..

20 Commits

Author SHA1 Message Date
Cmdr McDonald
e791d73f2a Merge branch 'release/2.2.16' 2017-02-15 20:36:58 +00:00
Cmdr McDonald
11d39dc0b5 Update package number 2017-02-15 20:36:51 +00:00
Cmdr McDonald
3d47dd2fb7 Set higherbetter for modifications 2017-02-15 19:12:56 +00:00
Cmdr McDonald
c90ebd0f3f Merge branch 'release/2.2.15' into develop 2017-02-13 19:49:05 +00:00
Cmdr McDonald
19e111b6a4 Merge branch 'release/2.2.15' 2017-02-13 19:49:01 +00:00
Cmdr McDonald
a74b6cfb51 Bump package number 2017-02-13 19:48:57 +00:00
Cmdr McDonald
926e89cf1e Merge branch 'feature/fixes' into develop 2017-02-13 19:48:24 +00:00
Cmdr McDonald
ba1ccdedb0 Tidy up module values 2017-02-13 19:48:13 +00:00
Cmdr McDonald
d1644df794 Fix location of initial cargo rack for Vulture 2017-02-08 09:41:13 +00:00
Cmdr McDonald
e99e86cfce Merge branch 'release/2.2.14' into develop 2017-02-08 09:25:35 +00:00
Cmdr McDonald
fc649c6bbe Merge branch 'release/2.2.14' 2017-02-08 09:25:31 +00:00
Cmdr McDonald
41bc89df58 Package bump 2017-02-08 09:25:27 +00:00
Cmdr McDonald
229e2742a7 Merge branch 'feature/x' into develop 2017-02-08 09:24:27 +00:00
Cmdr McDonald
6d4f79dda9 Correct EDID for class 6 passenger cabin 2017-02-08 07:58:44 +00:00
Cmdr McDonald
827ed4a6dd Fix incorrect retail price for Keelback 2017-02-05 21:11:45 +00:00
Cmdr McDonald
c82b28448c Separate hidden attribute of modifications 2017-02-05 19:04:41 +00:00
Cmdr McDonald
f3e4a19645 Tidy-ups for blueprint info 2017-02-05 15:34:00 +00:00
Cmdr McDonald
0d803c7c50 Additional data for blueprints 2017-02-05 12:42:18 +00:00
Cmdr McDonald
f02b9e0cac Remove grade 5 life support modifications 2017-02-03 22:29:20 +00:00
Cmdr McDonald
ea9294fd88 Merge branch 'release/2.2.13' into develop 2017-02-02 23:00:04 +00:00
15 changed files with 17066 additions and 10733 deletions

View File

@@ -1,3 +1,17 @@
#2.2.16
* Fix incorrect thermal load modifiers for dirty drives
* Provide explicit information about if values are higher numeric value == better or not
#2.2.15
* Fix location of initial cargo rack for Vulture
* Fix broken regeneration rate for 6B shield generators
* Tidy up breach damage values
#2.2.14
* Alter blueprint structure to combine components and features
* Make hidden value of modifications its own attribute
* Fix incorrect ED ID for class 6 passenger cabins
#2.2.13
* Add plasma slug special effect for plasma accelerator
* Tweak hull costs of ships

6702
dist/index.js vendored

File diff suppressed because it is too large Load Diff

14393
dist/index.json vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,48 +1,48 @@
{
"ammo": {"id": 0, "name": "ammo", "type": "percentage", "method": "multiplicative"},
"boot": {"id": 1, "name": "boot", "type": "percentage", "method": "multiplicative"},
"brokenregen": {"id": 2, "name": "brokenregen", "type": "percentage", "method": "multiplicative"},
"burst": {"id": 3, "name": "burst", "type": "numeric", "method": "overwrite"},
"ammo": {"id": 0, "name": "ammo", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"boot": {"id": 1, "name": "boot", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"brokenregen": {"id": 2, "name": "brokenregen", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"burst": {"id": 3, "name": "burst", "type": "numeric", "method": "overwrite", "higherbetter": true},
"burstrof": {"id": 41, "name": "burstrof", "type": "numeric", "method": "overwrite"},
"clip": {"id": 4, "name": "clip", "type": "percentage", "method": "multiplicative"},
"damage": {"id": 5, "name": "damage", "type": "percentage", "method": "multiplicative"},
"damagedist": {"id": 40, "name": "damage", "type": "hidden", "method": "overwrite"},
"distdraw": {"id": 6, "name": "distdraw", "type": "percentage", "method": "multiplicative"},
"duration": {"id": 7, "name": "duration", "type": "percentage", "method": "multiplicative"},
"eff": {"id": 8, "name": "eff", "type": "percentage", "method": "multiplicative"},
"engcap": {"id": 9, "name": "engcap", "type": "percentage", "method": "multiplicative"},
"engrate": {"id": 10, "name": "engrate", "type": "percentage", "method": "multiplicative"},
"explres": {"id": 11, "name": "explres", "type": "percentage", "method": "additive"},
"facinglimit": {"id": 12, "name": "facinglimit", "type": "percentage", "method": "multiplicative"},
"falloff": {"id": 45, "name": "falloff", "type": "percentage", "method": "multiplicative"},
"fallofffromrange": {"id": 42, "name": "fallofffromrange", "type": "hidden", "method": "overwrite"},
"hullboost": {"id": 13, "name": "hullboost", "type": "percentage", "method": "multiplicative"},
"hullreinforcement": {"id": 14, "name": "hullreinforcement", "type": "percentage", "method": "multiplicative"},
"integrity": {"id": 15, "name": "integrity", "type": "percentage", "method": "multiplicative"},
"jitter": {"id": 16, "name": "jitter", "type": "numeric", "method": "multiplicative"},
"kinres": {"id": 17, "name": "kinres", "type": "percentage", "method": "additive"},
"mass": {"id": 18, "name": "mass", "type": "percentage", "method": "multiplicative"},
"maxfuel": {"id": 19, "name": "maxfuel", "type": "percentage", "method": "multiplicative"},
"optmass": {"id": 20, "name": "optmass", "type": "percentage", "method": "multiplicative"},
"optmul": {"id": 21, "name": "optmul", "type": "percentage", "method": "multiplicative"},
"pgen": {"id": 22, "name": "pgen", "type": "percentage", "method": "multiplicative"},
"piercing": {"id": 23, "name": "piercing", "type": "percentage", "method": "multiplicative"},
"power": {"id": 24, "name": "power", "type": "percentage", "method": "multiplicative"},
"protection": {"id": 44, "name": "protection", "type": "percentage", "method": "multiplicative"},
"range": {"id": 25, "name": "range", "type": "percentage", "method": "multiplicative"},
"ranget": {"id": 26, "name": "ranget", "type": "percentage", "method": "multiplicative"},
"regen": {"id": 27, "name": "regen", "type": "percentage", "method": "multiplicative"},
"reload": {"id": 28, "name": "reload", "type": "percentage", "method": "multiplicative"},
"rof": {"id": 29, "name": "rof", "type": "percentage", "method": "multiplicative"},
"shield": {"id": 30, "name": "shield", "type": "percentage", "method": "multiplicative"},
"shieldboost": {"id": 31, "name": "shieldboost", "type": "percentage", "method": "multiplicative"},
"shotspeed": {"id": 43, "name": "shotspeed", "type": "percentage", "method": "multiplicative"},
"spinup": {"id": 32, "name": "spinup", "type": "percentage", "method": "multiplicative"},
"syscap": {"id": 33, "name": "syscap", "type": "percentage", "method": "multiplicative"},
"sysrate": {"id": 34, "name": "sysrate", "type": "percentage", "method": "multiplicative"},
"thermload": {"id": 35, "name": "thermload", "type": "percentage", "method": "multiplicative"},
"thermres": {"id": 36, "name": "thermres", "type": "percentage", "method": "additive"},
"wepcap": {"id": 37, "name": "wepcap", "type": "percentage", "method": "multiplicative"},
"weprate": {"id": 38, "name": "weprate", "type": "percentage", "method": "multiplicative"},
"shieldreinforcement": {"id": 39, "name": "shieldreinforcement", "type": "percentage", "method": "multiplicative"}
"clip": {"id": 4, "name": "clip", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"damage": {"id": 5, "name": "damage", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"damagedist": {"id": 40, "name": "damage", "type": "object", "hidden": true, "method": "overwrite"},
"distdraw": {"id": 6, "name": "distdraw", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"duration": {"id": 7, "name": "duration", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"eff": {"id": 8, "name": "eff", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"engcap": {"id": 9, "name": "engcap", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"engrate": {"id": 10, "name": "engrate", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"explres": {"id": 11, "name": "explres", "type": "percentage", "method": "additive", "higherbetter": true},
"facinglimit": {"id": 12, "name": "facinglimit", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"falloff": {"id": 45, "name": "falloff", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"fallofffromrange": {"id": 42, "name": "fallofffromrange", "type": "numeric", "hidden": true, "method": "overwrite"},
"hullboost": {"id": 13, "name": "hullboost", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"hullreinforcement": {"id": 14, "name": "hullreinforcement", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"integrity": {"id": 15, "name": "integrity", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"jitter": {"id": 16, "name": "jitter", "type": "numeric", "method": "multiplicative", "higherbetter": true},
"kinres": {"id": 17, "name": "kinres", "type": "percentage", "method": "additive", "higherbetter": false},
"mass": {"id": 18, "name": "mass", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"maxfuel": {"id": 19, "name": "maxfuel", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"optmass": {"id": 20, "name": "optmass", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"optmul": {"id": 21, "name": "optmul", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"pgen": {"id": 22, "name": "pgen", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"piercing": {"id": 23, "name": "piercing", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"power": {"id": 24, "name": "power", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"protection": {"id": 44, "name": "protection", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"range": {"id": 25, "name": "range", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"ranget": {"id": 26, "name": "ranget", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"regen": {"id": 27, "name": "regen", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"reload": {"id": 28, "name": "reload", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"rof": {"id": 29, "name": "rof", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"shield": {"id": 30, "name": "shield", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"shieldboost": {"id": 31, "name": "shieldboost", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"shotspeed": {"id": 43, "name": "shotspeed", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"spinup": {"id": 32, "name": "spinup", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"syscap": {"id": 33, "name": "syscap", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"sysrate": {"id": 34, "name": "sysrate", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"thermload": {"id": 35, "name": "thermload", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"thermres": {"id": 36, "name": "thermres", "type": "percentage", "method": "additive", "higherbetter": true},
"wepcap": {"id": 37, "name": "wepcap", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"weprate": {"id": 38, "name": "weprate", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"shieldreinforcement": {"id": 39, "name": "shieldreinforcement", "type": "percentage", "method": "multiplicative", "higherbetter": true}
}

View File

@@ -340,9 +340,9 @@
},
"ls": {
"blueprints": {
"LifeSupport_LightWeight": [1, 2, 3, 4, 5],
"LifeSupport_Reinforced": [1, 2, 3, 4, 5],
"LifeSupport_Shielded": [1, 2, 3, 4, 5]
"LifeSupport_LightWeight": [1, 2, 3, 4],
"LifeSupport_Reinforced": [1, 2, 3, 4],
"LifeSupport_Shielded": [1, 2, 3, 4]
},
"modifications": [
"boot",
@@ -728,8 +728,8 @@
},
"scb": {
"blueprints": {
"ShieldCellBank_Rapid": [1, 2, 3, 4],
"ShieldCellBank_Specialised": [1, 2, 3, 4]
"ShieldCellBank_Rapid": [1, 2, 3],
"ShieldCellBank_Specialised": [1, 2, 3]
},
"modifications": [
"boot",

View File

@@ -1,7 +1,7 @@
{
"ul": [
{
"breachdmg": 7.05,
"breachdmg": 1.5,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
@@ -29,7 +29,7 @@
"thermload": 0.4
},
{
"breachdmg": 5.3,
"breachdmg": 1,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
@@ -57,9 +57,9 @@
"thermload": 0.3
},
{
"breachdmg": 1.92,
"breachdmg": 0.4,
"breachmax": 0.8,
"breachmin": 0.4,
"breachmin": 0.6,
"burst": 3,
"burstrof": 19,
"class": 1,
@@ -116,7 +116,7 @@
"thermload": 0.3
},
{
"breachdmg": 11.1,
"breachdmg": 3,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
@@ -144,7 +144,7 @@
"thermload": 0.8
},
{
"breachdmg": 8.82,
"breachdmg": 2.1,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
@@ -172,9 +172,9 @@
"thermload": 0.7
},
{
"breachdmg": 3.51,
"breachdmg": 0.9,
"breachmax": 0.8,
"breachmin": 0.4,
"breachmin": 0.6,
"burst": 3,
"burstrof": 15,
"class": 2,
@@ -200,7 +200,7 @@
"thermload": 0.4
},
{
"breachdmg": 10.53,
"breachdmg": 3.9,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
@@ -228,7 +228,7 @@
"thermload": 1.7
},
{
"breachdmg": 14.08,
"breachdmg": 4.4,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
@@ -256,9 +256,9 @@
"thermload": 1.4
},
{
"breachdmg": 5.58,
"breachdmg": 1.8,
"breachmax": 0.8,
"breachmin": 0.4,
"breachmin": 0.6,
"burst": 3,
"burstrof": 11,
"class": 3,
@@ -284,7 +284,7 @@
"thermload": 0.8
},
{
"breachdmg": 28,
"breachdmg": 17.5,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
@@ -312,7 +312,7 @@
"thermload": 4.5
},
{
"breachdmg": 21.63,
"breachdmg": 10.3,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,

View File

@@ -1,7 +1,7 @@
{
"pl": [
{
"breachdmg": 2.04,
"breachdmg": 1.7,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 1,

View File

@@ -66,7 +66,7 @@
"optmul": 0.9,
"power": 1.8,
"rating": "C",
"regen": 2.2,
"regen": 1.8,
"thermres": -0.2
},
{

View File

@@ -47,7 +47,7 @@
{
"class": 6,
"cost": 61420,
"edID": 12872926,
"edID": 128727926,
"eddbID": 1567,
"grp": "pce",
"id": "me",

View File

@@ -572,7 +572,7 @@
"optmul": 1.1,
"power": 3.72,
"rating": "B",
"regen": 3.1,
"regen": 1.3,
"thermres": -0.2
},
{

View File

@@ -1,6 +1,6 @@
{
"name": "coriolis-data",
"version": "2.2.13",
"version": "2.2.16",
"repository": {
"type": "git",
"url": "https://github.com/EDCD/coriolis-data"

View File

@@ -21,7 +21,7 @@
"roll": 100,
"yaw": 15
},
"retailCost": 3126160,
"retailCost": 3126150,
"bulkheads": [
{ "id": "cb", "edID": 128672271, "eddbID": 1513, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
{ "id": "cc", "edID": 128672272, "eddbID": 1514, "grp": "bh", "cost": 1250460, "mass": 12, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },

View File

@@ -40,7 +40,7 @@
"defaults": {
"standard": ["4E", "5E", "4E", "3E", "5E", "4E", "3C"],
"hardpoints": [17, 17, 0, 0, 0, 0],
"internal": ["4e", 0, 0, "02", 0, "2h"]
"internal": ["4e", 0, "02", 0, 0, "2h"]
}
}
}

View File

@@ -169,23 +169,26 @@ describe('JSON Data', function() {
it('has valid blueprints', function() {
var ids = {};
var names = {};
for (var k in Modifications.blueprints) {
const blueprint = Modifications.blueprints[k];
for (var blueprintname in Modifications.blueprints) {
const blueprint = Modifications.blueprints[blueprintname];
expect(names[blueprintname]).toBeFalsy('Name already exists: ' + blueprintname);
names[blueprintname] = true;
expect(ids[blueprint.id]).toBeFalsy('ID already exists: ' + blueprint.id);
expect(blueprint.name).toBeDefined('Blueprint has no name, ID:' + blueprint.id);
for (var x in blueprint.features) {
var b = blueprint.features[x];
var bfs = {};
for (var bf in b) {
expect(bfs[bf]).toBeFalsy(`Blueprint feature [${bf}] already exists: ${blueprint.name}`);
expect(Modifications.modifications[bf]).toBeDefined(`Blueprint feature [${bf}] uknown: ${blueprint.name}`);
bfs[bf] = true;
}
}
ids[blueprint.id] = true;
expect(blueprint.name).toBeDefined('Blueprint has no name, ID:' + blueprint.id);
expect(blueprint.grades).toBeDefined('Blueprint has no grades, ID:' + blueprint.id);
grades = {}
for (var grade in blueprint.grades) {
expect(grades[grade]).toBeFalsy('Grade already exists: ' + grade + ' for ' + blueprintname);
grades[grade] = true;
const blueprintgrade = blueprint.grades[grade];
expect(blueprintgrade.components).toBeDefined('Blueprint grade ' + grade + ' has no components for ' + blueprintname);
expect(blueprintgrade.features).toBeDefined('Blueprint grade ' + grade + ' has no features for ' + blueprintname);
}
}
});