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.
- package/lib/index.js +1 -3
- 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.
|
|
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(`⚡ 加成效果:`);
|