mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 07:55:33 +00:00
Fix incorrect armour names
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
* Fix incorrect base shield values for Cutter and Corvette
|
* Fix incorrect base shield values for Cutter and Corvette
|
||||||
* Update weapons to have %-based damage distributions
|
* Update weapons to have %-based damage distributions
|
||||||
* Remove power draw for detailed surface scanner - although shown in outfitting it is not part of active power
|
* Remove power draw for detailed surface scanner - although shown in outfitting it is not part of active power
|
||||||
|
* Fix incorrect names for lightweight and kinetic armour
|
||||||
|
|
||||||
#2.2.9
|
#2.2.9
|
||||||
* Add falloff metric for weapons
|
* Add falloff metric for weapons
|
||||||
|
|||||||
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -14168,7 +14168,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
name: "Shielded"
|
name: "Shielded"
|
||||||
},
|
},
|
||||||
Armour_Advanced: {
|
Armour_Kinetic: {
|
||||||
id: 4,
|
id: 4,
|
||||||
features: {
|
features: {
|
||||||
"1": {
|
"1": {
|
||||||
@@ -14230,7 +14230,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
name: "Blast Resistant"
|
name: "Blast Resistant"
|
||||||
},
|
},
|
||||||
Armour_LightWeight: {
|
Armour_Advanced: {
|
||||||
id: 6,
|
id: 6,
|
||||||
features: {
|
features: {
|
||||||
"1": {
|
"1": {
|
||||||
|
|||||||
4
dist/index.json
vendored
4
dist/index.json
vendored
@@ -16699,7 +16699,7 @@
|
|||||||
},
|
},
|
||||||
"name": "Shielded"
|
"name": "Shielded"
|
||||||
},
|
},
|
||||||
"Armour_Advanced": {
|
"Armour_Kinetic": {
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"features": {
|
"features": {
|
||||||
"1": {
|
"1": {
|
||||||
@@ -16851,7 +16851,7 @@
|
|||||||
},
|
},
|
||||||
"name": "Blast Resistant"
|
"name": "Blast Resistant"
|
||||||
},
|
},
|
||||||
"Armour_LightWeight": {
|
"Armour_Advanced": {
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"features": {
|
"features": {
|
||||||
"1": {
|
"1": {
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
},
|
},
|
||||||
"name": "Shielded"
|
"name": "Shielded"
|
||||||
},
|
},
|
||||||
"Armour_Advanced": {
|
"Armour_Kinetic": {
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"features": {
|
"features": {
|
||||||
"1": {
|
"1": {
|
||||||
@@ -139,7 +139,7 @@
|
|||||||
},
|
},
|
||||||
"name": "Blast Resistant"
|
"name": "Blast Resistant"
|
||||||
},
|
},
|
||||||
"Armour_LightWeight": {
|
"Armour_Advanced": {
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"features": {
|
"features": {
|
||||||
"1": {
|
"1": {
|
||||||
|
|||||||
Reference in New Issue
Block a user