@flesh-and-blood/cards 2.0.19 → 2.0.20
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
|
@@ -72,7 +72,11 @@ This counts as a Gold.
|
|
|
72
72
|
|
|
73
73
|
When this defends together with 2 or more yellow cards, create a Gold token.
|
|
74
74
|
|
|
75
|
-
**Blade Break**`,keywords:[t.Keyword.BladeBreak,t.Keyword.Specialization],specializations:[t.Hero.Victor]},{artists:["
|
|
75
|
+
**Blade Break**`,keywords:[t.Keyword.BladeBreak,t.Keyword.Specialization],specializations:[t.Hero.Victor]},{artists:["Nikko Wahyudi"],cardIdentifier:"good-time-chapeau",classes:[t.Class.Guardian],defaultImage:"HVY055",name:"Good Time Chapeau",printings:[{artist:"Nikko Wahyudi",identifier:"HVY055",image:"HVY055",print:"HVY055",set:t.Release.HeavyHitters}],rarities:[t.Rarity.Rare],rarity:t.Rarity.Rare,setIdentifiers:["HVY055"],sets:[t.Release.HeavyHitters],specialImage:"HVY055",subtypes:[t.Subtype.Head],types:[t.Type.Equipment],typeText:"Guardian Equipment - Head",defense:2,functionalText:`**Betsy Specialization**
|
|
76
|
+
|
|
77
|
+
**Action** - Destroy a Gold you control: Your next attack this turn gets "When this attacks a hero, **wager** a Might and a Vigor token with them." **Go again**
|
|
78
|
+
|
|
79
|
+
**Temper**`,keywords:[t.Keyword.GoAgain,t.Keyword.Specialization,t.Keyword.Temper],specializations:[t.Hero.Betsy]},{artists:["Vera Rudichenko"],cardIdentifier:"stand-ground",classes:[t.Class.Guardian],defaultImage:"HVY056",name:"Stand Ground",printings:[{artist:"Vera Rudichenko",identifier:"HVY056",image:"HVY056",print:"HVY056",set:t.Release.HeavyHitters}],rarities:[t.Rarity.Common],rarity:t.Rarity.Common,setIdentifiers:["HVY056"],sets:[t.Release.HeavyHitters],specialImage:"HVY056",subtypes:[t.Subtype.Legs],types:[t.Type.Equipment],typeText:"Guardian Equipment - Legs",defense:0,functionalText:`If you control a Might token, this gets +1{d}.
|
|
76
80
|
|
|
77
81
|
If you control a Vigor token, this gets +1{d}.
|
|
78
82
|
|
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.20",
|
|
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.19",
|
|
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": "34d1f0b95ab5f05e1c15eb538f3e046c6f239982"
|
|
62
62
|
}
|