koishi-plugin-ggcevo-game 1.6.4 → 1.6.6

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 +5 -5
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -11000,7 +11000,7 @@ ${Spacestationtechnology.map((t) => t.techname).join("、")}`;
11000
11000
  `🕒 开始时间:${record.startTime.toLocaleString("zh-CN", { hour12: false })}`,
11001
11001
  `⏱️ 当前时间:${nowtime.toLocaleString("zh-CN", { hour12: false })}`,
11002
11002
  `⏳ 还需等待:${remaining}分钟`,
11003
- `💡 提示:基础收益为每半小时4枚金币`
11003
+ `💡 提示:挖矿至少需要进行1个小时`
11004
11004
  ].join("\n");
11005
11005
  }
11006
11006
  let halfHours = Math.floor(duration / 30);
@@ -11533,7 +11533,7 @@ ${Spacestationtechnology.map((t) => t.techname).join("、")}`;
11533
11533
  const galaxyBonusPercent = galaxyData2.bonus * 100;
11534
11534
  const bonusEffects = [];
11535
11535
  if (galaxyBonusPercent) {
11536
- bonusEffects.push(`▸ 🌌 ${galaxyName}:金币+${galaxyBonusPercent.toFixed(0)}%`);
11536
+ bonusEffects.push(`▸ 🌌 ${record.galaxy}:金币+${galaxyBonusPercent.toFixed(0)}%`);
11537
11537
  }
11538
11538
  if (shipBonus || shipSuccessBonus) {
11539
11539
  let shipType = "";
@@ -11904,7 +11904,7 @@ ${Spacestationtechnology.map((t) => t.techname).join("、")}`;
11904
11904
  currentBonus: item.bonus,
11905
11905
  maxBonus: upgradeConfig2.maxBonus,
11906
11906
  cost: actualCost,
11907
- discount: isCommander ? `(原价: ${baseCost})` : ""
11907
+ discount: isCommander ? `(原价: ${baseCost} 红晶)` : ""
11908
11908
  });
11909
11909
  }
11910
11910
  if (upgradableItems.length === 0) {
@@ -11924,8 +11924,8 @@ ${Spacestationtechnology.map((t) => t.techname).join("、")}`;
11924
11924
  "====================",
11925
11925
  ...upgradableItems.map((item) => {
11926
11926
  return `▸ ${item.name}:
11927
- 升级加成 ${item.currentBonus}%/${item.maxBonus}%
11928
- 升级消耗:${item.cost} 红晶 ${item.discount} 红晶`;
11927
+ 升级加成 ${item.currentBonus}% / ${item.maxBonus}%
11928
+ 升级消耗:${item.cost} 红晶 ${item.discount}`;
11929
11929
  }),
11930
11930
  "====================",
11931
11931
  `使用"升级物品 物品名称"进行升级`
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.6.4",
4
+ "version": "1.6.6",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [