feat: complete legacy general turn compatibility

This commit is contained in:
2026-07-25 08:15:19 +00:00
parent 7ed1b5df7f
commit 79257e8559
68 changed files with 2466 additions and 970 deletions
@@ -141,7 +141,8 @@ describe('Domestic Affairs Scenario', () => {
// 4. Verify
const updatedCity = world.getCity(1)!;
expect(updatedCity.agriculture).toBe(600);
// 레거시 che_농지개간: 능력치·경험등급·0.8~1.2 난수·성공 배율을 모두 반영한다.
expect(updatedCity.agriculture).toBe(664);
});
it('should not increase agriculture when city is already maxed', async () => {