Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for missing skill_cooldown_values field #16

Merged
merged 1 commit into from
Oct 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public enum FieldType {
{ "additional_mash_disabled_infestation_monster_class_ids" }, // campaign_mash.json
{ "party", "heroes" }, // raid.json
{ "skill_cooldown_keys" }, // raid.json
{ "skill_cooldown_values" },
{ "bufferedSpawningSlotsAvailable" }, // raid.json
{ "curioGroups", "*", "curios" }, // raid.json
{ "curioGroups", "*", "curio_table_entries" }, // raid.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ public void testRedditProfile() throws ParseException, IOException {
public void testOtherFiles() throws ParseException, IOException {
testCorrectConversion("otherFiles");
testCorrectConversion("backgroundNames");
testCorrectConversion("skillCooldownValues");
}

private List<String> getResourceFiles(String path) throws IOException {
Expand Down
Binary file not shown.