Skip to content

Commit 71de41e

Browse files
Diamond Mine and Riddles Lair reward booster packs instead of loose cards (Card-Forge#9964)
1 parent 47e4960 commit 71de41e

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

forge-gui/res/adventure/Shandalar Old Border/maps/map/lair/ancient_diamond_mine.tmx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,12 @@
4646
"condition": [
4747
{ "hasGold": 10000 }
4848
],
49-
"text": "The crystals shimmer and absorb your gold. In exchange, ancient spells materialize before you - cards from the Beta era of magic!",
49+
"text": "The crystals shimmer and absorb your gold. In exchange, a sealed pack from the dawn of magic materializes before you!",
5050
"action": [
5151
{
5252
"addGold": -10000,
5353
"grantRewards": [
54-
{ "type": "randomCard", "sourceDeck": "decks/custom_lists/LEB_List.dck", "rarity": ["R"], "count": 1 },
55-
{ "type": "randomCard", "sourceDeck": "decks/custom_lists/LEB_List.dck", "rarity": ["U"], "count": 3 },
56-
{ "type": "randomCard", "sourceDeck": "decks/custom_lists/LEB_List.dck", "rarity": ["C"], "count": 11 }
54+
{ "type": "cardPackShop", "count": 1, "editions": ["LEB"] }
5755
]
5856
}
5957
]
@@ -70,14 +68,12 @@
7068
"condition": [
7169
{ "hasShards": 400 }
7270
],
73-
"text": "The crystals shimmer and absorb your mana shards. In exchange, ancient spells materialize before you - cards from the Beta era of magic!",
71+
"text": "The crystals shimmer and absorb your mana shards. In exchange, a sealed pack from the dawn of magic materializes before you!",
7472
"action": [
7573
{
7674
"addShards": -400,
7775
"grantRewards": [
78-
{ "type": "randomCard", "sourceDeck": "decks/custom_lists/LEB_List.dck", "rarity": ["R"], "count": 1 },
79-
{ "type": "randomCard", "sourceDeck": "decks/custom_lists/LEB_List.dck", "rarity": ["U"], "count": 3 },
80-
{ "type": "randomCard", "sourceDeck": "decks/custom_lists/LEB_List.dck", "rarity": ["C"], "count": 11 }
76+
{ "type": "cardPackShop", "count": 1, "editions": ["LEB"] }
8177
]
8278
}
8379
]

forge-gui/res/adventure/Shandalar Old Border/maps/map/lair/riddles_lair.tmx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@
104104
"addGold": 8000,
105105
"addShards": 250,
106106
"grantRewards": [
107-
{ "type": "randomCard", "sourceDeck": "decks/custom_lists/3ED_List.dck", "rarity": ["R"], "count": 3 },
108-
{ "type": "randomCard", "sourceDeck": "decks/custom_lists/2ED_List.dck", "rarity": ["R"], "count": 1 }
107+
{ "type": "cardPackShop", "count": 1, "editions": ["2ED"] }
109108
]
110109
}
111110
]

0 commit comments

Comments
 (0)