@flesh-and-blood/cards 0.0.45 → 0.0.46

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 @@ This gets +X{p}, where X is the number of equipment defending it.`,keywords:[e.K
176
176
 
177
177
  This gets +X{p}, where X is the number of equipment defending it.`,keywords:[e.Keyword.Boost],pitch:2,power:4},{artists:["Anastasia Balakchina"],cardIdentifier:"panel-beater-blue",classes:[e.Class.Mechanologist],defaultImage:"EVO215",name:"Panel Beater",printings:[{identifier:"EVO215",image:"EVO215",set:e.Release.BrightLights}],rarities:[e.Rarity.Common],rarity:e.Rarity.Common,setIdentifiers:["EVO215"],sets:[e.Release.BrightLights],specialImage:"EVO215",subtypes:[e.Subtype.Attack],types:[e.Type.Action],typeText:"Mechanologist Action - Attack",cost:2,defense:3,functionalText:`**Boost**
178
178
 
179
- This gets +X{p}, where X is the number of equipment defending it.`,keywords:[e.Keyword.Boost],pitch:3,power:3},{artists:["Alief Rusdiatama"],cardIdentifier:"quickfire-red",classes:[e.Class.Mechanologist],defaultImage:"EVO225",name:"Quickfire",printings:[{identifier:"EVO225",image:"EVO225",set:e.Release.BrightLights}],rarities:[e.Rarity.Common],rarity:e.Rarity.Common,setIdentifiers:["EVO225"],sets:[e.Release.BrightLights],specialImage:"EVO225",subtypes:[e.Subtype.NonAttack],types:[e.Type.Action],typeText:"Mechanologist Action",cost:2,defense:2,functionalText:`This costs {r} less to play for each Hyper Driver you control.
179
+ This gets +X{p}, where X is the number of equipment defending it.`,keywords:[e.Keyword.Boost],pitch:3,power:3},{artists:["Sebastian Giacobino"],cardIdentifier:"gas-up-red",classes:[e.Class.Mechanologist],defaultImage:"EVO222",name:"Gas Up",printings:[{identifier:"EVO222",image:"EVO222",set:e.Release.BrightLights}],rarities:[e.Rarity.Common],rarity:e.Rarity.Common,setIdentifiers:["EVO222"],sets:[e.Release.BrightLights],specialImage:"EVO222",subtypes:[e.Subtype.NonAttack],types:[e.Type.Action],typeText:"Mechanologist Action",cost:1,defense:2,functionalText:`The next attack you **boost** this turn gets +4{p}.
180
+
181
+ You may put a Hyper Driver from your banished zone into the arena.
182
+
183
+ **Go again**`,keywords:[e.Keyword.Boost,e.Keyword.GoAgain],pitch:1},{artists:["Alief Rusdiatama"],cardIdentifier:"quickfire-red",classes:[e.Class.Mechanologist],defaultImage:"EVO225",name:"Quickfire",printings:[{identifier:"EVO225",image:"EVO225",set:e.Release.BrightLights}],rarities:[e.Rarity.Common],rarity:e.Rarity.Common,setIdentifiers:["EVO225"],sets:[e.Release.BrightLights],specialImage:"EVO225",subtypes:[e.Subtype.NonAttack],types:[e.Type.Action],typeText:"Mechanologist Action",cost:2,defense:2,functionalText:`This costs {r} less to play for each Hyper Driver you control.
180
184
 
181
185
  The next attack you **boost** this turn gets +4{p}.
182
186
 
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.45",
4
+ "version": "0.0.46",
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.45"
23
+ "@flesh-and-blood/types": "^0.0.46"
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.44",
34
+ "latest-cards": "npm:@flesh-and-blood/cards@^0.0.45",
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": "f1bcd8fa5c8a872e315a6882dc7bd01456f5ba8d"
60
+ "gitHead": "9a925045b311daa41d1999df7edb2c2a123cb714"
61
61
  }