koishi-plugin-ggcevo-game 1.3.71 → 1.3.72

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 +4 -5
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -380,8 +380,8 @@ function apply(ctx, config) {
380
380
  redCrystalCost: 5,
381
381
  isantiair: false,
382
382
  tagEffects: {
383
- "轻甲": 1.5,
384
- "重甲": 0.8
383
+ "轻甲": 2,
384
+ "重甲": 0.5
385
385
  }
386
386
  },
387
387
  "侦察步枪": {
@@ -552,8 +552,8 @@ function apply(ctx, config) {
552
552
  isExclusive: true
553
553
  },
554
554
  "金刚石瞄准镜": {
555
- cost: 1750,
556
- effect: "对轻甲目标改为造成100%伤害,对重甲目标改为造成80%伤害",
555
+ cost: 2250,
556
+ effect: "对重甲目标改为造成80%伤害",
557
557
  exclusiveTo: "侦察步枪",
558
558
  isExclusive: true
559
559
  }
@@ -1327,7 +1327,6 @@ function apply(ctx, config) {
1327
1327
  { mod: "裂甲核心", tag: "重甲", value: 1.5 },
1328
1328
  { mod: "助燃核心", tag: "惧热", value: 3 },
1329
1329
  { mod: "助燃核心", tag: "生物", value: 2 },
1330
- { mod: "金刚石瞄准镜", tag: "轻甲", value: 1 },
1331
1330
  { mod: "金刚石瞄准镜", tag: "重甲", value: 0.8 }
1332
1331
  ];
1333
1332
  let totalAdditive = 0;
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.3.71",
4
+ "version": "1.3.72",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [