@flesh-and-blood/cards 3.6.240 → 3.6.241

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -3664,7 +3664,7 @@ At the beginning of your action phase, destroy this.`,pitch:3,talents:[t.Talent.
3664
3664
 
3665
3665
  **Go again**`,keywords:[t.Keyword.Crush,t.Keyword.GoAgain],pitch:3},{artists:["soyameii"],cardIdentifier:"leave-no-witnesses-red",classes:[t.Class.Assassin],defaultImage:"DYN120",legalFormats:[t.Format.Blitz,t.Format.ClassicConstructed,t.Format.LivingLegend,t.Format.Open,t.Format.UltimatePitFight],legalHeroes:[t.Hero.Arakni,t.Hero.Crackni,t.Hero.Nuu,t.Hero.Slippy,t.Hero.Uzuri],name:"Leave No Witnesses",printings:[{artists:["soyameii"],identifier:"DYN120",image:"DYN120",print:"DYN120",rarity:t.Rarity.Majestic,set:t.Release.Dynasty,tcgplayer:{productId:"453418",url:"https://www.tcgplayer.com/product/453418?Language=English&Printing=Normal"}},{artists:["soyameii"],foiling:t.Foiling.R,identifier:"DYN120",image:"DYN120",print:"DYN120-Rainbow",rarity:t.Rarity.Majestic,set:t.Release.Dynasty,tcgplayer:{productId:"453418",url:"https://www.tcgplayer.com/product/453418?Language=English&Printing=Rainbow+Foil"}}],rarities:[t.Rarity.Majestic],rarity:t.Rarity.Majestic,setIdentifiers:["DYN120"],sets:[t.Release.Dynasty],specialImage:"DYN120",subtypes:[t.Subtype.Attack],types:[t.Type.Action],typeText:"Assassin Action - Attack",cost:0,defense:3,functionalText:`**Contract** - You are contracted to banish opponents' red cards. Whenever you complete this contract, create a Silver token.
3666
3666
 
3667
- When this hits a hero, banish the top card of their deck and up to 1 card in their arsenal.`,keywords:[t.Keyword.Contract],pitch:1,power:4},{artists:["Nathaniel Himawan"],cardIdentifier:"leave-them-hanging-red",classes:[t.Class.Guardian],defaultImage:"SUP074",legalFormats:[t.Format.Blitz,t.Format.ClassicConstructed,t.Format.Draft,t.Format.LivingLegend,t.Format.Open,t.Format.Sealed,t.Format.UltimatePitFight],legalHeroes:[t.Hero.Lyath],name:"Leave Them Hanging",printings:[{artists:["Nathaniel Himawan"],identifier:"SUP074",image:"SUP074",print:"SUP074",rarity:t.Rarity.Majestic,set:t.Release.SuperSlam,tcgplayer:{productId:"653238",url:"https://www.tcgplayer.com/product/653237?Language=English&Printing=Normal"}},{artists:["Nathaniel Himawan"],foiling:t.Foiling.C,identifier:"SUP074",image:"SUP074_V2",print:"SUP074-Cold-Extended Art",rarity:t.Rarity.Majestic,set:t.Release.SuperSlam,tcgplayer:{productId:"653238",url:"https://www.tcgplayer.com/product/653238?Language=English&Printing=Cold+Foil"},treatment:t.Treatment.EA,treatments:[t.Treatment.EA]}],rarities:[t.Rarity.Majestic],rarity:t.Rarity.Majestic,setIdentifiers:["SUP074"],sets:[t.Release.SuperSlam],specialImage:"SUP074_V2",subtypes:[t.Subtype.Aura],types:[t.Type.Instant],typeText:"Reviled Guardian Instant - Aura",cost:3,defense:3,functionalText:`**Suspense**
3667
+ When this hits a hero, banish the top card of their deck and up to 1 card in their arsenal.`,keywords:[t.Keyword.Contract],pitch:1,power:4},{artists:["Nathaniel Himawan"],cardIdentifier:"leave-them-hanging-red",classes:[t.Class.Guardian],defaultImage:"SUP074",legalFormats:[t.Format.Blitz,t.Format.ClassicConstructed,t.Format.Draft,t.Format.LivingLegend,t.Format.Open,t.Format.Sealed,t.Format.UltimatePitFight],legalHeroes:[t.Hero.Lyath],name:"Leave Them Hanging",printings:[{artists:["Nathaniel Himawan"],identifier:"SUP074",image:"SUP074",print:"SUP074",rarity:t.Rarity.Majestic,set:t.Release.SuperSlam,tcgplayer:{productId:"653237",url:"https://www.tcgplayer.com/product/653237?Language=English&Printing=Normal"}},{artists:["Nathaniel Himawan"],foiling:t.Foiling.C,identifier:"SUP074",image:"SUP074_V2",print:"SUP074-Cold-Extended Art",rarity:t.Rarity.Majestic,set:t.Release.SuperSlam,tcgplayer:{productId:"653238",url:"https://www.tcgplayer.com/product/653238?Language=English&Printing=Cold+Foil"},treatment:t.Treatment.EA,treatments:[t.Treatment.EA]}],rarities:[t.Rarity.Majestic],rarity:t.Rarity.Majestic,setIdentifiers:["SUP074"],sets:[t.Release.SuperSlam],specialImage:"SUP074_V2",subtypes:[t.Subtype.Aura],types:[t.Type.Instant],typeText:"Reviled Guardian Instant - Aura",cost:3,defense:3,functionalText:`**Suspense**
3668
3668
 
3669
3669
  When this enters or leaves the arena, **intimidate** target hero.
3670
3670
 
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": "3.6.240",
4
+ "version": "3.6.241",
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@^3.6.239",
34
+ "latest-cards": "npm:@flesh-and-blood/cards@^3.6.240",
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": "f3e157fbabe98add2b267925ce3f31d4aa1a2a04"
61
+ "gitHead": "eff04e9e27c747a10e0b4fce97ef68ee45b66ac0"
62
62
  }