Skip to content
This repository was archived by the owner on Oct 24, 2021. It is now read-only.

Commit 591d22a

Browse files
github-actions[bot]TespaHoishin
authored
fix(data): update cards.json (New data for Darkmoon) (#93)
* fix(data): update cards.json * feat: update secrets.ts for new cards Co-authored-by: Tespa <[email protected]> Co-authored-by: Keiichiro Amemiya <[email protected]>
1 parent 7b120aa commit 591d22a

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

data/cards.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/quests.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FB_Champs_UNG_067 | ROGUE | [x]<b>Quest:</b> Play four minions with the same name. <b>Reward:</b> Crystal Core.
22
FB_Toki_Quest | WARRIOR | <b>Quest:</b> Defeat 8 Anomalies. <b>Effect: </b>Summon Anomalous Rex.
3+
Story_03_YShaarjsPower | WARRIOR | [x]<b>Quest:</b> Kill 8 enemy minions. <b>Reward:</b> Corruption.
34
TB_207CatacombQ | NEUTRAL | [x]<b>Quest:</b> Play 4 minions. <b>Reward:</b> Master Chest!
45
TB_Marin_001 | NEUTRAL | [x]<b>Quest:</b> 7 minions are played by ANY player. <b>Reward:</b> Master Chests for all!
56
ULD_131 | DRUID | [x]<b>Quest:</b> End 4 turns with any unspent Mana. <b>Reward:</b> Ossirian Tear.

data/secrets.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ CFM_026 | HUNTER
1212
CFM_620 | MAGE
1313
CFM_800 | PALADIN
1414
DAL_570 | PALADIN
15+
DMF_107 | MAGE
16+
DMF_123 | HUNTER
17+
DMF_236 | PALADIN
18+
DMF_513 | ROGUE
1519
DRGA_BOSS_03t | PALADIN
1620
EX1_130 | PALADIN
1721
EX1_132 | PALADIN

src/data/secrets.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ export const secretToClass: { [id: string]: Class } = {
1515
CFM_620: Class.Mage,
1616
CFM_800: Class.Paladin,
1717
DAL_570: Class.Paladin,
18+
DMF_107: Class.Mage,
19+
DMF_123: Class.Hunter,
20+
DMF_236: Class.Paladin,
21+
DMF_513: Class.Rogue,
1822
DRGA_BOSS_03t: Class.Paladin,
1923
EX1_130: Class.Paladin,
2024
EX1_132: Class.Paladin,

0 commit comments

Comments
 (0)