full rework, ancestry and promo base 1 completion
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user