Skip to content

Commit

Permalink
Merge pull request demilich1#369 from jmui/master
Browse files Browse the repository at this point in the history
Added Hall of Fame set. Removed some sets from Standard
  • Loading branch information
demilich1 committed Jul 24, 2017
2 parents 92454bc + 9f98b15 commit 8cbf123
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"SPELL_DAMAGE": 1
},
"collectible": true,
"set": "CLASSIC",
"set": "HALL_OF_FAME",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"BATTLECRY": true
},
"collectible": true,
"set": "REWARD",
"set": "HALL_OF_FAME",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"BATTLECRY": true
},
"collectible": true,
"set": "PROMO",
"set": "HALL_OF_FAME",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"BATTLECRY": true
},
"collectible": true,
"set": "PROMO",
"set": "HALL_OF_FAME",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"CHARGE": true
},
"collectible": true,
"set": "REWARD",
"set": "HALL_OF_FAME",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"CANNOT_ATTACK": true
},
"collectible": true,
"set": "CLASSIC",
"set": "HALL_OF_FAME",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"DEATHRATTLES": true
},
"collectible": true,
"set": "CLASSIC",
"set": "HALL_OF_FAME",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
}
},
"collectible": true,
"set": "CLASSIC",
"set": "HALL_OF_FAME",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
}
},
"collectible": true,
"set": "CLASSIC",
"set": "HALL_OF_FAME",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
]
},
"collectible": true,
"set": "CLASSIC",
"set": "HALL_OF_FAME",
"fileFormatVersion": 1
}
1 change: 1 addition & 0 deletions cards/src/main/resources/formats/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"CLASSIC",
"REWARD",
"PROMO",
"HALL_OF_FAME",
"NAXXRAMAS",
"GOBLINS_VS_GNOMES",
"BLACKROCK_MOUNTAIN",
Expand Down
5 changes: 1 addition & 4 deletions cards/src/main/resources/formats/standard.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
"sets": [
"BASIC",
"CLASSIC",
"BLACKROCK_MOUNTAIN",
"THE_GRAND_TOURNAMENT",
"LEAGUE_OF_EXPLORERS",
"THE_OLD_GODS",
"ONE_NIGHT_IN_KARAZHAN",
"MEAN_STREETS_OF_GADGETZAN"
]
}
}
1 change: 1 addition & 0 deletions cards/src/main/resources/formats/wild.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"CLASSIC",
"REWARD",
"PROMO",
"HALL_OF_FAME",
"NAXXRAMAS",
"GOBLINS_VS_GNOMES",
"BLACKROCK_MOUNTAIN",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public enum CardSet {
CLASSIC,
REWARD,
PROMO,
HALL_OF_FAME,
NAXXRAMAS,
GOBLINS_VS_GNOMES,
BLACKROCK_MOUNTAIN,
Expand Down

0 comments on commit 8cbf123

Please sign in to comment.