projec(scraper)t: Fix scraper and add some new fields

This commit is contained in:
Owain van Brakel
2022-05-19 15:02:04 +02:00
parent b15e5d6d1f
commit d85365a77b
10 changed files with 214 additions and 51 deletions

View File

@@ -74,7 +74,7 @@ public class NPCManager
{
try (JsonReader reader = new JsonReader(new InputStreamReader(NPCManager.class.getResourceAsStream("/npc_stats.json"), StandardCharsets.UTF_8)))
{
ImmutableMap.Builder<Integer, NPCStats> builder = ImmutableMap.builderWithExpectedSize(2821);
ImmutableMap.Builder<Integer, NPCStats> builder = ImmutableMap.builderWithExpectedSize(3123);
reader.beginObject();
while (reader.hasNext())