0.1.37 天人感应·因果织锦:功德系统+飞升试炼+世界奇观+MOD扩展口

This commit is contained in:
2026-09-10 23:37:57 +08:00
parent 2984d05647
commit 87cd71ad21
24 changed files with 1062 additions and 43 deletions
+3 -2
View File
@@ -170,7 +170,8 @@ describe('GameFacade 门面', () => {
it('默认配置金钟罩不受门面化影响', () => {
PACK.reset()
expect(stateFingerprint(longRun('bell-seed-1').state)).toBe('4c700ca9')
expect(stateFingerprint(longRun('bell-seed-3').state)).toBe('ddf2ec20')
// 0.1.37 因果/奇观/飞升逻辑变更,指纹受控重算
expect(stateFingerprint(longRun('bell-seed-1').state)).toBe('45b0c17a')
expect(stateFingerprint(longRun('bell-seed-3').state)).toBe('f24480f4')
})
})