koishi-plugin-ggcevo-game 1.5.16 → 1.5.17
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 +8 -3
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -781,7 +781,7 @@ var syndicatePirateConfig = [
|
|
|
781
781
|
},
|
|
782
782
|
{
|
|
783
783
|
professionName: "计算机专家",
|
|
784
|
-
effect: "黑市订购设备工具类享有50%折扣; 主动发起的PK胜率提高10%; 每日主动PK次数增加3
|
|
784
|
+
effect: "黑市订购设备工具类享有50%折扣; 主动发起的PK胜率提高10%; 每日主动PK次数增加3次",
|
|
785
785
|
requirements: "仓库中至少拥有一个黑市订购的设备工具类物品",
|
|
786
786
|
Jobtransfer: true,
|
|
787
787
|
costredcrystal: 30
|
|
@@ -5030,6 +5030,13 @@ var ggcevoUpdates = [
|
|
|
5030
5030
|
- 修改了[燃烧]机制
|
|
5031
5031
|
- 修改了回血技能逻辑,现在攻击造成致命伤害时不再触发回血技能
|
|
5032
5032
|
`.trim()
|
|
5033
|
+
},
|
|
5034
|
+
{
|
|
5035
|
+
version: "1.5.16",
|
|
5036
|
+
time: "2025-07-03",
|
|
5037
|
+
content: `
|
|
5038
|
+
- 删除计算机能力:被动PK失败时有50%的概率不损失金币
|
|
5039
|
+
`.trim()
|
|
5033
5040
|
}
|
|
5034
5041
|
];
|
|
5035
5042
|
function compareVersions(a, b) {
|
|
@@ -8580,8 +8587,6 @@ ${protectionList}
|
|
|
8580
8587
|
let computerExpertProtection = false;
|
|
8581
8588
|
if (isWin && targetCareer?.career === "计算机专家") {
|
|
8582
8589
|
if (Math.random() < 0.5) {
|
|
8583
|
-
computerExpertProtection = true;
|
|
8584
|
-
goldTransfer = 0;
|
|
8585
8590
|
}
|
|
8586
8591
|
}
|
|
8587
8592
|
let hornEffect = false;
|