@skullandbonestools/snbdata 5.0.21 → 5.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/data/modifications.json
CHANGED
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"range": [0.075, 0.125]
|
|
75
75
|
}
|
|
76
76
|
],
|
|
77
|
-
"effectType": "
|
|
77
|
+
"effectType": "addElementalDamage",
|
|
78
78
|
"damageType": "burning",
|
|
79
79
|
"repairAccess": "none",
|
|
80
80
|
"dropOnly": false,
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"range": [0.075, 0.125]
|
|
124
124
|
}
|
|
125
125
|
],
|
|
126
|
-
"effectType": "
|
|
126
|
+
"effectType": "addElementalDamage",
|
|
127
127
|
"damageType": "electric",
|
|
128
128
|
"repairAccess": "none",
|
|
129
129
|
"dropOnly": false,
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
"range": [0.075, 0.125]
|
|
265
265
|
}
|
|
266
266
|
],
|
|
267
|
-
"effectType": "
|
|
267
|
+
"effectType": "addElementalDamage",
|
|
268
268
|
"damageType": "piercing",
|
|
269
269
|
"repairAccess": "none",
|
|
270
270
|
"dropOnly": false,
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
"range": [0.075, 0.125]
|
|
281
281
|
}
|
|
282
282
|
],
|
|
283
|
-
"effectType": "
|
|
283
|
+
"effectType": "addElementalDamage",
|
|
284
284
|
"damageType": "explosive",
|
|
285
285
|
"repairAccess": "none",
|
|
286
286
|
"dropOnly": false,
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
"range": [0.075, 0.125]
|
|
313
313
|
}
|
|
314
314
|
],
|
|
315
|
-
"effectType": "
|
|
315
|
+
"effectType": "addElementalDamage",
|
|
316
316
|
"damageType": "flooding",
|
|
317
317
|
"repairAccess": "none",
|
|
318
318
|
"dropOnly": false,
|
|
@@ -7,6 +7,6 @@
|
|
|
7
7
|
*/
|
|
8
8
|
export type Grade = "basic" | "advanced" | "special";
|
|
9
9
|
export type RepairAccess = "none" | "shared" | "exclusive";
|
|
10
|
-
export type EffectType = "ignoreResistance" | "bonusElementalDamage" | "increaseDamage" | "increaseReloadSpeed" | "extraElementalDamage" | "extraDamage" | "increaseProjectileSpeed" | "increaseProjectileRange" | "reduceTimeToTarget" | "increaseCritDamage" | "increaseSiegeDamage" | "increaseSailDamage" | "increaseBlastRadius" | "increaseBuoyOperationTime" | "increaseBuoyHealth";
|
|
10
|
+
export type EffectType = "ignoreResistance" | "bonusElementalDamage" | "addElementalDamage" | "increaseDamage" | "increaseReloadSpeed" | "extraElementalDamage" | "extraDamage" | "increaseProjectileSpeed" | "increaseProjectileRange" | "reduceTimeToTarget" | "increaseCritDamage" | "increaseSiegeDamage" | "increaseSailDamage" | "increaseBlastRadius" | "increaseBuoyOperationTime" | "increaseBuoyHealth";
|
|
11
11
|
export type DamageType = "piercing" | "electric" | "explosive" | "flooding" | "burning" | "overall" | "base";
|
|
12
12
|
//# sourceMappingURL=ModificationProperties.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModificationProperties.d.ts","sourceRoot":"","sources":["../../src/types/ModificationProperties.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,MAAM,KAAK,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,CAAC;AAErD,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,CAAC;AAC3D,MAAM,MAAM,UAAU,GAAG,kBAAkB,GAAG,sBAAsB,GAAG,gBAAgB,GAAG,qBAAqB,GAAG,sBAAsB,
|
|
1
|
+
{"version":3,"file":"ModificationProperties.d.ts","sourceRoot":"","sources":["../../src/types/ModificationProperties.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,MAAM,KAAK,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,CAAC;AAErD,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,CAAC;AAC3D,MAAM,MAAM,UAAU,GAAG,kBAAkB,GAAG,sBAAsB,GAAG,oBAAoB,GAAG,gBAAgB,GAAG,qBAAqB,GAAG,sBAAsB,GAC3J,aAAa,GAAG,yBAAyB,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,oBAAoB,GAAG,qBAAqB,GAC3I,oBAAoB,GAAG,qBAAqB,GAAG,2BAA2B,GAAG,oBAAoB,CAAC;AACtG,MAAM,MAAM,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,WAAW,GAAG,UAAU,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,CAAC"}
|