koishi-plugin-ggcevo-game 1.6.53 → 1.6.54

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 +4 -4
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -1460,7 +1460,7 @@ var bossPool = [
1460
1460
  armor: 5,
1461
1461
  shieldArmor: 0,
1462
1462
  maxStacks: 0,
1463
- tags: ["重甲", "生物", "重型", "极地", "异形"],
1463
+ tags: ["重甲", "生物", "重型", "异形"],
1464
1464
  passive: ["应激甲壳I", "求生本能I", "冷适应"]
1465
1465
  },
1466
1466
  {
@@ -1472,7 +1472,7 @@ var bossPool = [
1472
1472
  armor: 7,
1473
1473
  shieldArmor: 0,
1474
1474
  maxStacks: 0,
1475
- tags: ["重甲", "生物", "重型", "极地", "异形"],
1475
+ tags: ["重甲", "生物", "重型", "异形"],
1476
1476
  passive: ["应激甲壳I", "求生本能I", "冷适应"]
1477
1477
  }
1478
1478
  ]
@@ -2203,7 +2203,7 @@ var BattleEffectProcessor = {
2203
2203
  targetUpdates
2204
2204
  };
2205
2205
  }
2206
- if (currentLayers < 10) {
2206
+ if (currentLayers < 10 && weaponName === "零度之下") {
2207
2207
  const newLayers = currentLayers + 1;
2208
2208
  targetUpdates = {
2209
2209
  name: targetBoss.name,
@@ -2212,7 +2212,7 @@ var BattleEffectProcessor = {
2212
2212
  // 层数+1
2213
2213
  }
2214
2214
  };
2215
- messages.push(`🌬️ 【冷适应】叠层:当前${newLayers}/10次寒冷伤害`);
2215
+ messages.push(`🌬️ 【冷适应】触发:当前${newLayers}层`);
2216
2216
  if (newLayers >= 10) {
2217
2217
  targetUpdates.updates.tagsAdded = ["惧热"];
2218
2218
  messages.push(`🔥 【冷适应】生效:获得「惧热」标签并免疫寒冷伤害`);
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.53",
4
+ "version": "1.6.54",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [