From 6bcdab106f263d6b252fad44485ba1f8bcb598d0 Mon Sep 17 00:00:00 2001 From: mengyxu Date: Fri, 16 May 2025 16:48:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E7=A7=98=E5=A2=83=E9=87=91=E5=B8=81?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/beings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/beings.ts b/src/config/beings.ts index b0df758..08888e4 100644 --- a/src/config/beings.ts +++ b/src/config/beings.ts @@ -113,7 +113,7 @@ export class Monster extends Attribute { this.hp = Math.ceil(this.lv ** 2.1 * (Math.random() * 3 + variable) * this.df * this.lf); }; callCoins = (variable) => { - this.coins = Math.ceil(this.lv ** 1.16 * (Math.random() * 5 + variable) * this.df * this.lf); + this.coins = Math.ceil(this.lv ** 1.16 * (Math.random() * 5 + variable) * this.df * this.lf ** 0.5); }; callDef = () => { this.def = Math.ceil(100 + 100 * (this.ef - 1) * this.lf);