full rework, ancestry and promo base 1 completion

This commit is contained in:
2024-08-05 18:11:10 +02:00
parent 714fb29d3d
commit b5657348df
15 changed files with 704 additions and 413 deletions
+64
View File
@@ -0,0 +1,64 @@
{
"cards": [
{
"id": 151,
"role": "market",
"card_type": "item",
"faction": "base",
"name": "Cloak of Night",
"cost": 3,
"effects": [
{
"effect": "draw_and_discard",
"amount": 2
},
{
"effect": "make_discard",
"on": "discard"
}
]
},
{
"id": 152,
"role": "market",
"card_type": "item",
"faction": "base",
"name": "Divining Wand",
"cost": 4,
"effects": [
{
"effect": "gold",
"amount": 2
},
{
"effect": "draw"
},
{
"effect": "stack_this_card",
"on": "buy"
}
]
},
{
"id": 153,
"role": "market",
"card_type": "item",
"faction": "base",
"name": "Shimmering Steel",
"cost": 4,
"effects": [
{
"effect": "damage",
"amount": 4
},
{
"effect": "pick_faction"
},
{
"effect": "this_card_in_hand",
"on": "buy"
}
]
}
]
}