@flesh-and-blood/cards 0.0.69 → 0.0.70
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 +4 -4
package/dist/index.js
CHANGED
|
@@ -108,7 +108,11 @@ Whenever you **boost**, you may destroy a card under this. If you do, create a Q
|
|
|
108
108
|
|
|
109
109
|
This enters the arena with a steam counter. At the start of your turn, destroy this unless you remove a steam counter from it.
|
|
110
110
|
|
|
111
|
-
**Action** - 0: Target hero destroys the top card of their deck.`,keywords:[e.Keyword.Crank],pitch:3,restrictedFormats:[e.Format.Commoner]},{artists:["
|
|
111
|
+
**Action** - 0: Target hero destroys the top card of their deck.`,keywords:[e.Keyword.Crank],pitch:3,restrictedFormats:[e.Format.Commoner]},{artists:["Alexis Susani"],cardIdentifier:"prismatic-lens-yellow",classes:[e.Class.Mechanologist],defaultImage:"EVO071",name:"Prismatic Lens",printings:[{identifier:"EVO071",image:"EVO071",set:e.Release.BrightLights}],rarities:[e.Rarity.Majestic],rarity:e.Rarity.Majestic,setIdentifiers:["EVO071"],sets:[e.Release.BrightLights],specialImage:"EVO071",subtypes:[e.Subtype.Item,e.Subtype.NonAttack],types:[e.Type.Action],typeText:"Mechanologist Action - Item",cost:1,functionalText:`**Crank**
|
|
112
|
+
|
|
113
|
+
This enters the arena with a steam counter. At the start of your turn, destroy this unless you remove a steam counter from it.
|
|
114
|
+
|
|
115
|
+
**Once per Turn Instant** - 0: Reveal the top card of your deck. Put a Mechanologist item of the same color from your banished zone on top of your deck.`,keywords:[e.Keyword.Crank],pitch:2,restrictedFormats:[e.Format.Commoner]},{artists:["Reza Afshar"],cardIdentifier:"quantum-processor-yellow",classes:[e.Class.Mechanologist],defaultImage:"EVO072",name:"Quantum Processor",printings:[{identifier:"EVO072",image:"EVO072",set:e.Release.BrightLights}],rarities:[e.Rarity.Majestic],rarity:e.Rarity.Majestic,setIdentifiers:["EVO072"],sets:[e.Release.BrightLights],specialImage:"EVO072",subtypes:[e.Subtype.Item,e.Subtype.NonAttack],types:[e.Type.Action],typeText:"Mechanologist Action - Item",cost:1,functionalText:`**Crank**
|
|
112
116
|
|
|
113
117
|
This enters the arena with a steam counter. At the start of your turn, destroy this unless you remove a steam counter from it.
|
|
114
118
|
|
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.70",
|
|
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.70"
|
|
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.69",
|
|
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": "6bb5aa2726a3d3a47ac226f625e00753531d42bc"
|
|
61
61
|
}
|