@flesh-and-blood/cards 2.0.61 → 2.0.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ If you've played another blue card this turn, choose 3. Otherwise, choose 1;
|
|
|
14
14
|
If you've played another blue card this turn, choose 3. Otherwise, choose 1;
|
|
15
15
|
- Create 2 Crouching Tigers in your hand.
|
|
16
16
|
- Your Crouching Tigers get +1{p} this turn.
|
|
17
|
-
- **Transcend**`,keywords:[t.Keyword.Legendary,t.Keyword.Transcend],pitch:3,talents:[t.Talent.Mystic]},{artists:["Ina Wong"],cardIdentifier:"sacred-art-immortal-lunar-
|
|
17
|
+
- **Transcend**`,keywords:[t.Keyword.Legendary,t.Keyword.Transcend],pitch:3,talents:[t.Talent.Mystic]},{artists:["Ina Wong"],cardIdentifier:"sacred-art-immortal-lunar-shrine-blue",classes:[t.Class.Illusionist],defaultImage:"FAB234",name:"Sacred Art: Immortal Lunar Shrine",printings:[{artist:"Ina Wong",foiling:t.Foiling.R,identifier:"FAB234",image:"FAB234",print:"FAB234-Rainbow-Extended Art",set:t.Release.Promos,treatment:t.Treatment.EA}],rarities:[t.Rarity.Promo],rarity:t.Rarity.Promo,setIdentifiers:["FAB234"],sets:[t.Release.PartTheMistveil,t.Release.Promos],specialImage:"FAB234",subtypes:[],types:[t.Type.Instant],typeText:"Mystic Illusionist Instant",bannedFormats:[t.Format.Commoner],cost:3,functionalText:`**Legendary**
|
|
18
18
|
|
|
19
19
|
If you've played another blue card this turn, choose 3. Otherwise, choose 1;
|
|
20
20
|
- Create 2 Spectral Shield tokens.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flesh-and-blood/cards",
|
|
3
3
|
"description": "TypeScript representations of Flesh and Blood cards",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.62",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"esbuild-jest": "^0.5.0",
|
|
32
32
|
"fast-xml-parser": "4.3.2",
|
|
33
33
|
"jest": "^29.7.0",
|
|
34
|
-
"latest-cards": "npm:@flesh-and-blood/cards@^2.0.
|
|
34
|
+
"latest-cards": "npm:@flesh-and-blood/cards@^2.0.61",
|
|
35
35
|
"papaparse": "^5.3.2",
|
|
36
36
|
"ts-node": "^10.9.2",
|
|
37
37
|
"typescript": "^5.3.3",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"FAB",
|
|
59
59
|
"FABTCG"
|
|
60
60
|
],
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "278ff5b4a8b5686ed9d2dfeea106057c9ea0b0fc"
|
|
62
62
|
}
|