Skip to content

Commit

Permalink
update cards database
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Jan 23, 2021
1 parent 976ec35 commit 8674bf6
Show file tree
Hide file tree
Showing 3 changed files with 484 additions and 26 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/raw/cards.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ val battlegroundsMinions: List<BattlegroundMinion> = listOf(
BattlegroundMinion("BGS_053", 3),
BattlegroundMinion("BGS_055", 1),
BattlegroundMinion("BGS_056", 4),
BattlegroundMinion("BGS_059", 3),
BattlegroundMinion("BGS_060", 2),
BattlegroundMinion("BGS_061", 1),
BattlegroundMinion("BGS_066", 4),
Expand Down Expand Up @@ -101,6 +102,7 @@ val battlegroundsMinions: List<BattlegroundMinion> = listOf(
BattlegroundMinion("CFM_816", 4),
BattlegroundMinion("DAL_077", 4),
BattlegroundMinion("DAL_575", 3),
BattlegroundMinion("DMF_533", 4),
BattlegroundMinion("DS1_070", 3),
BattlegroundMinion("EX1_062", 2),
BattlegroundMinion("EX1_093", 4),
Expand All @@ -119,7 +121,6 @@ val battlegroundsMinions: List<BattlegroundMinion> = listOf(
BattlegroundMinion("GVG_027", 3),
BattlegroundMinion("GVG_048", 2),
BattlegroundMinion("GVG_055", 3),
BattlegroundMinion("GVG_100", 4),
BattlegroundMinion("GVG_106", 5),
BattlegroundMinion("GVG_113", 6),
BattlegroundMinion("ICC_029", 4),
Expand Down
Loading

0 comments on commit 8674bf6

Please sign in to comment.