koishi-plugin-ggcevo-game 1.2.41 → 1.2.42

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 -4
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -351,8 +351,7 @@ function apply(ctx, config) {
351
351
  price: 775,
352
352
  tagEffects: {
353
353
  "惧寒": 2,
354
- "灵能": 1.5,
355
- "护盾": 0.8
354
+ "灵能": 1.5
356
355
  }
357
356
  }
358
357
  };
@@ -372,7 +371,7 @@ function apply(ctx, config) {
372
371
  // 新增专属模块
373
372
  "裂甲核心": {
374
373
  cost: 750,
375
- effect: "伤害+40%,对重甲目标变更为造成120%伤害",
374
+ effect: "伤害+40%,对重甲目标改为造成120%伤害",
376
375
  exclusiveTo: "高斯步枪",
377
376
  // 指定专属武器
378
377
  isExclusive: true
@@ -1935,7 +1934,8 @@ ${itemDetails.join("\n")}`;
1935
1934
  qualityGroups[quality].push(`${itemName}${quantityText}`);
1936
1935
  }
1937
1936
  const order = ["t0", "t1", "t2", "t3"];
1938
- let message = "请在30秒内输入可兑换物品(显示格式:物品名 [剩余/总量]):\n";
1937
+ let message = "请在30秒内输入可兑换物品名称(显示格式:物品名 [剩余/总量]):\n";
1938
+ message += "注意:限量物品将在赛季更新时补货,限定物品[史蒂夫]除外。\n";
1939
1939
  for (const quality of order) {
1940
1940
  const items = qualityGroups[quality] || [];
1941
1941
  if (!items.length) continue;
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.41",
4
+ "version": "1.2.42",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [