@flesh-and-blood/cards 3.0.1 → 3.0.2
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
|
@@ -50,7 +50,7 @@ If target instant card has cost less than the total arcane damage you've dealt t
|
|
|
50
50
|
|
|
51
51
|
//
|
|
52
52
|
|
|
53
|
-
Deal 1 arcane damage to any target.`,keywords:[t.Keyword.Negate],pitch:2,talents:[t.Talent.Lightning]},{artists:["Olga Tereshenko","Simon Dominic"],cardIdentifier:"comet-storm--shock-red",classes:[t.Class.Wizard],defaultImage:"ROS024",name:"Comet Storm // Shock",printings:[{artists:["Simon Dominic","Olga Tereshenko"],identifier:"ROS024",image:"ROS024",print:"ROS024",set:t.Release.Rosetta}],rarities:[t.Rarity.Rare],rarity:t.Rarity.Rare,setIdentifiers:["ROS024"],sets:[t.Release.Rosetta],specialImage:"ROS024",subtypes:[t.Subtype.NonAttack],types:[t.Type.Action,t.Type.Instant],typeText:"Wizard Action / Lightning Instant",bannedFormats:[t.Format.Commoner],cost:2,defense:3,functionalText:`**Meld**
|
|
53
|
+
Deal 1 arcane damage to any target.`,keywords:[t.Keyword.Meld,t.Keyword.Negate],pitch:2,talents:[t.Talent.Lightning]},{artists:["Olga Tereshenko","Simon Dominic"],cardIdentifier:"comet-storm--shock-red",classes:[t.Class.Wizard],defaultImage:"ROS024",name:"Comet Storm // Shock",printings:[{artists:["Simon Dominic","Olga Tereshenko"],identifier:"ROS024",image:"ROS024",print:"ROS024",set:t.Release.Rosetta}],rarities:[t.Rarity.Rare],rarity:t.Rarity.Rare,setIdentifiers:["ROS024"],sets:[t.Release.Rosetta],specialImage:"ROS024",subtypes:[t.Subtype.NonAttack],types:[t.Type.Action,t.Type.Instant],typeText:"Wizard Action / Lightning Instant",bannedFormats:[t.Format.Commoner],cost:2,defense:3,functionalText:`**Meld**
|
|
54
54
|
|
|
55
55
|
Deal 5 arcane damage to any target.
|
|
56
56
|
|
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.0.
|
|
4
|
+
"version": "3.0.2",
|
|
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.0.
|
|
34
|
+
"latest-cards": "npm:@flesh-and-blood/cards@^3.0.1",
|
|
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": "7aed38c0720f32918009f16d1fb18d79fbd3a066"
|
|
62
62
|
}
|