From 1b1dfe8ac898f42cf51ffa01866959f245c835e3 Mon Sep 17 00:00:00 2001 From: thzxx <1440196015@qq.com> Date: Sun, 23 Aug 2026 22:31:13 +0800 Subject: [PATCH] =?UTF-8?q?test:=20matrix-tech=20=E6=96=AD=E8=A8=80?= =?UTF-8?q?=E9=9A=8F=200.1.35=20=E5=B9=B3=E8=A1=A1=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=EF=BC=88t-zidian=200.1/t-shiling=20=E6=96=B0=E5=91=98=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/matrix-tech-0.1.34.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/matrix-tech-0.1.34.test.ts b/tests/matrix-tech-0.1.34.test.ts index 8ccf7e4..f799dc9 100644 --- a/tests/matrix-tech-0.1.34.test.ts +++ b/tests/matrix-tech-0.1.34.test.ts @@ -12,7 +12,7 @@ describe('0.1.34 矩阵:功法', () => { 'seed %d:流派效果表:crit/guard/trib/secret 全局表合法', (seed) => { const w = mk(`功法-${seed}`) for (let m = 0; m < 24; m++) w.advanceMonth() - expect(techniqueById('t-zidian')?.critChance).toBe(0.12) + expect(techniqueById('t-zidian')?.critChance).toBe(0.1) // 0.1.35 平衡修正 expect(techniqueById('t-xuanbing')?.guardBonus).toBe(0.2) expect(techniqueById('t-danding')?.tribBonus).toBe(0.06) expect(techniqueById('t-fengyu')?.secretBonus).toBe(0.2)