@flesh-and-blood/cards 0.0.7 → 0.0.11
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 +3 -1
- package/package.json +7 -6
package/dist/index.js
CHANGED
|
@@ -2226,7 +2226,9 @@ If you have dealt arcane damage to an opposing hero this turn, Piercing Shadow V
|
|
|
2226
2226
|
|
|
2227
2227
|
If you have dealt arcane damage to an opposing hero this turn, Piercing Shadow Vise gains +2{p}.
|
|
2228
2228
|
|
|
2229
|
-
**Blood Debt**`,keywords:["Blood Debt"],pitch:3,power:2,talents:["Shadow"]},{artists:["
|
|
2229
|
+
**Blood Debt**`,keywords:["Blood Debt"],pitch:3,power:2,talents:["Shadow"]},{artists:["Riordan Delmiro"],cardIdentifier:"pink-visor",classes:["Merchant"],defaultImage:"LSS007",name:"Pink Visor",printings:[{foiling:"Cold",identifier:"LSS007",image:"LSS007",set:"Promos"}],rarities:["Promo"],rarity:"Promo",setIdentifiers:["LSS007"],sets:["Promos"],specialImage:"LSS007",subtypes:["Head"],types:["Equipment"],typeText:"Merchant Equipment - Head",functionalText:`**Ruu'di Specialization**
|
|
2230
|
+
|
|
2231
|
+
**Once per Turn Action** - {r}: The next card you reveal this turn has its grade increased by 1. **Go again**`,keywords:["Specialization"],restrictedFormats:["Blitz","Classic Constructed","Commoner"],specializations:[]},{artists:["Rio Sabda"],cardIdentifier:"pitfall-trap-yellow",classes:["Ranger"],defaultImage:"LGS151.width-10000",name:"Pitfall Trap",printings:[{edition:"First",identifier:"CRU127",image:"CRU127",set:"Crucible of War"},{edition:"First",foiling:"Rainbow",identifier:"CRU127",image:"CRU127",set:"Crucible of War"},{edition:"Unlimited",identifier:"CRU127",image:"U-CRU127",set:"Crucible of War"},{edition:"Unlimited",foiling:"Rainbow",identifier:"CRU127",image:"U-CRU127",set:"Crucible of War"},{foiling:"Rainbow",identifier:"LGS151",image:"LGS151.width-10000",set:"Promos"},{identifier:"LXI029",image:"LXI029.width-450",set:"Lexi Blitz Deck"}],rarities:["Promo","Rare"],rarity:"Rare",setIdentifiers:["CRU127","LGS151","LXI029"],sets:["Crucible of War","Lexi Blitz Deck","Promos"],specialImage:"LGS151.width-10000",subtypes:["Trap"],types:["Defense Reaction"],typeText:"Ranger Defense Reaction - Trap",cost:0,defense:3,functionalText:`Pitfall Trap can only be played from arsenal.
|
|
2230
2232
|
|
|
2231
2233
|
When this defends, deal 2 damage to the attacking hero unless they pay {r}.`,pitch:2,restrictedFormats:["Commoner"]},{artists:["Mark Poole"],cardIdentifier:"plague-hive-yellow",classes:["Assassin","Ranger"],defaultImage:"OUT000.width-450",name:"Plague Hive",printings:[{foiling:"Cold",identifier:"OUT000",image:"OUT000.width-450",set:"Outsiders"},{foiling:"Rainbow",identifier:"OUT000",image:"OUT000.width-450",set:"Outsiders"}],rarities:["Fabled"],rarity:"Fabled",setIdentifiers:["OUT000"],sets:["Outsiders"],specialImage:"OUT000.width-450",subtypes:["Gem"],types:["Resource"],typeText:"Assassin / Ranger Resource - Gem",functionalText:`**Legendary**
|
|
2232
2234
|
|
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.
|
|
4
|
+
"version": "0.0.11",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -15,21 +15,22 @@
|
|
|
15
15
|
"tts": "ts-node tts/index.ts",
|
|
16
16
|
"sitemap": "ts-node sitemap/index.ts",
|
|
17
17
|
"full": "npm run transform && npm run build && npm test && npm run new && npm run tts && npm run sitemap",
|
|
18
|
-
"prepublish": "npm run full"
|
|
18
|
+
"prepublish": "npm run full",
|
|
19
|
+
"update": "ncu -u @flesh-and-blood/cards && npm i"
|
|
19
20
|
},
|
|
20
21
|
"dependencies": {
|
|
21
|
-
"@flesh-and-blood/types": "^0.0.
|
|
22
|
+
"@flesh-and-blood/types": "^0.0.11"
|
|
22
23
|
},
|
|
23
24
|
"devDependencies": {
|
|
24
|
-
"@flesh-and-blood/cards": "0.0.3",
|
|
25
25
|
"@types/jest": "^29.5.5",
|
|
26
|
-
"@types/node": "^20.6.
|
|
26
|
+
"@types/node": "^20.6.2",
|
|
27
27
|
"@types/papaparse": "5.3.8",
|
|
28
28
|
"chalk": "^4.1.2",
|
|
29
29
|
"esbuild": "^0.19.3",
|
|
30
30
|
"esbuild-jest": "^0.5.0",
|
|
31
31
|
"fast-xml-parser": "^4.2.7",
|
|
32
32
|
"jest": "^29.7.0",
|
|
33
|
+
"latest-cards": "npm:@flesh-and-blood/cards@^0.0.9",
|
|
33
34
|
"papaparse": "5.3.2",
|
|
34
35
|
"ts-node": "^10.9.1",
|
|
35
36
|
"typescript": "^5.2.2"
|
|
@@ -55,5 +56,5 @@
|
|
|
55
56
|
"FAB",
|
|
56
57
|
"FABTCG"
|
|
57
58
|
],
|
|
58
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "57491d0116794149b1449156ccbe1ac4372e07f2"
|
|
59
60
|
}
|