Add Yama, the Master of Pacts

This commit is contained in:
David Vorona
2025-05-21 10:21:23 -07:00
parent 79c067152c
commit 86d9bcb2e7
6 changed files with 14 additions and 1 deletions

View File

@@ -178,6 +178,7 @@ test('Parse CSV to json', () => {
1940,272
8623,1340
605,1694
15233,245
-1,-1
3867,4583`;
@@ -295,6 +296,7 @@ test('Parse CSV to json', () => {
vetion: { rank: 1940, score: 272 },
vorkath: { rank: 8623, score: 1340 },
wintertodt: { rank: 605, score: 1694 },
yama: { rank: 15233, score: 245 },
zalcano: { rank: -1, score: -1 },
zulrah: { rank: 3867, score: 4583 }
}