|
46 | 46 | "condition": [ |
47 | 47 | { "hasGold": 10000 } |
48 | 48 | ], |
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!", |
50 | 50 | "action": [ |
51 | 51 | { |
52 | 52 | "addGold": -10000, |
53 | 53 | "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"] } |
57 | 55 | ] |
58 | 56 | } |
59 | 57 | ] |
|
70 | 68 | "condition": [ |
71 | 69 | { "hasShards": 400 } |
72 | 70 | ], |
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!", |
74 | 72 | "action": [ |
75 | 73 | { |
76 | 74 | "addShards": -400, |
77 | 75 | "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"] } |
81 | 77 | ] |
82 | 78 | } |
83 | 79 | ] |
|
0 commit comments