@flesh-and-blood/cards 3.1.3 → 3.1.4
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.
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -4259,7 +4259,7 @@ If Spirit of Eirina would be put into your soul, instead put it into the arena.
|
|
|
4259
4259
|
|
|
4260
4260
|
You may play Lumina Ascension as though it were an instant.`,keywords:[t.Keyword.Legendary],pitch:2,talents:[t.Talent.Light]},{artists:["Henrique Lindner"],cardIdentifier:"spirit-of-war-red",classes:[t.Class.Warrior],defaultImage:"DTD052",name:"Spirit of War",printings:[{artists:["Henrique Lindner"],identifier:"DTD052",image:"DTD052",print:"DTD052",set:t.Release.DuskTillDawn,tcgplayer:{productId:"502809",url:"https://www.tcgplayer.com/product/502809?Language=English&Printing=Normal"}},{artists:["Henrique Lindner"],foiling:t.Foiling.R,identifier:"DTD052",image:"DTD052",print:"DTD052-Rainbow",set:t.Release.DuskTillDawn,tcgplayer:{productId:"502809",url:"https://www.tcgplayer.com/product/502809?Language=English&Printing=Rainbow+Foil"}}],rarities:[t.Rarity.Majestic],rarity:t.Rarity.Majestic,setIdentifiers:["DTD052"],sets:[t.Release.DuskTillDawn],specialImage:"DTD052",subtypes:[t.Subtype.Attack],types:[t.Type.Action],typeText:"Light Warrior Action - Attack",bannedFormats:[t.Format.Commoner],cost:0,defense:3,functionalText:`As an additional cost to play this, you may **charge** your hero's soul.
|
|
4261
4261
|
|
|
4262
|
-
If a yellow card is **charged** this way, whenever an attack action card hits this combat chain, create a Courage token.`,keywords:[t.Keyword.Charge],pitch:1,power:3,talents:[t.Talent.Light]},{artists:["Carlos Cruchaga"],cardIdentifier:"spoiled-skull",classes:[t.Class.Brute],defaultImage:"DTD106",name:"Spoiled Skull",printings:[{artists:["Carlos Cruchaga"],identifier:"DTD106",image:"DTD106",print:"DTD106",set:t.Release.DuskTillDawn,tcgplayer:{productId:"502857",url:"https://www.tcgplayer.com/product/502857?Language=English&Printing=Normal"}},{artists:["Carlos Cruchaga"],foiling:t.Foiling.C,identifier:"DTD106",image:"DTD106_V2",print:"DTD106-Cold-Extended Art",set:t.Release.DuskTillDawn,tcgplayer:{productId:"504521",url:"https://www.tcgplayer.com/product/504521?Language=English&Printing=Cold+Foil"},treatment:t.Treatment.EA}],rarities:[t.Rarity.Majestic],rarity:t.Rarity.Majestic,setIdentifiers:["DTD106"],sets:[t.Release.DuskTillDawn],specialImage:"DTD106_V2",subtypes:[t.Subtype.Head],types:[t.Type.Equipment],typeText:"Shadow Brute Equipment - Head",bannedFormats:[t.Format.Commoner],functionalText:`**Action** - {r}, banish this: Target 3 action cards with different names in your banished zone and chose one at random. You may play it this turn. **Go again**
|
|
4262
|
+
If a yellow card is **charged** this way, whenever an attack action card hits this combat chain, create a Courage token.`,keywords:[t.Keyword.Charge],pitch:1,power:3,talents:[t.Talent.Light]},{artists:["Arif Wijaya"],cardIdentifier:"splatter-skull-red",classes:[t.Class.Brute],defaultImage:"ROS243",name:"Splatter Skull",printings:[{artists:["Arif Wijaya"],identifier:"ROS243",image:"ROS243",print:"ROS243",set:t.Release.Rosetta}],rarities:[t.Rarity.Majestic],rarity:t.Rarity.Majestic,setIdentifiers:["ROS243"],sets:[t.Release.Rosetta],specialImage:"ROS243",subtypes:[t.Subtype.Attack],types:[t.Type.Action],typeText:"Brute Action - Attack",bannedFormats:[t.Format.Commoner],cost:2,defense:3,functionalText:"When this hits a hero, choose a face-down card in their banished zone that was banished by **intimidate** this turn. Put it into their graveyard.",pitch:1,power:6},{artists:["Carlos Cruchaga"],cardIdentifier:"spoiled-skull",classes:[t.Class.Brute],defaultImage:"DTD106",name:"Spoiled Skull",printings:[{artists:["Carlos Cruchaga"],identifier:"DTD106",image:"DTD106",print:"DTD106",set:t.Release.DuskTillDawn,tcgplayer:{productId:"502857",url:"https://www.tcgplayer.com/product/502857?Language=English&Printing=Normal"}},{artists:["Carlos Cruchaga"],foiling:t.Foiling.C,identifier:"DTD106",image:"DTD106_V2",print:"DTD106-Cold-Extended Art",set:t.Release.DuskTillDawn,tcgplayer:{productId:"504521",url:"https://www.tcgplayer.com/product/504521?Language=English&Printing=Cold+Foil"},treatment:t.Treatment.EA}],rarities:[t.Rarity.Majestic],rarity:t.Rarity.Majestic,setIdentifiers:["DTD106"],sets:[t.Release.DuskTillDawn],specialImage:"DTD106_V2",subtypes:[t.Subtype.Head],types:[t.Type.Equipment],typeText:"Shadow Brute Equipment - Head",bannedFormats:[t.Format.Commoner],functionalText:`**Action** - {r}, banish this: Target 3 action cards with different names in your banished zone and chose one at random. You may play it this turn. **Go again**
|
|
4263
4263
|
|
|
4264
4264
|
**Arcane Barrier 1**
|
|
4265
4265
|
|
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": "3.1.
|
|
4
|
+
"version": "3.1.4",
|
|
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@^3.1.
|
|
34
|
+
"latest-cards": "npm:@flesh-and-blood/cards@^3.1.3",
|
|
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": "
|
|
61
|
+
"gitHead": "df72af2bdd60199311041479574f7f75ffb28a71"
|
|
62
62
|
}
|