refactor: self-referencing intent table!

This commit is contained in:
2026-04-15 14:59:34 +08:00
parent 09148f5b13
commit e77e2d0737
3 changed files with 6 additions and 6 deletions
@@ -209,7 +209,7 @@ describe('enemyIntentDesert.csv import', () => {
it('should have correct fields for each intent', () => {
for (const intent of enemyIntentDesertData) {
expect(intent).toHaveProperty('enemy');
expect(intent).toHaveProperty('intent');
expect(intent).toHaveProperty('id');
expect(intent).toHaveProperty('nextIntents');
expect(intent).toHaveProperty('brokenIntent');
expect(intent).toHaveProperty('effects');