project: Add scraped ge limits, item stats and npc stats
This commit is contained in:
1
runelite-client/src/main/resources/ge_limits.json
Normal file
1
runelite-client/src/main/resources/ge_limits.json
Normal file
File diff suppressed because one or more lines are too long
1
runelite-client/src/main/resources/item_stats.json
Normal file
1
runelite-client/src/main/resources/item_stats.json
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -218,7 +218,9 @@ public class NpcStatsDumper
|
||||
}
|
||||
|
||||
final Set<Integer> ids = Arrays.stream(wikiIdString.split(","))
|
||||
.map(s -> Integer.parseInt(s.replaceAll("[^0-9]", "").trim()))
|
||||
.map(s -> s.replaceAll("[^0-9]", "").trim())
|
||||
.filter(s -> !s.isEmpty())
|
||||
.map(Integer::parseInt)
|
||||
.collect(Collectors.toSet());
|
||||
|
||||
final NpcStats stats = buildNpcStats(base, variantKey);
|
||||
|
||||
Reference in New Issue
Block a user