koishi-plugin-ggcevo-game 1.4.22 → 1.4.23

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 +3 -3
  2. 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%,每有一名人类联盟玩家额外增加1%(至多额外增加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 {
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.4.22",
4
+ "version": "1.4.23",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [