@flesh-and-blood/cards 0.0.59 → 0.0.60

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
@@ -176,7 +176,11 @@ When this hits a hero, you may put an item with cost 0 or 1 from any banished zo
176
176
 
177
177
  When this attacks, it gets +3{p} for each Hyper Driver destroyed this way.
178
178
 
179
- If this has 10 or more {p}, it gets **overpower**.`,keywords:[e.Keyword.Overpower],pitch:2,power:3,restrictedFormats:[e.Format.Commoner],specialCost:"XX"},{artists:["Asur Misoa"],cardIdentifier:"meganetic-lockwave-blue",classes:[e.Class.Mechanologist],defaultImage:"EVO143",name:"Meganetic Lockwave",printings:[{identifier:"EVO143",image:"EVO143",set:e.Release.BrightLights}],rarities:[e.Rarity.Majestic],rarity:e.Rarity.Majestic,setIdentifiers:["EVO143"],sets:[e.Release.BrightLights],specialImage:"EVO143",subtypes:[e.Subtype.NonAttack],types:[e.Type.Action],typeText:"Mechanologist Action",defense:3,functionalText:`Target hero chooses X equipment they control, then you choose 1 from among them. That hero must defend your attacks this turn with that equipment if able.
179
+ If this has 10 or more {p}, it gets **overpower**.`,keywords:[e.Keyword.Overpower],pitch:2,power:3,restrictedFormats:[e.Format.Commoner],specialCost:"XX"},{artists:["Sebastian Giacobino"],cardIdentifier:"steel-street-hoons-blue",classes:[e.Class.Mechanologist],defaultImage:"EVO141",name:"Steel Street Hoons",printings:[{identifier:"EVO141",image:"EVO141",set:e.Release.BrightLights}],rarities:[e.Rarity.Majestic],rarity:e.Rarity.Majestic,setIdentifiers:["EVO141"],sets:[e.Release.BrightLights],specialImage:"EVO141",subtypes:[e.Subtype.Attack],types:[e.Type.Action],typeText:"Mechanologist Action - Attack",cost:3,defense:2,functionalText:`**Boost**
180
+
181
+ If an item you control has been destroyed this turn, this gets +2{p}.
182
+
183
+ **Galvanize** - When this defends, you may destroy an item you control. If you do, this gets +2{d}.`,keywords:[e.Keyword.Boost,e.Keyword.Galvanize],pitch:3,power:3,restrictedFormats:[e.Format.Commoner]},{artists:["Asur Misoa"],cardIdentifier:"meganetic-lockwave-blue",classes:[e.Class.Mechanologist],defaultImage:"EVO143",name:"Meganetic Lockwave",printings:[{identifier:"EVO143",image:"EVO143",set:e.Release.BrightLights}],rarities:[e.Rarity.Majestic],rarity:e.Rarity.Majestic,setIdentifiers:["EVO143"],sets:[e.Release.BrightLights],specialImage:"EVO143",subtypes:[e.Subtype.NonAttack],types:[e.Type.Action],typeText:"Mechanologist Action",defense:3,functionalText:`Target hero chooses X equipment they control, then you choose 1 from among them. That hero must defend your attacks this turn with that equipment if able.
180
184
 
181
185
  **Go again**`,pitch:3,restrictedFormats:[e.Format.Commoner],specialCost:"XXX"},{artists:["Olga Tereshenko"],cardIdentifier:"system-failure-yellow",classes:[e.Class.Mechanologist],defaultImage:"EVO144",name:"System Failure",printings:[{identifier:"EVO144",image:"EVO144",set:e.Release.BrightLights}],rarities:[e.Rarity.Majestic],rarity:e.Rarity.Majestic,setIdentifiers:["EVO144"],sets:[e.Release.BrightLights],specialImage:"EVO144",subtypes:[e.Subtype.NonAttack],types:[e.Type.Action],typeText:"Mechanologist Action",cost:1,defense:2,functionalText:"Remove all steam counters from target equipment, item, or weapon. If 2 or more steam counters are removed this way, deal 2 damage to its controler.",pitch:2,restrictedFormats:[e.Format.Commoner]},{artists:["Ausonia"],cardIdentifier:"fabricate-red",classes:[e.Class.Mechanologist],defaultImage:"EVO146",name:"Fabricate",printings:[{identifier:"EVO146",image:"EVO146",set:e.Release.BrightLights}],rarities:[e.Rarity.Majestic],rarity:e.Rarity.Majestic,setIdentifiers:["EVO146"],sets:[e.Release.BrightLights],specialImage:"EVO146",subtypes:[],types:[e.Type.Instant],typeText:"Mechanologist Instant",cost:0,functionalText:`Choose 2;
182
186
  - Equip a base equipment with Proto in its name from your inventory.
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.59",
4
+ "version": "0.0.60",
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.59"
23
+ "@flesh-and-blood/types": "^0.0.60"
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.57",
34
+ "latest-cards": "npm:@flesh-and-blood/cards@^0.0.59",
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": "405fd6583dcfaffd361edbda4baf5eb27204578c"
60
+ "gitHead": "607dee1179c497aac0cc9ba1595257d1d5631c10"
61
61
  }