@flesh-and-blood/cards 0.0.51 → 0.0.52

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -84,7 +84,11 @@ When this **transforms** from or into an Evo with a different name, gain 1 actio
84
84
 
85
85
  This enters the arena with a steam counter. At the start of your turn, destroy this and it deals 1 damage to you unless you remove a steam counter from it.
86
86
 
87
- When a Mechanologist attack action card you control hits a hero, destroy this and up to 2 other items in the arena. Then deal X damage to them, where X is the number of items destroyed this way.`,keywords:[e.Keyword.Crank],pitch:1,restrictedFormats:[e.Format.Commoner]},{artists:["Mateusz Wi\u015Bniewski"],cardIdentifier:"hadron-collider-red",classes:[e.Class.Mechanologist],defaultImage:"EVO090",name:"Hadron Collider",printings:[{identifier:"EVO090",image:"EVO090",set:e.Release.BrightLights}],rarities:[e.Rarity.Common],rarity:e.Rarity.Common,setIdentifiers:["EVO090"],sets:[e.Release.BrightLights],specialImage:"EVO090",subtypes:[e.Subtype.Item,e.Subtype.NonAttack],types:[e.Type.Action],typeText:"Mechanologist Action - Item",cost:1,functionalText:`**Crank**
87
+ When a Mechanologist attack action card you control hits a hero, destroy this and up to 2 other items in the arena. Then deal X damage to them, where X is the number of items destroyed this way.`,keywords:[e.Keyword.Crank],pitch:1,restrictedFormats:[e.Format.Commoner]},{artists:["Sebastian Szmyd"],cardIdentifier:"boom-grenade-red",classes:[e.Class.Mechanologist],defaultImage:"EVO084",name:"Boom Grenade",printings:[{identifier:"EVO084",image:"EVO084",set:e.Release.BrightLights}],rarities:[e.Rarity.Common],rarity:e.Rarity.Common,setIdentifiers:["EVO084"],sets:[e.Release.BrightLights],specialImage:"EVO084",subtypes:[e.Subtype.Item,e.Subtype.NonAttack],types:[e.Type.Action],typeText:"Mechanologist Action - Item",cost:0,functionalText:`**Crank**
88
+
89
+ This enters the arena with a steam counter. At the start of your turn, destroy this unless you remove a steam counter from it.
90
+
91
+ When a Mechanologist attack action card you control hits a hero, destroy this and deal 4 damage to them.`,keywords:[e.Keyword.Crank],pitch:1},{artists:["Mateusz Wi\u015Bniewski"],cardIdentifier:"hadron-collider-red",classes:[e.Class.Mechanologist],defaultImage:"EVO090",name:"Hadron Collider",printings:[{identifier:"EVO090",image:"EVO090",set:e.Release.BrightLights}],rarities:[e.Rarity.Common],rarity:e.Rarity.Common,setIdentifiers:["EVO090"],sets:[e.Release.BrightLights],specialImage:"EVO090",subtypes:[e.Subtype.Item,e.Subtype.NonAttack],types:[e.Type.Action],typeText:"Mechanologist Action - Item",cost:1,functionalText:`**Crank**
88
92
 
89
93
  This enters the arena with 4 steam counters. At the start of your turn, destroy this unless you remove a steam counter from it.
90
94
 
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.51",
4
+ "version": "0.0.52",
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.51"
23
+ "@flesh-and-blood/types": "^0.0.52"
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.50",
34
+ "latest-cards": "npm:@flesh-and-blood/cards@^0.0.51",
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": "3eb97557db2dc28f9527f8b43bc23dcd08e64bcd"
60
+ "gitHead": "98f3061620cbbbc3610ad0e8653393aa59f80c60"
61
61
  }