koishi-plugin-ggcevo-game 1.3.19 → 1.3.21
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 +2 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -617,7 +617,7 @@ function apply(ctx, config) {
|
|
|
617
617
|
},
|
|
618
618
|
"嗜血狂暴": {
|
|
619
619
|
effect: 0,
|
|
620
|
-
description: "血量低于50
|
|
620
|
+
description: "血量低于50%时,每次受到攻击将会额外获得一层“吸血”,并且受到的伤害-20%"
|
|
621
621
|
},
|
|
622
622
|
"吐血": {
|
|
623
623
|
effect: 0,
|
|
@@ -2746,7 +2746,7 @@ ${itemDetails.join("\n")}`;
|
|
|
2746
2746
|
record.monthlyDays > yesterday) {
|
|
2747
2747
|
return "暂时没有可补签的日期。";
|
|
2748
2748
|
}
|
|
2749
|
-
const costPoints =
|
|
2749
|
+
const costPoints = 100;
|
|
2750
2750
|
if (record.totalRewards < costPoints) {
|
|
2751
2751
|
return `补签需要消耗${costPoints}枚金币,您的金币不足。`;
|
|
2752
2752
|
}
|