@flesh-and-blood/cards 0.0.93 → 0.0.95

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 +6 -5
package/dist/index.js CHANGED
@@ -1214,7 +1214,7 @@ When this is equipped, gain {r}.`,keywords:[e.Keyword.Transform],pitch:2},{artis
1214
1214
 
1215
1215
  **Once per Turn Instant** - Destroy a card under this: Create a Quicken token.
1216
1216
 
1217
- **Blade Break**`,keywords:[e.Keyword.BladeBreak,e.Keyword.Transform],pitch:2},{artists:["Isuardi Therianto"],cardIdentifier:"evo-circut-breaker-red",classes:[e.Class.Mechanologist],defaultImage:"EVO030",name:"Evo Circut Breaker",printings:[{identifier:"EVO030",image:"EVO030",set:e.Release.BrightLights},{foiling:e.Foiling.C,identifier:"EVO030",image:"EVO030_V2",set:e.Release.BrightLights,treatment:e.Treatment.AB}],rarities:[e.Rarity.Majestic,e.Rarity.Marvel],rarity:e.Rarity.Majestic,setIdentifiers:["EVO030"],sets:[e.Release.BrightLights],specialImage:"EVO030_V2",subtypes:[e.Subtype.Evo,e.Subtype.Head],types:[e.Type.Equipment,e.Type.Instant],typeText:"Mechanologist Instant Equipment - Evo Head",cost:0,defense:0,functionalText:`If you have a base head equipped, **transform** it and X Hyper Drivers you control into this, then equip this. If you do, the next time you would be dealt damage this turn, prevent twice X of that damage.
1217
+ **Blade Break**`,keywords:[e.Keyword.BladeBreak,e.Keyword.Transform],pitch:2},{artists:["Isuardi Therianto"],cardIdentifier:"evo-circuit-breaker-red",classes:[e.Class.Mechanologist],defaultImage:"EVO030",name:"Evo Circuit Breaker",printings:[{identifier:"EVO030",image:"EVO030",set:e.Release.BrightLights},{foiling:e.Foiling.C,identifier:"EVO030",image:"EVO030_V2",set:e.Release.BrightLights,treatment:e.Treatment.AB}],rarities:[e.Rarity.Majestic,e.Rarity.Marvel],rarity:e.Rarity.Majestic,setIdentifiers:["EVO030"],sets:[e.Release.BrightLights],specialImage:"EVO030_V2",subtypes:[e.Subtype.Evo,e.Subtype.Head],types:[e.Type.Equipment,e.Type.Instant],typeText:"Mechanologist Instant Equipment - Evo Head",cost:0,defense:0,functionalText:`If you have a base head equipped, **transform** it and X Hyper Drivers you control into this, then equip this. If you do, the next time you would be dealt damage this turn, prevent twice X of that damage.
1218
1218
 
1219
1219
  Whenever you **boost**, you may destroy a card under this. If you do, shuffle 2 attack action cards from your banished zone into your deck.`,keywords:[e.Keyword.Transform],pitch:1,restrictedFormats:[e.Format.Commoner]},{artists:["Ramza Ardyputra"],cardIdentifier:"evo-cogspitter-yellow",classes:[e.Class.Mechanologist],defaultImage:"EVO048",name:"Evo Cogspitter",printings:[{identifier:"EVO048",image:"EVO048",set:e.Release.BrightLights},{foiling:e.Foiling.C,identifier:"EVO048",image:"EVO048",set:e.Release.BrightLights}],rarities:[e.Rarity.Common],rarity:e.Rarity.Common,setIdentifiers:["EVO048"],sets:[e.Release.BrightLights],specialImage:"EVO048",subtypes:[e.Subtype.Arms,e.Subtype.Evo,e.Subtype.NonAttack],types:[e.Type.Action,e.Type.Equipment],typeText:"Mechanologist Action Equipment - Evo Arms",cost:0,defense:2,functionalText:`If you have a base arms equipped, **transform** it into this, then equip this.
1220
1220
 
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.93",
4
+ "version": "0.0.95",
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.93"
23
+ "@flesh-and-blood/types": "^0.0.95"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/jest": "^29.5.5",
@@ -31,10 +31,11 @@
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.92",
34
+ "latest-cards": "npm:@flesh-and-blood/cards@^0.0.94",
35
35
  "papaparse": "5.3.2",
36
36
  "ts-node": "^10.9.1",
37
- "typescript": "^5.2.2"
37
+ "typescript": "^5.2.2",
38
+ "typo-js": "^1.2.3"
38
39
  },
39
40
  "files": [
40
41
  "/dist"
@@ -57,5 +58,5 @@
57
58
  "FAB",
58
59
  "FABTCG"
59
60
  ],
60
- "gitHead": "be93d3226bca4f8fdaaeb3925beb5a99e3a7bce2"
61
+ "gitHead": "222a606b26a9fa9ca8568373e992323c37dacab1"
61
62
  }