koishi-plugin-ggcevo-game 1.2.41 → 1.2.42
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.
- package/lib/index.js +4 -4
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -351,8 +351,7 @@ function apply(ctx, config) {
|
|
|
351
351
|
price: 775,
|
|
352
352
|
tagEffects: {
|
|
353
353
|
"惧寒": 2,
|
|
354
|
-
"灵能": 1.5
|
|
355
|
-
"护盾": 0.8
|
|
354
|
+
"灵能": 1.5
|
|
356
355
|
}
|
|
357
356
|
}
|
|
358
357
|
};
|
|
@@ -372,7 +371,7 @@ function apply(ctx, config) {
|
|
|
372
371
|
// 新增专属模块
|
|
373
372
|
"裂甲核心": {
|
|
374
373
|
cost: 750,
|
|
375
|
-
effect: "伤害+40
|
|
374
|
+
effect: "伤害+40%,对重甲目标改为造成120%伤害",
|
|
376
375
|
exclusiveTo: "高斯步枪",
|
|
377
376
|
// 指定专属武器
|
|
378
377
|
isExclusive: true
|
|
@@ -1935,7 +1934,8 @@ ${itemDetails.join("\n")}`;
|
|
|
1935
1934
|
qualityGroups[quality].push(`${itemName}${quantityText}`);
|
|
1936
1935
|
}
|
|
1937
1936
|
const order = ["t0", "t1", "t2", "t3"];
|
|
1938
|
-
let message = "请在30
|
|
1937
|
+
let message = "请在30秒内输入可兑换物品名称(显示格式:物品名 [剩余/总量]):\n";
|
|
1938
|
+
message += "注意:限量物品将在赛季更新时补货,限定物品[史蒂夫]除外。\n";
|
|
1939
1939
|
for (const quality of order) {
|
|
1940
1940
|
const items = qualityGroups[quality] || [];
|
|
1941
1941
|
if (!items.length) continue;
|