koishi-plugin-ggcevo-game 1.4.22 → 1.4.24
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 +3 -3
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -446,7 +446,7 @@ var SyndicatedItems = {
|
|
|
446
446
|
price: 0,
|
|
447
447
|
redCrystalCost: 60,
|
|
448
448
|
condition: "辛迪加海盗阵营",
|
|
449
|
-
effects: "每日签到金币奖励+50
|
|
449
|
+
effects: "每日签到金币奖励+50%,每有一名人类联盟玩家额外+1%(至多额外+50%)"
|
|
450
450
|
},
|
|
451
451
|
"脉冲手雷": {
|
|
452
452
|
id: 4,
|
|
@@ -2624,7 +2624,7 @@ var PassiveHandler = {
|
|
|
2624
2624
|
let statusMsg = `☢️ 【辐射】生效:当前${radiationLayers}层辐射`;
|
|
2625
2625
|
statusMsg += `,受到的伤害+${damageIncrease}%`;
|
|
2626
2626
|
if (damageIncrease >= maxIncrease) {
|
|
2627
|
-
statusMsg +=
|
|
2627
|
+
statusMsg += ``;
|
|
2628
2628
|
}
|
|
2629
2629
|
messages.push(statusMsg);
|
|
2630
2630
|
return {
|
|
@@ -2665,7 +2665,7 @@ var PassiveHandler = {
|
|
|
2665
2665
|
let statusMsg = `❄️ 【寒冷】生效:当前${freezingLayers}层`;
|
|
2666
2666
|
statusMsg += `,受到的伤害+${damageIncrease}%`;
|
|
2667
2667
|
if (damageIncrease >= maxIncrease) {
|
|
2668
|
-
statusMsg +=
|
|
2668
|
+
statusMsg += ``;
|
|
2669
2669
|
}
|
|
2670
2670
|
messages.push(statusMsg);
|
|
2671
2671
|
return {
|