@flesh-and-blood/cards 2.0.41 → 2.0.42
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 +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1936,7 +1936,7 @@ If you have attacked with a weapon this turn, your next attack this turn gains +
|
|
|
1936
1936
|
|
|
1937
1937
|
If you have attacked with a weapon this turn, your next attack this turn gains +1{p}.
|
|
1938
1938
|
|
|
1939
|
-
**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:"
|
|
1939
|
+
**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."
|
|
1940
1940
|
|
|
1941
1941
|
**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."
|
|
1942
1942
|
|
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.42",
|
|
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.41",
|
|
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": "a9eb7f922bd3bc09a8cfc5f37e0d0a598c032b3b"
|
|
62
62
|
}
|