@flesh-and-blood/cards 2.0.74 → 2.0.75
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 +4 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -35,6 +35,10 @@ If you've played another blue card this turn, **transcend**.`,keywords:[t.Keywor
|
|
|
35
35
|
|
|
36
36
|
Put target action card from your graveyard on the bottom of your deck.
|
|
37
37
|
|
|
38
|
+
If you've played another blue card this turn, **transcend**.`,keywords:[t.Keyword.Legendary,t.Keyword.Transcend],oppositeSideCardIdentifier:"inner-chi-blue",pitch:3,talents:[t.Talent.Mystic]},{artists:["Daken"],cardIdentifier:"rising-sun-setting-moon-blue",classes:[t.Class.NotClassed],defaultImage:"MST100_M",name:"Rising Sun, Setting Moon",printings:[{artist:"Daken",foiling:t.Foiling.C,identifier:"MST100",image:"MST100_M",print:"MST100-Cold-Full Art",set:t.Release.PartTheMistveil,treatment:t.Treatment.FA}],rarities:[t.Rarity.Marvel],rarity:t.Rarity.Marvel,setIdentifiers:["MST100"],sets:[t.Release.PartTheMistveil],specialImage:"MST100_M",subtypes:[],types:[t.Type.Instant],typeText:"Mystic Instant",cost:0,functionalText:`**Legendary**
|
|
39
|
+
|
|
40
|
+
Draw a card, then put a card from your hand on the bottom of your deck.
|
|
41
|
+
|
|
38
42
|
If you've played another blue card this turn, **transcend**.`,keywords:[t.Keyword.Legendary,t.Keyword.Transcend],oppositeSideCardIdentifier:"inner-chi-blue",pitch:3,talents:[t.Talent.Mystic]},{artists:["\u5BFF\u591A\u6D69 / Hiro Suda"],cardIdentifier:"stir-the-pot-blue",classes:[t.Class.NotClassed],defaultImage:"MST101_M",name:"Stir the Pot",printings:[{artist:" \u5BFF\u591A\u6D69 / Hiro Suda",foiling:t.Foiling.C,identifier:"MST101",image:"MST101_M",print:"MST101-Cold-Full Art",set:t.Release.PartTheMistveil,treatment:t.Treatment.FA}],rarities:[t.Rarity.Marvel],rarity:t.Rarity.Marvel,setIdentifiers:["MST101"],sets:[t.Release.PartTheMistveil],specialImage:"MST101_M",subtypes:[],types:[t.Type.Instant],typeText:"Mystic Instant",cost:0,functionalText:`**Legendary**
|
|
39
43
|
|
|
40
44
|
Shuffle.
|
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.75",
|
|
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.74",
|
|
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": "de1bf478a177bdcd1511e4f14a802ca16222a14c"
|
|
62
62
|
}
|