@flesh-and-blood/cards 2.0.92 → 2.0.93
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 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -199,11 +199,13 @@ Whenever this banishes a reaction or instant card, gain 1{h}.`,keywords:[t.Keywo
|
|
|
199
199
|
|
|
200
200
|
When this hits a hero, banish the top card of their deck.
|
|
201
201
|
|
|
202
|
-
Whenever this banishes a non-attack action card, gain 1{h}.`,keywords:[t.Keyword.Stealth],pitch:1,power:3},{artists:["Isuardi Therianto"],cardIdentifier:"hiss-red",classes:[t.Class.Assassin],defaultImage:"NUU013",name:"Hiss",printings:[{artist:"Isuardi Therianto",identifier:"NUU013",image:"NUU013",print:"NUU013-Extended Art",set:t.Release.NuuBlitzDeck,treatment:t.Treatment.EA}
|
|
202
|
+
Whenever this banishes a non-attack action card, gain 1{h}.`,keywords:[t.Keyword.Stealth],pitch:1,power:3},{artists:["Isuardi Therianto"],cardIdentifier:"hiss-red",classes:[t.Class.Assassin],defaultImage:"NUU013",name:"Hiss",printings:[{artist:"Isuardi Therianto",identifier:"NUU013",image:"NUU013",print:"NUU013-Extended Art",set:t.Release.NuuBlitzDeck,treatment:t.Treatment.EA}],rarities:[t.Rarity.Common],rarity:t.Rarity.Common,setIdentifiers:["NUU013"],sets:[t.Release.NuuBlitzDeck,t.Release.PartTheMistveil],specialImage:"NUU013",subtypes:[],types:[t.Type.AttackReaction],typeText:"Mystic Assassin Attack Reaction",cost:1,defense:3,functionalText:`Target Assassin or Mystic attack action card gets +3{p}.
|
|
203
203
|
|
|
204
204
|
If you've pitched a blue card this turn, create a Slither in your hand.`,pitch:1,talents:[t.Talent.Mystic]},{artists:["Ramza Ardyputra"],cardIdentifier:"venomous-bite-red",classes:[t.Class.Assassin],defaultImage:"NUU014",name:"Venomous Bite",printings:[{artist:"Ramza Ardyputra",identifier:"NUU014",image:"NUU014",print:"NUU014",set:t.Release.NuuBlitzDeck}],rarities:[t.Rarity.Common],rarity:t.Rarity.Common,setIdentifiers:["NUU014"],sets:[t.Release.NuuBlitzDeck,t.Release.PartTheMistveil],specialImage:"NUU014",subtypes:[],types:[t.Type.AttackReaction],typeText:"Mystic Assassin Attack Reaction",cost:1,defense:3,functionalText:`Target Assassin or Mystic attack action card gets +3{p}.
|
|
205
205
|
|
|
206
|
-
If you've pitched a blue card this turn, create a Fang Strike in your hand.`,pitch:1,talents:[t.Talent.Mystic]},{artists:["
|
|
206
|
+
If you've pitched a blue card this turn, create a Fang Strike in your hand.`,pitch:1,talents:[t.Talent.Mystic]},{artists:["Isuardi Therianto"],cardIdentifier:"hiss-yellow",classes:[t.Class.Assassin],defaultImage:"NUU015",name:"Hiss",printings:[{artist:"Isuardi Therianto",identifier:"NUU015",image:"NUU015",print:"NUU015-Extended Art",set:t.Release.NuuBlitzDeck,treatment:t.Treatment.EA}],rarities:[t.Rarity.Common],rarity:t.Rarity.Common,setIdentifiers:["NUU015"],sets:[t.Release.NuuBlitzDeck,t.Release.PartTheMistveil],specialImage:"NUU015",subtypes:[],types:[t.Type.AttackReaction],typeText:"Mystic Assassin Attack Reaction",cost:1,defense:3,functionalText:`Target Assassin or Mystic attack action card gets +2{p}.
|
|
207
|
+
|
|
208
|
+
If you've pitched a blue card this turn, create a Slither in your hand.`,pitch:2,talents:[t.Talent.Mystic]},{artists:["Anastasia Balakchina"],cardIdentifier:"bonds-of-attraction-blue",classes:[t.Class.Assassin],defaultImage:"NUU016",name:"Bonds of Attraction",printings:[{artist:"Anastasia Balakchina",identifier:"NUU016",image:"NUU016",print:"NUU016",set:t.Release.NuuBlitzDeck}],rarities:[t.Rarity.Rare],rarity:t.Rarity.Rare,setIdentifiers:["NUU016"],sets:[t.Release.NuuBlitzDeck,t.Release.PartTheMistveil],specialImage:"NUU016",subtypes:[t.Subtype.Attack],types:[t.Type.Action],typeText:"Assassin Action - Attack",cost:0,defense:3,functionalText:`**Stealth**
|
|
207
209
|
|
|
208
210
|
When this hits a hero, banish the top card of their deck, then banish a card from their graveyard.
|
|
209
211
|
|
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.93",
|
|
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.92",
|
|
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": "c8ebdf37862678a55ff8faa42e1cde2ee53e186c"
|
|
62
62
|
}
|