@flesh-and-blood/cards 0.0.27 → 0.0.28

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 +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -28,7 +28,7 @@ When this **transforms** from or into an Evo with a different name, gain 1 actio
28
28
 
29
29
  - 2 or more, this costs {r}{r}{r} less to play,
30
30
  - 3 or more, this gets **overpower**,
31
- - 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:"EVO060",name:"War Machine",printings:[{identifier:"EVO056",image:"EVO060",set:e.Release.BrightLights},{foiling:e.Foiling.R,identifier:"EVO056",image:"EVO060_EA",set:e.Release.BrightLights,treatment:e.Treatment.EA}],rarities:[e.Rarity.Majestic],rarity:e.Rarity.Majestic,setIdentifiers:["EVO056"],sets:[e.Release.BrightLights],specialImage:"EVO060_EA",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,"
31
+ - 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_EA",set:e.Release.BrightLights,treatment:e.Treatment.EA}],rarities:[e.Rarity.Majestic],rarity:e.Rarity.Majestic,setIdentifiers:["EVO056"],sets:[e.Release.BrightLights],specialImage:"EVO056_EA",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,"
32
32
 
33
33
  - 2 or more, this costs {r}{r}{r} less to play,
34
34
  - 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.27",
4
+ "version": "0.0.28",
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.27"
23
+ "@flesh-and-blood/types": "^0.0.28"
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.26",
34
+ "latest-cards": "npm:@flesh-and-blood/cards@^0.0.27",
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": "900820d55a860f901cff2fc6a117471ee8df83df"
60
+ "gitHead": "2911a6a1d35e99ee17b3e603502dffad9c620330"
61
61
  }