koishi-plugin-ggcevo-game 1.2.24 → 1.2.25
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/lib/index.js +14 -14
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -305,22 +305,21 @@ function apply(ctx, config) {
|
|
|
305
305
|
"护盾": 0.5
|
|
306
306
|
}
|
|
307
307
|
},
|
|
308
|
-
"
|
|
308
|
+
"等离子切割机": {
|
|
309
309
|
id: 5,
|
|
310
310
|
type: "实弹武器",
|
|
311
|
-
damage:
|
|
312
|
-
description: "
|
|
313
|
-
price:
|
|
311
|
+
damage: 12,
|
|
312
|
+
description: "一种改造后的采矿切割机,有效对抗重甲单位",
|
|
313
|
+
price: 150,
|
|
314
314
|
tagEffects: {
|
|
315
|
-
"
|
|
316
|
-
"
|
|
317
|
-
"重甲": 0.2
|
|
315
|
+
"重甲": 1.5,
|
|
316
|
+
"机械": 1.2
|
|
318
317
|
}
|
|
319
318
|
},
|
|
320
319
|
"霰弹枪": {
|
|
321
320
|
id: 6,
|
|
322
321
|
type: "实弹武器",
|
|
323
|
-
damage:
|
|
322
|
+
damage: 28,
|
|
324
323
|
description: "近距离攻击武器,专为遭遇战设计使用",
|
|
325
324
|
price: 325,
|
|
326
325
|
tagEffects: {
|
|
@@ -328,15 +327,16 @@ function apply(ctx, config) {
|
|
|
328
327
|
"重甲": 0.5
|
|
329
328
|
}
|
|
330
329
|
},
|
|
331
|
-
"
|
|
330
|
+
"狙击步枪": {
|
|
332
331
|
id: 7,
|
|
333
332
|
type: "实弹武器",
|
|
334
|
-
damage:
|
|
335
|
-
description: "
|
|
336
|
-
price:
|
|
333
|
+
damage: 50,
|
|
334
|
+
description: "用于隐秘射击的最佳武器,但是无法穿透护甲",
|
|
335
|
+
price: 550,
|
|
337
336
|
tagEffects: {
|
|
338
|
-
"
|
|
339
|
-
"
|
|
337
|
+
"生物": 1.5,
|
|
338
|
+
"轻甲": 0.8,
|
|
339
|
+
"重甲": 0.2
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
342
|
};
|