koishi-plugin-ggcevo-game 1.5.7 → 1.5.8

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 +1 -3
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -4951,7 +4951,7 @@ var ggcevoUpdates = [
4951
4951
  `.trim()
4952
4952
  },
4953
4953
  {
4954
- version: "1.5.7",
4954
+ version: "1.5.8",
4955
4955
  time: "2025-06-29",
4956
4956
  content: `
4957
4957
  - 重制了脉冲干扰和能量消耗的任务要求
@@ -8460,7 +8460,6 @@ ${protectionList}
8460
8460
  });
8461
8461
  let extraRedCrystal = 0;
8462
8462
  if (isWin && initiatorCareer?.career === "辛迪加财务经理") {
8463
- extraRedCrystal = 1;
8464
8463
  }
8465
8464
  let redcrystalAdd = 0;
8466
8465
  if (initiatorCareer?.group === "辛迪加海盗") {
@@ -8537,7 +8536,6 @@ ${protectionList}
8537
8536
  bonusEffects.push(`▸ 🔴 辛迪加海盗阵营:+1枚红晶`);
8538
8537
  }
8539
8538
  if (isWin && initiatorCareer?.career === "辛迪加财务经理") {
8540
- bonusEffects.push(`▸ 🎖️ 辛迪加财务经理职业:+1枚红晶`);
8541
8539
  }
8542
8540
  if (bonusEffects.length > 0) {
8543
8541
  result.push(`⚡ 加成效果:`);
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.5.7",
4
+ "version": "1.5.8",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [