koishi-plugin-ggcevo-game 1.3.68 → 1.3.69

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 +9 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -550,6 +550,12 @@ function apply(ctx, config) {
550
550
  effect: "攻击目标后,若有存活的其他异形,则对其造成50%的武器基础伤害",
551
551
  exclusiveTo: "碎骨步枪",
552
552
  isExclusive: true
553
+ },
554
+ "金刚石瞄准镜": {
555
+ cost: 1750,
556
+ effect: "对轻甲目标改为造成100%伤害,对重甲目标改为造成80%伤害",
557
+ exclusiveTo: "侦察步枪",
558
+ isExclusive: true
553
559
  }
554
560
  };
555
561
  const wishConfig = {
@@ -1320,7 +1326,9 @@ function apply(ctx, config) {
1320
1326
  const MOD_EFFECTS = [
1321
1327
  { mod: "裂甲核心", tag: "重甲", value: 1.5 },
1322
1328
  { mod: "助燃核心", tag: "惧热", value: 3 },
1323
- { mod: "助燃核心", tag: "生物", value: 2 }
1329
+ { mod: "助燃核心", tag: "生物", value: 2 },
1330
+ { mod: "金刚石瞄准镜", tag: "轻甲", value: 1 },
1331
+ { mod: "金刚石瞄准镜", tag: "重甲", value: 0.8 }
1324
1332
  ];
1325
1333
  let totalAdditive = 0;
1326
1334
  for (const tag of tags) {
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.68",
4
+ "version": "1.3.69",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [