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.
Files changed (2) hide show
  1. package/lib/index.js +14 -14
  2. 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: 50,
312
- description: "用于隐秘射击的最佳武器,但是无法穿透护甲",
313
- price: 550,
311
+ damage: 12,
312
+ description: "一种改造后的采矿切割机,有效对抗重甲单位",
313
+ price: 150,
314
314
  tagEffects: {
315
- "生物": 1.5,
316
- "轻甲": 0.8,
317
- "重甲": 0.2
315
+ "重甲": 1.5,
316
+ "机械": 1.2
318
317
  }
319
318
  },
320
319
  "霰弹枪": {
321
320
  id: 6,
322
321
  type: "实弹武器",
323
- damage: 32,
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: 12,
335
- description: "一种改造后的采矿切割机,有效对抗重甲单位",
336
- price: 150,
333
+ damage: 50,
334
+ description: "用于隐秘射击的最佳武器,但是无法穿透护甲",
335
+ price: 550,
337
336
  tagEffects: {
338
- "重甲": 1.5,
339
- "机械": 1.2
337
+ "生物": 1.5,
338
+ "轻甲": 0.8,
339
+ "重甲": 0.2
340
340
  }
341
341
  }
342
342
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-ggcevo-game",
3
3
  "description": "《星际争霸2》咕咕虫-evolved地图的专属游戏助手插件,集成天梯排行、抽奖系统、签到福利、兑换商城等丰富功能。",
4
- "version": "1.2.24",
4
+ "version": "1.2.25",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [