mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
Fix incorrect modification
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -13946,7 +13946,7 @@ module.exports = {
|
||||
method: "multiplicative"
|
||||
},
|
||||
shieldreinforcement: {
|
||||
id: 38,
|
||||
id: 39,
|
||||
name: "shieldreinforcement",
|
||||
type: "numeric",
|
||||
method: "multiplicative"
|
||||
|
||||
2
dist/index.json
vendored
2
dist/index.json
vendored
@@ -16342,7 +16342,7 @@
|
||||
"method": "multiplicative"
|
||||
},
|
||||
"shieldreinforcement": {
|
||||
"id": 38,
|
||||
"id": 39,
|
||||
"name": "shieldreinforcement",
|
||||
"type": "numeric",
|
||||
"method": "multiplicative"
|
||||
|
||||
@@ -38,6 +38,6 @@
|
||||
"thermres": {"id": 36, "name": "thermres", "type": "numeric", "method": "additive"},
|
||||
"wepcap": {"id": 37, "name": "wepcap", "type": "numeric", "method": "multiplicative"},
|
||||
"weprate": {"id": 38, "name": "weprate", "type": "numeric", "method": "multiplicative"},
|
||||
"shieldreinforcement": {"id": 38, "name": "shieldreinforcement", "type": "numeric", "method": "multiplicative"},
|
||||
"shieldreinforcement": {"id": 39, "name": "shieldreinforcement", "type": "numeric", "method": "multiplicative"},
|
||||
"type": {"id": 40, "name": "type", "type": "alphabetic", "method": "overwrite"}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user