@flesh-and-blood/cards 0.0.33 → 0.0.34
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 +2 -2
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -40,7 +40,7 @@ When this **transforms** from or into an Evo with a different name, gain 1 actio
|
|
|
40
40
|
|
|
41
41
|
**Once per Turn Instant** - Destroy a card under this: You may attack an additional time with target weapon this turn.
|
|
42
42
|
|
|
43
|
-
**Blade Break**`,keywords:[e.Keyword.BladeBreak,e.Keyword.Transform],pitch:2,restrictedFormats:[e.Format.Commoner]},{artists:["Isuardi Therianto"],cardIdentifier:"annihilator-engine-red",classes:[e.Class.Mechanologist],defaultImage:"EVO054",name:"Annihilator Engine",printings:[{identifier:"EVO054",image:"EVO054",set:e.Release.BrightLights},{foiling:e.Foiling.R,identifier:"EVO054",image:"
|
|
43
|
+
**Blade Break**`,keywords:[e.Keyword.BladeBreak,e.Keyword.Transform],pitch:2,restrictedFormats:[e.Format.Commoner]},{artists:["Isuardi Therianto"],cardIdentifier:"annihilator-engine-red",classes:[e.Class.Mechanologist],defaultImage:"EVO054",name:"Annihilator Engine",printings:[{identifier:"EVO054",image:"EVO054",set:e.Release.BrightLights},{foiling:e.Foiling.R,identifier:"EVO054",image:"EVO054_V2",set:e.Release.BrightLights,treatment:e.Treatment.EA}],rarities:[e.Rarity.Majestic],rarity:e.Rarity.Majestic,setIdentifiers:["EVO054"],sets:[e.Release.BrightLights],specialImage:"EVO054_V2",subtypes:[e.Subtype.Attack],types:[e.Type.Action],typeText:"Mechanologist Action - Attack",cost:6,defense:3,functionalText:`If you have 1 or more Evos equipped, this gets "When this hits a hero, destroy all cards defending this,"
|
|
44
44
|
|
|
45
45
|
- 2 or more, this costs {r}{r}{r} less to play,
|
|
46
46
|
- 3 or more, this gets **overpower**,
|
|
@@ -48,7 +48,7 @@ When this **transforms** from or into an Evo with a different name, gain 1 actio
|
|
|
48
48
|
|
|
49
49
|
- 2 or more, this costs {r}{r}{r} less to play,
|
|
50
50
|
- 3 or more, this gets **overpower**,
|
|
51
|
-
- 4 or more, this gets +3{p}.`,keywords:[e.Keyword.Overpower],pitch:1,power:6,restrictedFormats:[e.Format.Commoner]},{artists:["Federico Musetti"],cardIdentifier:"war-machine-red",classes:[e.Class.Mechanologist],defaultImage:"EVO056",name:"War Machine",printings:[{identifier:"EVO056",image:"EVO056",set:e.Release.BrightLights},{foiling:e.Foiling.R,identifier:"EVO056",image:"
|
|
51
|
+
- 4 or more, this gets +3{p}.`,keywords:[e.Keyword.Overpower],pitch:1,power:6,restrictedFormats:[e.Format.Commoner]},{artists:["Federico Musetti"],cardIdentifier:"war-machine-red",classes:[e.Class.Mechanologist],defaultImage:"EVO056",name:"War Machine",printings:[{identifier:"EVO056",image:"EVO056",set:e.Release.BrightLights},{foiling:e.Foiling.R,identifier:"EVO056",image:"EVO056_V2",set:e.Release.BrightLights,treatment:e.Treatment.EA}],rarities:[e.Rarity.Majestic],rarity:e.Rarity.Majestic,setIdentifiers:["EVO056"],sets:[e.Release.BrightLights],specialImage:"EVO056_V2",subtypes:[e.Subtype.Attack],types:[e.Type.Action],typeText:"Mechanologist Action - Attack",cost:6,defense:3,functionalText:`If you have 1 or more Evos equipped, this gets "When this hits a hero, destroy all cards in their arsenal,"
|
|
52
52
|
|
|
53
53
|
- 2 or more, this costs {r}{r}{r} less to play,
|
|
54
54
|
- 3 or more, this gets **overpower**,
|
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": "0.0.
|
|
4
|
+
"version": "0.0.34",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"prepublish": "npm run full"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@flesh-and-blood/types": "^0.0.
|
|
23
|
+
"@flesh-and-blood/types": "^0.0.34"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/jest": "^29.5.5",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"esbuild-jest": "^0.5.0",
|
|
32
32
|
"fast-xml-parser": "4.2.7",
|
|
33
33
|
"jest": "^29.7.0",
|
|
34
|
-
"latest-cards": "npm:@flesh-and-blood/cards@^0.0.
|
|
34
|
+
"latest-cards": "npm:@flesh-and-blood/cards@^0.0.33",
|
|
35
35
|
"papaparse": "5.3.2",
|
|
36
36
|
"ts-node": "^10.9.1",
|
|
37
37
|
"typescript": "^5.2.2"
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"FAB",
|
|
58
58
|
"FABTCG"
|
|
59
59
|
],
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "14abdb37feadcbe3b9a5909678845fea89e5ba49"
|
|
61
61
|
}
|