@flesh-and-blood/cards 2.0.112 → 2.0.113
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 +5 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -70,7 +70,11 @@ While this is equipped face-down, at the start of your turn, if you have exactly
|
|
|
70
70
|
|
|
71
71
|
**Blade Break**`,keywords:[t.Keyword.BladeBreak,t.Keyword.Cloaked],talents:[t.Talent.Mystic]},{artists:["Alief Rusdiatama"],cardIdentifier:"stride-of-reprisal",classes:[t.Class.Ninja],defaultImage:"MST050",name:"Stride of Reprisal",printings:[{artist:"Alief Rusdiatama",identifier:"MST050",image:"MST050",print:"MST050",set:t.Release.PartTheMistveil},{artist:"Alief Rusdiatama",identifier:"ZEN006",image:"ZEN006",print:"ZEN006",set:t.Release.ZenBlitzDeck}],rarities:[t.Rarity.Common],rarity:t.Rarity.Common,setIdentifiers:["MST050","ZEN006"],sets:[t.Release.PartTheMistveil,t.Release.ZenBlitzDeck],specialImage:"MST050",subtypes:[t.Subtype.Legs],types:[t.Type.Equipment],typeText:"Mystic Ninja Equipment - Legs",defense:1,functionalText:`When this defends, create a Crouching Tiger in your hand.
|
|
72
72
|
|
|
73
|
-
**Blade Break**`,keywords:[t.Keyword.BladeBreak],talents:[t.Talent.Mystic]},{artists:["
|
|
73
|
+
**Blade Break**`,keywords:[t.Keyword.BladeBreak],talents:[t.Talent.Mystic]},{artists:["Athiwut B."],cardIdentifier:"shifting-winds-of-the-mystic-beast-blue",classes:[t.Class.Ninja],defaultImage:"MST052",name:"Shifting Winds of the Mystic Beast",printings:[{artist:"Athiwut B.",identifier:"MST052",image:"MST052",print:"MST052",set:t.Release.PartTheMistveil}],rarities:[t.Rarity.Majestic],rarity:t.Rarity.Majestic,setIdentifiers:["MST052"],sets:[t.Release.PartTheMistveil],specialImage:"MST052",subtypes:[t.Subtype.NonAttack],types:[t.Type.Action],typeText:"Mystic Ninja Action",bannedFormats:[t.Format.Commoner],cost:1,defense:3,functionalText:`Whenever you play a Crouching Tiger this turn, name a card. It gets that name.
|
|
74
|
+
|
|
75
|
+
If a Chi was pitched to play this, create 2 Crouching Tigers in your hand.
|
|
76
|
+
|
|
77
|
+
**Go again**`,keywords:[t.Keyword.GoAgain],pitch:3,talents:[t.Talent.Mystic]},{artists:["Wisnu Tan"],cardIdentifier:"sacred-art-jade-tiger-domain-blue",classes:[t.Class.Ninja],defaultImage:"MST053",name:"Sacred Art: Jade Tiger Domain",printings:[{artist:"Wisnu Tan",foiling:t.Foiling.R,identifier:"FAB233",image:"FAB233",print:"FAB233-Rainbow-Extended Art",set:t.Release.Promos,treatment:t.Treatment.EA},{artist:"Wisnu Tan",identifier:"MST053",image:"MST053",print:"MST053",set:t.Release.PartTheMistveil},{artist:"Wisnu Tan",foiling:t.Foiling.C,identifier:"MST053",image:"MST053_M",print:"MST053-Cold-Full Art",set:t.Release.PartTheMistveil,treatment:t.Treatment.FA}],rarities:[t.Rarity.Majestic,t.Rarity.Marvel,t.Rarity.Promo],rarity:t.Rarity.Majestic,setIdentifiers:["FAB233","MST053"],sets:[t.Release.PartTheMistveil,t.Release.Promos],specialImage:"MST053_M",subtypes:[],types:[t.Type.Instant],typeText:"Mystic Ninja Instant",bannedFormats:[t.Format.Commoner],cost:3,functionalText:`**Legendary**
|
|
74
78
|
|
|
75
79
|
If you've played another blue card this turn, choose 3. Otherwise, choose 1;
|
|
76
80
|
- Create 2 Crouching Tigers in your hand.
|
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.113",
|
|
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.112",
|
|
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": "abdd7804d2944a6e3a5049f95d7567bc32cee09e"
|
|
62
62
|
}
|