@flesh-and-blood/cards 3.0.2 → 3.0.3
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
|
@@ -56,7 +56,7 @@ Deal 5 arcane damage to any target.
|
|
|
56
56
|
|
|
57
57
|
//
|
|
58
58
|
|
|
59
|
-
Deal 1 arcane damage to any target.`,keywords:[t.Keyword.Meld],pitch:1,talents:[t.Talent.Lightning]},{artists:["Carlos Cruchaga"],cardIdentifier:"sanctuary-of-aria",classes:[],defaultImage:"ROS027",name:"Sanctuary of Aria",printings:[{artists:["Carlos Cruchaga"],identifier:"ROS027",image:"ROS027",print:"ROS027",set:t.Release.Rosetta}],rarities:[t.Rarity.Token],rarity:t.Rarity.Token,setIdentifiers:["ROS027"],sets:[t.Release.Rosetta],specialImage:"ROS027",subtypes:[],types:[t.Type.Macro],typeText:"Rosetta Macro",functionalText:"**Instant** - {r}{r}: Prevent the next 1 damage that would be dealt to you this turn by a source of your choice. Destroy this at the beginning of the end phase."},{artists:["Dominik Mayer"],cardIdentifier:"felling-of-the-crown-red",classes:[t.Class.NotClassed],defaultImage:"ROS031",name:"Felling of the Crown",printings:[{artists:["Dominik Mayer"],identifier:"ROS031",image:"ROS031",print:"ROS031",set:t.Release.Rosetta}],rarities:[t.Rarity.Majestic],rarity:t.Rarity.Majestic,setIdentifiers:["ROS031"],sets:[t.Release.Rosetta],specialImage:"ROS031",subtypes:[t.Subtype.Attack],types:[t.Type.Action],typeText:"Earth Action - Attack",bannedFormats:[t.Format.Commoner],cost:3,defense:3,functionalText:`If there are 4 or more Earth cards in your banished zone, this gets +4{p}.
|
|
59
|
+
Deal 1 arcane damage to any target.`,keywords:[t.Keyword.Meld],pitch:1,talents:[t.Talent.Lightning]},{artists:["Carlos Cruchaga"],cardIdentifier:"sanctuary-of-aria",classes:[t.Class.NotClassed],defaultImage:"ROS027",name:"Sanctuary of Aria",printings:[{artists:["Carlos Cruchaga"],identifier:"ROS027",image:"ROS027",print:"ROS027",set:t.Release.Rosetta}],rarities:[t.Rarity.Token],rarity:t.Rarity.Token,setIdentifiers:["ROS027"],sets:[t.Release.Rosetta],specialImage:"ROS027",subtypes:[],types:[t.Type.Macro],typeText:"Rosetta Macro",functionalText:"**Instant** - {r}{r}: Prevent the next 1 damage that would be dealt to you this turn by a source of your choice. Destroy this at the beginning of the end phase."},{artists:["Dominik Mayer"],cardIdentifier:"felling-of-the-crown-red",classes:[t.Class.NotClassed],defaultImage:"ROS031",name:"Felling of the Crown",printings:[{artists:["Dominik Mayer"],identifier:"ROS031",image:"ROS031",print:"ROS031",set:t.Release.Rosetta}],rarities:[t.Rarity.Majestic],rarity:t.Rarity.Majestic,setIdentifiers:["ROS031"],sets:[t.Release.Rosetta],specialImage:"ROS031",subtypes:[t.Subtype.Attack],types:[t.Type.Action],typeText:"Earth Action - Attack",bannedFormats:[t.Format.Commoner],cost:3,defense:3,functionalText:`If there are 4 or more Earth cards in your banished zone, this gets +4{p}.
|
|
60
60
|
|
|
61
61
|
**Decompose** - When this attacks, you may banish 2 Earth cards and an action card from your graveyard. If you do, each hero puts a card from their hand on the bottom of their deck.`,keywords:[t.Keyword.Decompose],pitch:1,power:4,talents:[t.Talent.Earth]},{artists:["Milivoj \u0106eran"],cardIdentifier:"channel-the-millennium-tree-red",classes:[t.Class.NotClassed],defaultImage:"ROS033",name:"Channel the Millennium Tree",printings:[{artists:["Milivoj \u0106eran"],identifier:"ROS033",image:"ROS033",print:"ROS033",set:t.Release.Rosetta}],rarities:[t.Rarity.Majestic],rarity:t.Rarity.Majestic,setIdentifiers:["ROS033"],sets:[t.Release.Rosetta],specialImage:"ROS033",subtypes:[t.Subtype.Aura,t.Subtype.NonAttack],types:[t.Type.Action],typeText:"Earth Action - Aura",bannedFormats:[t.Format.Commoner],cost:3,defense:3,functionalText:`**Go again**
|
|
62
62
|
|
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.0.
|
|
4
|
+
"version": "3.0.3",
|
|
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.0.
|
|
34
|
+
"latest-cards": "npm:@flesh-and-blood/cards@^3.0.2",
|
|
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": "be8b934f8a0a4765545ec8febb3345b1574a7185"
|
|
62
62
|
}
|