mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
Fix internal name of dazzle shell
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#2.2.5
|
#2.2.5
|
||||||
* Fix rate of fire for burst lasers
|
* Fix rate of fire for burst lasers
|
||||||
* Add fragment cannon modifications
|
* Add fragment cannon modifications
|
||||||
|
* Fix internal name of dazzle shell
|
||||||
|
|
||||||
#2.2.4
|
#2.2.4
|
||||||
* Fix incorrect ID for class 5 luxury passenger cabin
|
* Fix incorrect ID for class 5 luxury passenger cabin
|
||||||
|
|||||||
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -14304,7 +14304,7 @@ module.exports = {
|
|||||||
id: 3,
|
id: 3,
|
||||||
name: "Corrosive shell"
|
name: "Corrosive shell"
|
||||||
},
|
},
|
||||||
special_dazzle_shell: {
|
special_blinding_shell: {
|
||||||
id: 4,
|
id: 4,
|
||||||
name: "Dazzle shell"
|
name: "Dazzle shell"
|
||||||
},
|
},
|
||||||
|
|||||||
2
dist/index.json
vendored
2
dist/index.json
vendored
@@ -16700,7 +16700,7 @@
|
|||||||
"id": 3,
|
"id": 3,
|
||||||
"name": "Corrosive shell"
|
"name": "Corrosive shell"
|
||||||
},
|
},
|
||||||
"special_dazzle_shell": {
|
"special_blinding_shell": {
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"name": "Dazzle shell"
|
"name": "Dazzle shell"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"special_choke_canister": {"id": 1, "name": "Choke canister"},
|
"special_choke_canister": {"id": 1, "name": "Choke canister"},
|
||||||
"special_concordant_sequence": {"id": 2, "name": "Concordant sequence"},
|
"special_concordant_sequence": {"id": 2, "name": "Concordant sequence"},
|
||||||
"special_corrosive_shell": {"id": 3, "name": "Corrosive shell"},
|
"special_corrosive_shell": {"id": 3, "name": "Corrosive shell"},
|
||||||
"special_dazzle_shell": {"id": 4, "name": "Dazzle shell"},
|
"special_blinding_shell": {"id": 4, "name": "Dazzle shell"},
|
||||||
"special_dispersal_field": {"id": 5, "name": "Dispersal field"},
|
"special_dispersal_field": {"id": 5, "name": "Dispersal field"},
|
||||||
"special_distortion_field": {"id": 6, "name": "Distortion field"},
|
"special_distortion_field": {"id": 6, "name": "Distortion field"},
|
||||||
"special_drag_munitions": {"id": 7, "name": "Drag munitions"},
|
"special_drag_munitions": {"id": 7, "name": "Drag munitions"},
|
||||||
|
|||||||
Reference in New Issue
Block a user