koishi-plugin-ggcevo-game 1.3.45 → 1.3.46

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 +7 -7
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -1190,7 +1190,7 @@ function apply(ctx, config) {
1190
1190
  "零度之下": {
1191
1191
  id: 2,
1192
1192
  type: "可重复任务",
1193
- description: "利用【零度之下】武器对异形目标造成严寒伤害",
1193
+ description: "利用【零度之下】武器对异形目标造成寒冷伤害",
1194
1194
  target: 2,
1195
1195
  price: 100,
1196
1196
  redCrystalCost: 0,
@@ -2134,7 +2134,7 @@ function apply(ctx, config) {
2134
2134
  { name: targetBoss.name },
2135
2135
  { energy: newEnergy }
2136
2136
  );
2137
- messages.push(`⚡ 【电弧焊接】生效:消耗目标${energyDrain}点能量`);
2137
+ messages.push(`⚡ 【弧焊枪】触发特效:消耗目标${energyDrain}点能量`);
2138
2138
  } else {
2139
2139
  return null;
2140
2140
  }
@@ -2150,7 +2150,7 @@ function apply(ctx, config) {
2150
2150
  const effectiveReduction = originalReduction * 0.5;
2151
2151
  const reducedMultiplier = -effectiveReduction;
2152
2152
  messages.push(
2153
- `⚡ 【粒子相位】生效:护盾目标减伤效果减半`,
2153
+ `⚡ 【粒子相位枪】触发特效:护盾目标减伤效果减半`,
2154
2154
  `原减伤:${Math.round(originalReduction * 100)}% → 实际减伤:${Math.round(effectiveReduction * 100)}%`
2155
2155
  );
2156
2156
  return {
@@ -2168,10 +2168,6 @@ function apply(ctx, config) {
2168
2168
  let totalMultiplier = 0;
2169
2169
  let radiationApplied = false;
2170
2170
  let freezing = false;
2171
- const arcResult = await this.handleArcWelderEffect(ctx2, targetBoss, weaponName);
2172
- if (arcResult) {
2173
- messages.push(...arcResult.messages);
2174
- }
2175
2171
  const frostEvoResult = this.handleFrostEvolution(targetBoss, weaponName, initialDamage, maxHP);
2176
2172
  if (frostEvoResult) {
2177
2173
  return {
@@ -2320,6 +2316,10 @@ function apply(ctx, config) {
2320
2316
  if (tagChangeResult) {
2321
2317
  messages.push(...tagChangeResult.messages);
2322
2318
  }
2319
+ const arcResult = await this.handleArcWelderEffect(ctx2, targetBoss, weaponName);
2320
+ if (arcResult) {
2321
+ messages.push(...arcResult.messages);
2322
+ }
2323
2323
  const shockwaveResult = await this.handleEnergyShockwave(ctx2, targetBoss);
2324
2324
  if (shockwaveResult) {
2325
2325
  messages.push(...shockwaveResult.messages);
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.3.45",
4
+ "version": "1.3.46",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [