@flesh-and-blood/cards 2.0.58 → 2.0.59

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
@@ -1940,7 +1940,7 @@ If you have attacked with a weapon this turn, your next attack this turn gains +
1940
1940
 
1941
1941
  If you have attacked with a weapon this turn, your next attack this turn gains +1{p}.
1942
1942
 
1943
- **Go again**`,keywords:[t.Keyword.GoAgain],pitch:3},{artists:["Isuardi Therianto"],cardIdentifier:"hold-em-red",classes:[t.Class.Warrior],defaultImage:"HVY130",name:"Hold 'em",printings:[{artist:"Isuardi Therianto",identifier:"HVY130",image:"HVY130",print:"HVY130",set:t.Release.HeavyHitters,tcgplayer:{productId:"528090",url:"https://www.tcgplayer.com/product/528090?Language=English&Printing=Normal"}},{artist:"Isuardi Therianto",foiling:t.Foiling.R,identifier:"HVY130",image:"HVY130",print:"HVY130-Rainbow",set:t.Release.HeavyHitters,tcgplayer:{productId:"528090",url:"https://www.tcgplayer.com/product/528090?Language=English&Printing=Rainbow+Foil"}},{artist:"Isuardi Therianto",identifier:"OLA017",image:"OLA017",print:"OLA017",set:t.Release.OlympiaBlitzDeck,tcgplayer:{productId:"537353",url:"https://www.tcgplayer.com/product/537353?Language=English&Printing=Normal"}}],rarities:[t.Rarity.Common],rarity:t.Rarity.Common,setIdentifiers:["HVY130","OLA017"],sets:[t.Release.HeavyHitters,t.Release.OlympiaBlitzDeck],specialImage:"HVY130",subtypes:[t.Subtype.NonAttack],types:[t.Type.Action],typeText:"Warrior Action",cost:1,defense:3,functionalText:`Your next Warrior attack this turn gets +3{p} and "When this attacks a hero, you may **wager** a Vigor token with them."
1943
+ **Go again**`,keywords:[t.Keyword.GoAgain],pitch:3},{artists:["Isuardi Therianto"],cardIdentifier:"hold-em-red",classes:[t.Class.Warrior],defaultImage:"HVY130",name:"Hold 'em",printings:[{artist:"Isuardi Therianto",identifier:"HVY130",image:"HVY130",print:"HVY130",set:t.Release.HeavyHitters,tcgplayer:{productId:"533540",url:"https://www.tcgplayer.com/product/533540?Language=English&Printing=Normal"}},{artist:"Isuardi Therianto",foiling:t.Foiling.R,identifier:"HVY130",image:"HVY130",print:"HVY130-Rainbow",set:t.Release.HeavyHitters,tcgplayer:{productId:"533540",url:"https://www.tcgplayer.com/product/533540?Language=English&Printing=Rainbow+Foil"}},{artist:"Isuardi Therianto",identifier:"OLA017",image:"OLA017",print:"OLA017",set:t.Release.OlympiaBlitzDeck,tcgplayer:{productId:"537353",url:"https://www.tcgplayer.com/product/537353?Language=English&Printing=Normal"}}],rarities:[t.Rarity.Common],rarity:t.Rarity.Common,setIdentifiers:["HVY130","OLA017"],sets:[t.Release.HeavyHitters,t.Release.OlympiaBlitzDeck],specialImage:"HVY130",subtypes:[t.Subtype.NonAttack],types:[t.Type.Action],typeText:"Warrior Action",cost:1,defense:3,functionalText:`Your next Warrior attack this turn gets +3{p} and "When this attacks a hero, you may **wager** a Vigor token with them."
1944
1944
 
1945
1945
  **Go again**`,keywords:[t.Keyword.GoAgain,t.Keyword.Wager],pitch:1},{artists:["Isuardi Therianto"],cardIdentifier:"hold-em-yellow",classes:[t.Class.Warrior],defaultImage:"HVY131",name:"Hold 'em",printings:[{artist:"Isuardi Therianto",identifier:"HVY131",image:"HVY131",print:"HVY131",set:t.Release.HeavyHitters,tcgplayer:{productId:"533541",url:"https://www.tcgplayer.com/product/533541?Language=English&Printing=Normal"}},{artist:"Isuardi Therianto",foiling:t.Foiling.R,identifier:"HVY131",image:"HVY131",print:"HVY131-Rainbow",set:t.Release.HeavyHitters,tcgplayer:{productId:"533541",url:"https://www.tcgplayer.com/product/533541?Language=English&Printing=Rainbow+Foil"}}],rarities:[t.Rarity.Common],rarity:t.Rarity.Common,setIdentifiers:["HVY131"],sets:[t.Release.HeavyHitters],specialImage:"HVY131",subtypes:[t.Subtype.NonAttack],types:[t.Type.Action],typeText:"Warrior Action",cost:1,defense:3,functionalText:`Your next Warrior attack this turn gets +2{p} and "When this attacks a hero, you may **wager** a Vigor token with them."
1946
1946
 
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.58",
4
+ "version": "2.0.59",
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.57",
34
+ "latest-cards": "npm:@flesh-and-blood/cards@^2.0.58",
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": "c510df332ce2c673af8f96c6056ff2456a611363"
61
+ "gitHead": "fc10cab4d6e9d073bedd7a4e2ec5e2422653ef40"
62
62
  }