koishi-plugin-ggcevo-game 1.6.10 → 1.6.11

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
@@ -580,7 +580,7 @@ var SyndicatedItems = {
580
580
  type: "设备工具",
581
581
  description: "一个小型辛迪加机器人,可以破坏电子银行账户",
582
582
  price: 0,
583
- redCrystalCost: 30,
583
+ redCrystalCost: 50,
584
584
  condition: "辛迪加海盗阵营",
585
585
  effects: "每日签到金币奖励+50%;可使用红晶升级"
586
586
  },
@@ -598,7 +598,7 @@ var SyndicatedItems = {
598
598
  type: "设备工具",
599
599
  description: "这是一款未来派音乐设备",
600
600
  price: 0,
601
- redCrystalCost: 10,
601
+ redCrystalCost: 20,
602
602
  condition: "辛迪加海盗阵营",
603
603
  effects: "主动发起的PK对战结果为失败时上交给对方的金币-50%"
604
604
  },
@@ -9908,7 +9908,7 @@ ${testResult.passiveMessages.map((m) => `▸ ${m}`).join("\n")}`
9908
9908
  ] : [],
9909
9909
  `📊 理论伤害值:${testResult.initialDamage}${testResult.hasCrit ? "(✨ 暴击)" : ""}`,
9910
9910
  "💡 参数添加:可添加标签(-t)、被动(-p)、血量(-l)、能量(-e)、护甲(-d)",
9911
- "💡 层数选项:技能层数(-s)、辐射层数(-r)、寒冷层数(-c)、状态层数(-a)、燃烧层数(-b)"
9911
+ "💡 层数选项:技能层数(-s)、寒冷层数(-c)、状态层数(-a)、燃烧层数(-b)"
9912
9912
  ].filter((line) => line).join("\n");
9913
9913
  } finally {
9914
9914
  Object.keys("测试假人").forEach((key) => delete battleStatsMap[key]);
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.10",
4
+ "version": "1.6.11",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [