@flesh-and-blood/cards 2.0.153 → 2.0.154

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 +3 -3
package/dist/index.js CHANGED
@@ -302,7 +302,7 @@ Your aura attacks with one or more +1{p} counters get **go again**.`},{artists:[
302
302
 
303
303
  **Ward 10**`,keywords:[t.Keyword.Ward],pitch:1},{artists:["Simon Dominic"],cardIdentifier:"rage-specter-blue",classes:[t.Class.Illusionist],defaultImage:"MST132",name:"Rage Specter",printings:[{artist:"Simon Dominic",identifier:"MST132",image:"MST132",print:"MST132",set:t.Release.PartTheMistveil}],rarities:[t.Rarity.Majestic],rarity:t.Rarity.Majestic,setIdentifiers:["MST132"],sets:[t.Release.PartTheMistveil],specialImage:"MST132",subtypes:[t.Subtype.Aura,t.Subtype.NonAttack],types:[t.Type.Action],typeText:"Illusionist Action - Aura",bannedFormats:[t.Format.Commoner],cost:2,defense:3,functionalText:`When this enters the arena, if you control no other Illusionist auras, gain 1 action point.
304
304
 
305
- During your turn, this has **ward 6**. Otherwise, this has **ward 1**.`,keywords:[t.Keyword.Ward],pitch:3},{artists:["Isuardi Therianto"],cardIdentifier:"restless-coalescence-yellow",classes:[t.Class.Illusionist],defaultImage:"MST133",name:"Restless Coalescence",printings:[{artist:"Isuardi Therianto",identifier:"MST133",image:"MST133",print:"MST133",set:t.Release.PartTheMistveil}],rarities:[t.Rarity.Majestic],rarity:t.Rarity.Majestic,setIdentifiers:["MST133"],sets:[t.Release.PartTheMistveil],specialImage:"MST133",subtypes:[t.Subtype.Aura,t.Subtype.NonAttack],types:[t.Type.Action],typeText:"Illusionist Action - Aura",bannedFormats:[t.Format.Commoner],cost:0,functionalText:`When this enters the arena, move any number of +1{p} counters from auras you control onto this.
305
+ During your turn, this has **ward 6**. Otherwise, this has **ward 1**.`,keywords:[t.Keyword.Ward],pitch:3},{artists:["Isuardi Therianto"],cardIdentifier:"restless-coalescence-yellow",classes:[t.Class.Illusionist],defaultImage:"MST133",name:"Restless Coalescence",printings:[{artist:"Isuardi Therianto",identifier:"MST133",image:"MST133",print:"MST133",set:t.Release.PartTheMistveil}],rarities:[t.Rarity.Majestic],rarity:t.Rarity.Majestic,setIdentifiers:["MST133"],sets:[t.Release.PartTheMistveil],specialImage:"MST133",subtypes:[t.Subtype.Aura],types:[t.Type.Instant],typeText:"Illusionist Action - Aura",bannedFormats:[t.Format.Commoner],cost:0,functionalText:`When this enters the arena, move any number of +1{p} counters from auras you control onto this.
306
306
 
307
307
  **Once per Turn Instant** - Remove a +1{p} counter from this: Create a Spectral Shield token.
308
308
 
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": "2.0.153",
4
+ "version": "2.0.154",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "sideEffects": false,
@@ -31,7 +31,7 @@
31
31
  "esbuild-jest": "^0.5.0",
32
32
  "fast-xml-parser": "4.3.2",
33
33
  "jest": "^29.7.0",
34
- "latest-cards": "npm:@flesh-and-blood/cards@^2.0.152",
34
+ "latest-cards": "npm:@flesh-and-blood/cards@^2.0.153",
35
35
  "papaparse": "^5.3.2",
36
36
  "ts-node": "^10.9.2",
37
37
  "typescript": "^5.3.3",
@@ -58,5 +58,5 @@
58
58
  "FAB",
59
59
  "FABTCG"
60
60
  ],
61
- "gitHead": "da12fcca894019c65c37746bb3f5ca0df8f787ac"
61
+ "gitHead": "457fa53fe6802dc5cd7d6df37f4e5aa8eff1ef28"
62
62
  }