mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
Compare commits
40 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4a4d315c2 | ||
|
|
daa6d74c2e | ||
|
|
2c5e658181 | ||
|
|
4e5ea494f5 | ||
|
|
c21575f26d | ||
|
|
9f6993b466 | ||
|
|
ed41236bba | ||
|
|
29f67ee228 | ||
|
|
4b8951d032 | ||
|
|
5096a3f740 | ||
|
|
28a7d9446d | ||
|
|
dca6fe643d | ||
|
|
e791d73f2a | ||
|
|
11d39dc0b5 | ||
|
|
3d47dd2fb7 | ||
|
|
c90ebd0f3f | ||
|
|
19e111b6a4 | ||
|
|
a74b6cfb51 | ||
|
|
926e89cf1e | ||
|
|
ba1ccdedb0 | ||
|
|
d1644df794 | ||
|
|
e99e86cfce | ||
|
|
fc649c6bbe | ||
|
|
41bc89df58 | ||
|
|
229e2742a7 | ||
|
|
6d4f79dda9 | ||
|
|
827ed4a6dd | ||
|
|
c82b28448c | ||
|
|
f3e4a19645 | ||
|
|
0d803c7c50 | ||
|
|
f02b9e0cac | ||
|
|
ea9294fd88 | ||
|
|
e020ee62c1 | ||
|
|
fa51463972 | ||
|
|
443ce708a5 | ||
|
|
1d2bb2d307 | ||
|
|
0026c1026e | ||
|
|
2d6ef26ab2 | ||
|
|
3a27604d01 | ||
|
|
a62adecffa |
24
ChangeLog.md
24
ChangeLog.md
@@ -1,3 +1,27 @@
|
|||||||
|
#2.2.17
|
||||||
|
* Add mass as potential SCB modification
|
||||||
|
* Fix mining laser statistics
|
||||||
|
* Remove non-existent grade 4 and 5 wake scanner modifications
|
||||||
|
* Add number of crew for each ship
|
||||||
|
|
||||||
|
#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
|
||||||
|
|
||||||
#2.2.12
|
#2.2.12
|
||||||
* Add special effects for each blueprint
|
* Add special effects for each blueprint
|
||||||
* Add IDs for most Powerplay modules
|
* Add IDs for most Powerplay modules
|
||||||
|
|||||||
6658
dist/index.js
vendored
6658
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
14413
dist/index.json
vendored
14413
dist/index.json
vendored
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,48 +1,48 @@
|
|||||||
{
|
{
|
||||||
"ammo": {"id": 0, "name": "ammo", "type": "percentage", "method": "multiplicative"},
|
"ammo": {"id": 0, "name": "ammo", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"boot": {"id": 1, "name": "boot", "type": "percentage", "method": "multiplicative"},
|
"boot": {"id": 1, "name": "boot", "type": "percentage", "method": "multiplicative", "higherbetter": false},
|
||||||
"brokenregen": {"id": 2, "name": "brokenregen", "type": "percentage", "method": "multiplicative"},
|
"brokenregen": {"id": 2, "name": "brokenregen", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"burst": {"id": 3, "name": "burst", "type": "numeric", "method": "overwrite"},
|
"burst": {"id": 3, "name": "burst", "type": "numeric", "method": "overwrite", "higherbetter": true},
|
||||||
"burstrof": {"id": 41, "name": "burstrof", "type": "numeric", "method": "overwrite"},
|
"burstrof": {"id": 41, "name": "burstrof", "type": "numeric", "method": "overwrite"},
|
||||||
"clip": {"id": 4, "name": "clip", "type": "percentage", "method": "multiplicative"},
|
"clip": {"id": 4, "name": "clip", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"damage": {"id": 5, "name": "damage", "type": "percentage", "method": "multiplicative"},
|
"damage": {"id": 5, "name": "damage", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"damagedist": {"id": 40, "name": "damage", "type": "hidden", "method": "overwrite"},
|
"damagedist": {"id": 40, "name": "damage", "type": "object", "hidden": true, "method": "overwrite"},
|
||||||
"distdraw": {"id": 6, "name": "distdraw", "type": "percentage", "method": "multiplicative"},
|
"distdraw": {"id": 6, "name": "distdraw", "type": "percentage", "method": "multiplicative", "higherbetter": false},
|
||||||
"duration": {"id": 7, "name": "duration", "type": "percentage", "method": "multiplicative"},
|
"duration": {"id": 7, "name": "duration", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"eff": {"id": 8, "name": "eff", "type": "percentage", "method": "multiplicative"},
|
"eff": {"id": 8, "name": "eff", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"engcap": {"id": 9, "name": "engcap", "type": "percentage", "method": "multiplicative"},
|
"engcap": {"id": 9, "name": "engcap", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"engrate": {"id": 10, "name": "engrate", "type": "percentage", "method": "multiplicative"},
|
"engrate": {"id": 10, "name": "engrate", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"explres": {"id": 11, "name": "explres", "type": "percentage", "method": "additive"},
|
"explres": {"id": 11, "name": "explres", "type": "percentage", "method": "additive", "higherbetter": true},
|
||||||
"facinglimit": {"id": 12, "name": "facinglimit", "type": "percentage", "method": "multiplicative"},
|
"facinglimit": {"id": 12, "name": "facinglimit", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"falloff": {"id": 45, "name": "falloff", "type": "percentage", "method": "multiplicative"},
|
"falloff": {"id": 45, "name": "falloff", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"fallofffromrange": {"id": 42, "name": "fallofffromrange", "type": "hidden", "method": "overwrite"},
|
"fallofffromrange": {"id": 42, "name": "fallofffromrange", "type": "numeric", "hidden": true, "method": "overwrite"},
|
||||||
"hullboost": {"id": 13, "name": "hullboost", "type": "percentage", "method": "multiplicative"},
|
"hullboost": {"id": 13, "name": "hullboost", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"hullreinforcement": {"id": 14, "name": "hullreinforcement", "type": "percentage", "method": "multiplicative"},
|
"hullreinforcement": {"id": 14, "name": "hullreinforcement", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"integrity": {"id": 15, "name": "integrity", "type": "percentage", "method": "multiplicative"},
|
"integrity": {"id": 15, "name": "integrity", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"jitter": {"id": 16, "name": "jitter", "type": "numeric", "method": "multiplicative"},
|
"jitter": {"id": 16, "name": "jitter", "type": "numeric", "method": "multiplicative", "higherbetter": true},
|
||||||
"kinres": {"id": 17, "name": "kinres", "type": "percentage", "method": "additive"},
|
"kinres": {"id": 17, "name": "kinres", "type": "percentage", "method": "additive", "higherbetter": false},
|
||||||
"mass": {"id": 18, "name": "mass", "type": "percentage", "method": "multiplicative"},
|
"mass": {"id": 18, "name": "mass", "type": "percentage", "method": "multiplicative", "higherbetter": false},
|
||||||
"maxfuel": {"id": 19, "name": "maxfuel", "type": "percentage", "method": "multiplicative"},
|
"maxfuel": {"id": 19, "name": "maxfuel", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"optmass": {"id": 20, "name": "optmass", "type": "percentage", "method": "multiplicative"},
|
"optmass": {"id": 20, "name": "optmass", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"optmul": {"id": 21, "name": "optmul", "type": "percentage", "method": "multiplicative"},
|
"optmul": {"id": 21, "name": "optmul", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"pgen": {"id": 22, "name": "pgen", "type": "percentage", "method": "multiplicative"},
|
"pgen": {"id": 22, "name": "pgen", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"piercing": {"id": 23, "name": "piercing", "type": "percentage", "method": "multiplicative"},
|
"piercing": {"id": 23, "name": "piercing", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"power": {"id": 24, "name": "power", "type": "percentage", "method": "multiplicative"},
|
"power": {"id": 24, "name": "power", "type": "percentage", "method": "multiplicative", "higherbetter": false},
|
||||||
"protection": {"id": 44, "name": "protection", "type": "percentage", "method": "multiplicative"},
|
"protection": {"id": 44, "name": "protection", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"range": {"id": 25, "name": "range", "type": "percentage", "method": "multiplicative"},
|
"range": {"id": 25, "name": "range", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"ranget": {"id": 26, "name": "ranget", "type": "percentage", "method": "multiplicative"},
|
"ranget": {"id": 26, "name": "ranget", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"regen": {"id": 27, "name": "regen", "type": "percentage", "method": "multiplicative"},
|
"regen": {"id": 27, "name": "regen", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"reload": {"id": 28, "name": "reload", "type": "percentage", "method": "multiplicative"},
|
"reload": {"id": 28, "name": "reload", "type": "percentage", "method": "multiplicative", "higherbetter": false},
|
||||||
"rof": {"id": 29, "name": "rof", "type": "percentage", "method": "multiplicative"},
|
"rof": {"id": 29, "name": "rof", "type": "percentage", "method": "multiplicative", "higherbetter": false},
|
||||||
"shield": {"id": 30, "name": "shield", "type": "percentage", "method": "multiplicative"},
|
"shield": {"id": 30, "name": "shield", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"shieldboost": {"id": 31, "name": "shieldboost", "type": "percentage", "method": "multiplicative"},
|
"shieldboost": {"id": 31, "name": "shieldboost", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"shotspeed": {"id": 43, "name": "shotspeed", "type": "percentage", "method": "multiplicative"},
|
"shotspeed": {"id": 43, "name": "shotspeed", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"spinup": {"id": 32, "name": "spinup", "type": "percentage", "method": "multiplicative"},
|
"spinup": {"id": 32, "name": "spinup", "type": "percentage", "method": "multiplicative", "higherbetter": false},
|
||||||
"syscap": {"id": 33, "name": "syscap", "type": "percentage", "method": "multiplicative"},
|
"syscap": {"id": 33, "name": "syscap", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"sysrate": {"id": 34, "name": "sysrate", "type": "percentage", "method": "multiplicative"},
|
"sysrate": {"id": 34, "name": "sysrate", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"thermload": {"id": 35, "name": "thermload", "type": "percentage", "method": "multiplicative"},
|
"thermload": {"id": 35, "name": "thermload", "type": "percentage", "method": "multiplicative", "higherbetter": false},
|
||||||
"thermres": {"id": 36, "name": "thermres", "type": "percentage", "method": "additive"},
|
"thermres": {"id": 36, "name": "thermres", "type": "percentage", "method": "additive", "higherbetter": true},
|
||||||
"wepcap": {"id": 37, "name": "wepcap", "type": "percentage", "method": "multiplicative"},
|
"wepcap": {"id": 37, "name": "wepcap", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"weprate": {"id": 38, "name": "weprate", "type": "percentage", "method": "multiplicative"},
|
"weprate": {"id": 38, "name": "weprate", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||||
"shieldreinforcement": {"id": 39, "name": "shieldreinforcement", "type": "percentage", "method": "multiplicative"}
|
"shieldreinforcement": {"id": 39, "name": "shieldreinforcement", "type": "percentage", "method": "multiplicative", "higherbetter": true}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -340,9 +340,9 @@
|
|||||||
},
|
},
|
||||||
"ls": {
|
"ls": {
|
||||||
"blueprints": {
|
"blueprints": {
|
||||||
"LifeSupport_LightWeight": [1, 2, 3, 4, 5],
|
"LifeSupport_LightWeight": [1, 2, 3, 4],
|
||||||
"LifeSupport_Reinforced": [1, 2, 3, 4, 5],
|
"LifeSupport_Reinforced": [1, 2, 3, 4],
|
||||||
"LifeSupport_Shielded": [1, 2, 3, 4, 5]
|
"LifeSupport_Shielded": [1, 2, 3, 4]
|
||||||
},
|
},
|
||||||
"modifications": [
|
"modifications": [
|
||||||
"boot",
|
"boot",
|
||||||
@@ -497,6 +497,7 @@
|
|||||||
"special_blinding_shell",
|
"special_blinding_shell",
|
||||||
"special_dispersal_field",
|
"special_dispersal_field",
|
||||||
"special_phasing_sequence",
|
"special_phasing_sequence",
|
||||||
|
"special_plasma_slug",
|
||||||
"special_target_lock_breaker",
|
"special_target_lock_breaker",
|
||||||
"special_thermal_conduit"
|
"special_thermal_conduit"
|
||||||
]
|
]
|
||||||
@@ -727,13 +728,14 @@
|
|||||||
},
|
},
|
||||||
"scb": {
|
"scb": {
|
||||||
"blueprints": {
|
"blueprints": {
|
||||||
"ShieldCellBank_Rapid": [1, 2, 3, 4],
|
"ShieldCellBank_Rapid": [1, 2, 3],
|
||||||
"ShieldCellBank_Specialised": [1, 2, 3, 4]
|
"ShieldCellBank_Specialised": [1, 2, 3]
|
||||||
},
|
},
|
||||||
"modifications": [
|
"modifications": [
|
||||||
"boot",
|
"boot",
|
||||||
"duration",
|
"duration",
|
||||||
"integrity",
|
"integrity",
|
||||||
|
"mass",
|
||||||
"power",
|
"power",
|
||||||
"shieldreinforcement",
|
"shieldreinforcement",
|
||||||
"spinup",
|
"spinup",
|
||||||
@@ -840,9 +842,9 @@
|
|||||||
},
|
},
|
||||||
"ws": {
|
"ws": {
|
||||||
"blueprints": {
|
"blueprints": {
|
||||||
"WakeScanner_LightWeight": [1, 2, 3, 4, 5],
|
"WakeScanner_LightWeight": [1, 2, 3],
|
||||||
"WakeScanner_Reinforced": [1, 2, 3, 4, 5],
|
"WakeScanner_Reinforced": [1, 2, 3],
|
||||||
"WakeScanner_Shielded": [1, 2, 3, 4, 5]
|
"WakeScanner_Shielded": [1, 2, 3]
|
||||||
},
|
},
|
||||||
"modifications": [
|
"modifications": [
|
||||||
"boot",
|
"boot",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"ul": [
|
"ul": [
|
||||||
{
|
{
|
||||||
"breachdmg": 7.05,
|
"breachdmg": 1.5,
|
||||||
"breachmax": 0.8,
|
"breachmax": 0.8,
|
||||||
"breachmin": 0.4,
|
"breachmin": 0.4,
|
||||||
"burst": 3,
|
"burst": 3,
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
"thermload": 0.4
|
"thermload": 0.4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"breachdmg": 5.3,
|
"breachdmg": 1,
|
||||||
"breachmax": 0.8,
|
"breachmax": 0.8,
|
||||||
"breachmin": 0.4,
|
"breachmin": 0.4,
|
||||||
"burst": 3,
|
"burst": 3,
|
||||||
@@ -57,9 +57,9 @@
|
|||||||
"thermload": 0.3
|
"thermload": 0.3
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"breachdmg": 1.92,
|
"breachdmg": 0.4,
|
||||||
"breachmax": 0.8,
|
"breachmax": 0.8,
|
||||||
"breachmin": 0.4,
|
"breachmin": 0.6,
|
||||||
"burst": 3,
|
"burst": 3,
|
||||||
"burstrof": 19,
|
"burstrof": 19,
|
||||||
"class": 1,
|
"class": 1,
|
||||||
@@ -116,7 +116,7 @@
|
|||||||
"thermload": 0.3
|
"thermload": 0.3
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"breachdmg": 11.1,
|
"breachdmg": 3,
|
||||||
"breachmax": 0.8,
|
"breachmax": 0.8,
|
||||||
"breachmin": 0.4,
|
"breachmin": 0.4,
|
||||||
"burst": 3,
|
"burst": 3,
|
||||||
@@ -144,7 +144,7 @@
|
|||||||
"thermload": 0.8
|
"thermload": 0.8
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"breachdmg": 8.82,
|
"breachdmg": 2.1,
|
||||||
"breachmax": 0.8,
|
"breachmax": 0.8,
|
||||||
"breachmin": 0.4,
|
"breachmin": 0.4,
|
||||||
"burst": 3,
|
"burst": 3,
|
||||||
@@ -172,9 +172,9 @@
|
|||||||
"thermload": 0.7
|
"thermload": 0.7
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"breachdmg": 3.51,
|
"breachdmg": 0.9,
|
||||||
"breachmax": 0.8,
|
"breachmax": 0.8,
|
||||||
"breachmin": 0.4,
|
"breachmin": 0.6,
|
||||||
"burst": 3,
|
"burst": 3,
|
||||||
"burstrof": 15,
|
"burstrof": 15,
|
||||||
"class": 2,
|
"class": 2,
|
||||||
@@ -200,7 +200,7 @@
|
|||||||
"thermload": 0.4
|
"thermload": 0.4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"breachdmg": 10.53,
|
"breachdmg": 3.9,
|
||||||
"breachmax": 0.8,
|
"breachmax": 0.8,
|
||||||
"breachmin": 0.4,
|
"breachmin": 0.4,
|
||||||
"burst": 3,
|
"burst": 3,
|
||||||
@@ -228,7 +228,7 @@
|
|||||||
"thermload": 1.7
|
"thermload": 1.7
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"breachdmg": 14.08,
|
"breachdmg": 4.4,
|
||||||
"breachmax": 0.8,
|
"breachmax": 0.8,
|
||||||
"breachmin": 0.4,
|
"breachmin": 0.4,
|
||||||
"burst": 3,
|
"burst": 3,
|
||||||
@@ -256,9 +256,9 @@
|
|||||||
"thermload": 1.4
|
"thermload": 1.4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"breachdmg": 5.58,
|
"breachdmg": 1.8,
|
||||||
"breachmax": 0.8,
|
"breachmax": 0.8,
|
||||||
"breachmin": 0.4,
|
"breachmin": 0.6,
|
||||||
"burst": 3,
|
"burst": 3,
|
||||||
"burstrof": 11,
|
"burstrof": 11,
|
||||||
"class": 3,
|
"class": 3,
|
||||||
@@ -284,7 +284,7 @@
|
|||||||
"thermload": 0.8
|
"thermload": 0.8
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"breachdmg": 28,
|
"breachdmg": 17.5,
|
||||||
"breachmax": 0.8,
|
"breachmax": 0.8,
|
||||||
"breachmin": 0.4,
|
"breachmin": 0.4,
|
||||||
"burst": 3,
|
"burst": 3,
|
||||||
@@ -312,7 +312,7 @@
|
|||||||
"thermload": 4.5
|
"thermload": 4.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"breachdmg": 21.63,
|
"breachdmg": 10.3,
|
||||||
"breachmax": 0.8,
|
"breachmax": 0.8,
|
||||||
"breachmin": 0.4,
|
"breachmin": 0.4,
|
||||||
"burst": 3,
|
"burst": 3,
|
||||||
|
|||||||
@@ -7,8 +7,10 @@
|
|||||||
"class": 1,
|
"class": 1,
|
||||||
"cost": 6800,
|
"cost": 6800,
|
||||||
"damage": 2,
|
"damage": 2,
|
||||||
"damagedist": {},
|
"damagedist": {
|
||||||
"distdraw": 1.35,
|
"T": 1
|
||||||
|
},
|
||||||
|
"distdraw": 1.5,
|
||||||
"edID": 128049525,
|
"edID": 128049525,
|
||||||
"eddbID": 888,
|
"eddbID": 888,
|
||||||
"falloff": 300,
|
"falloff": 300,
|
||||||
@@ -51,14 +53,16 @@
|
|||||||
"thermload": 6
|
"thermload": 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"breachdmg": 1.2,
|
"breachdmg": 0.6,
|
||||||
"breachmax": 0.2,
|
"breachmax": 0.2,
|
||||||
"breachmin": 0.1,
|
"breachmin": 0.1,
|
||||||
"class": 2,
|
"class": 2,
|
||||||
"cost": 22580,
|
"cost": 22580,
|
||||||
"damage": 8,
|
"damage": 4,
|
||||||
"damagedist": {},
|
"damagedist": {
|
||||||
"distdraw": 1.75,
|
"T": 1
|
||||||
|
},
|
||||||
|
"distdraw": 3,
|
||||||
"edID": 128049526,
|
"edID": 128049526,
|
||||||
"eddbID": 889,
|
"eddbID": 889,
|
||||||
"falloff": 300,
|
"falloff": 300,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pl": [
|
"pl": [
|
||||||
{
|
{
|
||||||
"breachdmg": 2.04,
|
"breachdmg": 1.7,
|
||||||
"breachmax": 0.8,
|
"breachmax": 0.8,
|
||||||
"breachmin": 0.4,
|
"breachmin": 0.4,
|
||||||
"class": 1,
|
"class": 1,
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
"optmul": 0.9,
|
"optmul": 0.9,
|
||||||
"power": 1.8,
|
"power": 1.8,
|
||||||
"rating": "C",
|
"rating": "C",
|
||||||
"regen": 2.2,
|
"regen": 1.8,
|
||||||
"thermres": -0.2
|
"thermres": -0.2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
{
|
{
|
||||||
"class": 6,
|
"class": 6,
|
||||||
"cost": 61420,
|
"cost": 61420,
|
||||||
"edID": 12872926,
|
"edID": 128727926,
|
||||||
"eddbID": 1567,
|
"eddbID": 1567,
|
||||||
"grp": "pce",
|
"grp": "pce",
|
||||||
"id": "me",
|
"id": "me",
|
||||||
|
|||||||
@@ -572,7 +572,7 @@
|
|||||||
"optmul": 1.1,
|
"optmul": 1.1,
|
||||||
"power": 3.72,
|
"power": 3.72,
|
||||||
"rating": "B",
|
"rating": "B",
|
||||||
"regen": 3.1,
|
"regen": 1.3,
|
||||||
"thermres": -0.2
|
"thermres": -0.2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "coriolis-data",
|
"name": "coriolis-data",
|
||||||
"version": "2.2.12",
|
"version": "2.2.17",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/EDCD/coriolis-data"
|
"url": "https://github.com/EDCD/coriolis-data"
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"pipSpeed": 0.13625,
|
"pipSpeed": 0.13625,
|
||||||
"pitch": 38,
|
"pitch": 38,
|
||||||
"roll": 100,
|
"roll": 100,
|
||||||
"yaw": 14
|
"yaw": 14,
|
||||||
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 87810,
|
"retailCost": 87810,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -19,7 +19,8 @@
|
|||||||
"fighterHangars": true,
|
"fighterHangars": true,
|
||||||
"pitch": 25,
|
"pitch": 25,
|
||||||
"roll": 60,
|
"roll": 60,
|
||||||
"yaw": 10
|
"yaw": 10,
|
||||||
|
"crew": 3
|
||||||
},
|
},
|
||||||
"retailCost": 146969450,
|
"retailCost": 146969450,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"pipSpeed": 0.13,
|
"pipSpeed": 0.13,
|
||||||
"pitch": 38,
|
"pitch": 38,
|
||||||
"roll": 100,
|
"roll": 100,
|
||||||
"yaw": 10
|
"yaw": 10,
|
||||||
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 6661150,
|
"retailCost": 6661150,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"pipSpeed": 0.125,
|
"pipSpeed": 0.125,
|
||||||
"pitch": 40,
|
"pitch": 40,
|
||||||
"roll": 110,
|
"roll": 110,
|
||||||
"yaw": 15
|
"yaw": 15,
|
||||||
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 3961150,
|
"retailCost": 3961150,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -20,7 +20,8 @@
|
|||||||
"fighterHangars": true,
|
"fighterHangars": true,
|
||||||
"pitch": 25,
|
"pitch": 25,
|
||||||
"roll": 60,
|
"roll": 60,
|
||||||
"yaw": 17
|
"yaw": 17,
|
||||||
|
"crew": 3
|
||||||
},
|
},
|
||||||
"retailCost": 84532770,
|
"retailCost": 84532770,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"pipSpeed": 0.125,
|
"pipSpeed": 0.125,
|
||||||
"pitch": 40,
|
"pitch": 40,
|
||||||
"roll": 100,
|
"roll": 100,
|
||||||
"yaw": 10
|
"yaw": 10,
|
||||||
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 349720,
|
"retailCost": 349720,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"pipSpeed": 0.125,
|
"pipSpeed": 0.125,
|
||||||
"pitch": 30,
|
"pitch": 30,
|
||||||
"roll": 90,
|
"roll": 90,
|
||||||
"yaw": 10
|
"yaw": 10,
|
||||||
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 747660,
|
"retailCost": 747660,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -17,7 +17,8 @@
|
|||||||
"pipSpeed": 0.09625,
|
"pipSpeed": 0.09625,
|
||||||
"pitch": 35,
|
"pitch": 35,
|
||||||
"roll": 90,
|
"roll": 90,
|
||||||
"yaw": 13
|
"yaw": 13,
|
||||||
|
"crew": 1
|
||||||
},
|
},
|
||||||
"retailCost": 1894760,
|
"retailCost": 1894760,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"pipSpeed": 0.09875,
|
"pipSpeed": 0.09875,
|
||||||
"pitch": 42,
|
"pitch": 42,
|
||||||
"roll": 100,
|
"roll": 100,
|
||||||
"yaw": 15
|
"yaw": 15,
|
||||||
|
"crew": 1
|
||||||
} ,
|
} ,
|
||||||
"retailCost": 564330,
|
"retailCost": 564330,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"pipSpeed": 0.0625,
|
"pipSpeed": 0.0625,
|
||||||
"pitch": 50,
|
"pitch": 50,
|
||||||
"roll": 120,
|
"roll": 120,
|
||||||
"yaw": 18
|
"yaw": 18,
|
||||||
|
"crew": 1
|
||||||
},
|
},
|
||||||
"retailCost": 44800,
|
"retailCost": 44800,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -17,7 +17,8 @@
|
|||||||
"pipSpeed": 0.11125,
|
"pipSpeed": 0.11125,
|
||||||
"pitch": 38,
|
"pitch": 38,
|
||||||
"roll": 90,
|
"roll": 90,
|
||||||
"yaw": 19
|
"yaw": 19,
|
||||||
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 19814210,
|
"retailCost": 19814210,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -19,7 +19,8 @@
|
|||||||
"fighterHangars": true,
|
"fighterHangars": true,
|
||||||
"pitch": 28,
|
"pitch": 28,
|
||||||
"roll": 75,
|
"roll": 75,
|
||||||
"yaw": 8
|
"yaw": 8,
|
||||||
|
"crew": 3
|
||||||
},
|
},
|
||||||
"retailCost": 187969450,
|
"retailCost": 187969450,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"pipSpeed": 0.0725,
|
"pipSpeed": 0.0725,
|
||||||
"pitch": 30,
|
"pitch": 30,
|
||||||
"roll": 80,
|
"roll": 80,
|
||||||
"yaw": 14
|
"yaw": 14,
|
||||||
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 14314210,
|
"retailCost": 14314210,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -19,7 +19,8 @@
|
|||||||
"fighterHangars": true,
|
"fighterHangars": true,
|
||||||
"pitch": 25,
|
"pitch": 25,
|
||||||
"roll": 80,
|
"roll": 80,
|
||||||
"yaw": 18
|
"yaw": 18,
|
||||||
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 35814210,
|
"retailCost": 35814210,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"pipSpeed": 0.03875,
|
"pipSpeed": 0.03875,
|
||||||
"pitch": 38,
|
"pitch": 38,
|
||||||
"roll": 90,
|
"roll": 90,
|
||||||
"yaw": 12
|
"yaw": 12,
|
||||||
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 51567040,
|
"retailCost": 51567040,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"pipSpeed": 0.1625,
|
"pipSpeed": 0.1625,
|
||||||
"pitch": 36,
|
"pitch": 36,
|
||||||
"roll": 100,
|
"roll": 100,
|
||||||
"yaw": 14
|
"yaw": 14,
|
||||||
|
"crew": 1
|
||||||
},
|
},
|
||||||
"retailCost": 52720,
|
"retailCost": 52720,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"pipSpeed": 0.1,
|
"pipSpeed": 0.1,
|
||||||
"pitch": 40,
|
"pitch": 40,
|
||||||
"roll": 80,
|
"roll": 80,
|
||||||
"yaw": 18
|
"yaw": 18,
|
||||||
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 22296860,
|
"retailCost": 22296860,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -17,7 +17,8 @@
|
|||||||
"pipSpeed": 0.05375,
|
"pipSpeed": 0.05375,
|
||||||
"pitch": 38,
|
"pitch": 38,
|
||||||
"roll": 90,
|
"roll": 90,
|
||||||
"yaw": 16
|
"yaw": 16,
|
||||||
|
"crew": 1
|
||||||
},
|
},
|
||||||
"retailCost": 2542930,
|
"retailCost": 2542930,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"fighterHangars": true,
|
"fighterHangars": true,
|
||||||
"pitch": 18,
|
"pitch": 18,
|
||||||
"roll": 45,
|
"roll": 45,
|
||||||
"yaw":8
|
"yaw": 8,
|
||||||
|
"crew": 3
|
||||||
},
|
},
|
||||||
"retailCost": 208969450,
|
"retailCost": 208969450,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"pipSpeed": 0.075,
|
"pipSpeed": 0.075,
|
||||||
"pitch": 40,
|
"pitch": 40,
|
||||||
"roll": 100,
|
"roll": 100,
|
||||||
"yaw": 15
|
"yaw": 15,
|
||||||
|
"crew": 1
|
||||||
},
|
},
|
||||||
"retailCost": 110830,
|
"retailCost": 110830,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"name": "Keelback",
|
"name": "Keelback",
|
||||||
"manufacturer": "Lakon",
|
"manufacturer": "Lakon",
|
||||||
"class": 2,
|
"class": 2,
|
||||||
"hullCost": 2943880,
|
"hullCost": 2943870,
|
||||||
"speed": 200,
|
"speed": 200,
|
||||||
"boost": 300,
|
"boost": 300,
|
||||||
"boostEnergy": 10,
|
"boostEnergy": 10,
|
||||||
@@ -19,9 +19,10 @@
|
|||||||
"fighterHangars": true,
|
"fighterHangars": true,
|
||||||
"pitch": 27,
|
"pitch": 27,
|
||||||
"roll": 100,
|
"roll": 100,
|
||||||
"yaw": 15
|
"yaw": 15,
|
||||||
|
"crew": 1
|
||||||
},
|
},
|
||||||
"retailCost": 3126160,
|
"retailCost": 3126150,
|
||||||
"bulkheads": [
|
"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": "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 },
|
{ "id": "cc", "edID": 128672272, "eddbID": 1514, "grp": "bh", "cost": 1250460, "mass": 12, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
||||||
|
|||||||
@@ -19,7 +19,8 @@
|
|||||||
"luxuryCabins": true,
|
"luxuryCabins": true,
|
||||||
"pitch": 25,
|
"pitch": 25,
|
||||||
"roll": 55,
|
"roll": 55,
|
||||||
"yaw": 18
|
"yaw": 18,
|
||||||
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 48539900,
|
"retailCost": 48539900,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"pipSpeed": 0.0975,
|
"pipSpeed": 0.0975,
|
||||||
"pitch": 29,
|
"pitch": 29,
|
||||||
"roll": 90,
|
"roll": 90,
|
||||||
"yaw": 10
|
"yaw": 10,
|
||||||
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 56978180,
|
"retailCost": 56978180,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"name": "Sidewinder",
|
"name": "Sidewinder",
|
||||||
"manufacturer": "Faulcon DeLacy",
|
"manufacturer": "Faulcon DeLacy",
|
||||||
"class": 1,
|
"class": 1,
|
||||||
"hullCost": 12870,
|
"hullCost": 4070,
|
||||||
"speed": 220,
|
"speed": 220,
|
||||||
"boost": 320,
|
"boost": 320,
|
||||||
"boostEnergy": 7,
|
"boostEnergy": 7,
|
||||||
@@ -18,9 +18,10 @@
|
|||||||
"pipSpeed": 0.1375,
|
"pipSpeed": 0.1375,
|
||||||
"pitch": 42,
|
"pitch": 42,
|
||||||
"roll": 110,
|
"roll": 110,
|
||||||
"yaw": 16
|
"yaw": 16,
|
||||||
|
"crew": 1
|
||||||
},
|
},
|
||||||
"retailCost": 40800,
|
"retailCost": 32000,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{ "id": "b0", "edID": 128049250, "eddbID": 738, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
{ "id": "b0", "edID": 128049250, "eddbID": 738, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
||||||
{ "id": "b1", "edID": 128049251, "eddbID": 739, "grp": "bh", "cost": 25600, "mass": 2, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
{ "id": "b1", "edID": 128049251, "eddbID": 739, "grp": "bh", "cost": 25600, "mass": 2, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"pipSpeed": 0.1475,
|
"pipSpeed": 0.1475,
|
||||||
"pitch": 30,
|
"pitch": 30,
|
||||||
"roll": 100,
|
"roll": 100,
|
||||||
"yaw": 17
|
"yaw": 17,
|
||||||
|
"crew": 1
|
||||||
},
|
},
|
||||||
"retailCost": 1045950,
|
"retailCost": 1045950,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"pipSpeed": 0.16625,
|
"pipSpeed": 0.16625,
|
||||||
"pitch": 22,
|
"pitch": 22,
|
||||||
"roll": 60,
|
"roll": 60,
|
||||||
"yaw": 22
|
"yaw": 22,
|
||||||
|
"crew": 1
|
||||||
},
|
},
|
||||||
"retailCost": 17472260,
|
"retailCost": 17472260,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -19,7 +19,8 @@
|
|||||||
"fighterHangars": true,
|
"fighterHangars": true,
|
||||||
"pitch": 20,
|
"pitch": 20,
|
||||||
"roll": 20,
|
"roll": 20,
|
||||||
"yaw": 8
|
"yaw": 8,
|
||||||
|
"crew": 3
|
||||||
},
|
},
|
||||||
"retailCost": 76555840,
|
"retailCost": 76555840,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"pipSpeed": 0.09375,
|
"pipSpeed": 0.09375,
|
||||||
"pitch": 35,
|
"pitch": 35,
|
||||||
"roll": 90,
|
"roll": 90,
|
||||||
"yaw": 15
|
"yaw": 15,
|
||||||
|
"crew": 1
|
||||||
},
|
},
|
||||||
"retailCost": 142930,
|
"retailCost": 142930,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"pipSpeed": 0.0875,
|
"pipSpeed": 0.0875,
|
||||||
"pitch": 30,
|
"pitch": 30,
|
||||||
"roll": 90,
|
"roll": 90,
|
||||||
"yaw": 12
|
"yaw": 12,
|
||||||
|
"crew": 1
|
||||||
},
|
},
|
||||||
"retailCost": 437930,
|
"retailCost": 437930,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"pipSpeed": 0.02375,
|
"pipSpeed": 0.02375,
|
||||||
"pitch": 42,
|
"pitch": 42,
|
||||||
"roll": 110,
|
"roll": 110,
|
||||||
"yaw": 17
|
"yaw": 17,
|
||||||
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 4925620,
|
"retailCost": 4925620,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
@@ -40,7 +41,7 @@
|
|||||||
"defaults": {
|
"defaults": {
|
||||||
"standard": ["4E", "5E", "4E", "3E", "5E", "4E", "3C"],
|
"standard": ["4E", "5E", "4E", "3E", "5E", "4E", "3C"],
|
||||||
"hardpoints": [17, 17, 0, 0, 0, 0],
|
"hardpoints": [17, 17, 0, 0, 0, 0],
|
||||||
"internal": ["4e", 0, 0, "02", 0, "2h"]
|
"internal": ["4e", 0, "02", 0, 0, "2h"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,7 +20,8 @@ describe('JSON Data', function() {
|
|||||||
'pipSpeed',
|
'pipSpeed',
|
||||||
'pitch',
|
'pitch',
|
||||||
'roll',
|
'roll',
|
||||||
'yaw'
|
'yaw',
|
||||||
|
'crew'
|
||||||
];
|
];
|
||||||
|
|
||||||
var edIDs = {};
|
var edIDs = {};
|
||||||
@@ -169,23 +170,26 @@ describe('JSON Data', function() {
|
|||||||
|
|
||||||
it('has valid blueprints', function() {
|
it('has valid blueprints', function() {
|
||||||
var ids = {};
|
var ids = {};
|
||||||
|
var names = {};
|
||||||
|
|
||||||
for (var k in Modifications.blueprints) {
|
for (var blueprintname in Modifications.blueprints) {
|
||||||
const blueprint = Modifications.blueprints[k];
|
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(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;
|
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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -200,7 +204,19 @@ describe('JSON Data', function() {
|
|||||||
expect(modification.method).toBeDefined('Modification has no method, ID:' + modification.id);
|
expect(modification.method).toBeDefined('Modification has no method, ID:' + modification.id);
|
||||||
ids[modification.id] = true;
|
ids[modification.id] = true;
|
||||||
}
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
it('has valid module modifications', function() {
|
||||||
|
for (var m in Modifications.modules) {
|
||||||
|
const module = Modifications.modules[m];
|
||||||
|
for (var bp in module.blueprints) {
|
||||||
|
expect(Modifications.blueprints[bp]).toBeDefined('Missing ' + bp + ' for ' + m);
|
||||||
|
for (var g in module.blueprints[bp]) {
|
||||||
|
const grade = module.blueprints[bp][g];
|
||||||
|
expect(Modifications.blueprints[bp].grades[grade]).toBeDefined('Missing ' + bp + ' grade ' + grade + ' for ' + m);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
it('has valid specials', function() {
|
it('has valid specials', function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user