initial commit

This commit is contained in:
2024-07-31 21:31:27 +02:00
commit 96c6b59385
19 changed files with 2489 additions and 0 deletions
+128
View File
@@ -0,0 +1,128 @@
{
"cards": [
{
"id": 109,
"role": "conquest",
"card_type": "item",
"faction": "red",
"name": "Artek's Bones",
"cost": 4,
"effects": [
{
"effect": "gold",
"amount": 3
},
{
"effect": "restack_discarded_champion",
"effect_type": "suicide"
},
{
"effect": "stack_this_card",
"on": "buy"
}
]
},
{
"id": 110,
"role": "conquest",
"card_type": "item",
"faction": "base",
"name": "Cup of Quickening",
"cost": 3,
"effects": [
{
"effect": "prepare",
"mutex": 1
},
{
"effect": "draw",
"mutex": 1
},
{
"effect": "this_card_in_hand",
"on": "buy"
}
]
},
{
"id": 111,
"role": "conquest",
"card_type": "item",
"faction": "green",
"name": "Kemlo's Ring",
"cost": 3,
"effects": [
{
"effect": "draw"
},
{
"effect": "this_card_in_hand",
"on": "buy"
}
]
},
{
"id": 112,
"role": "conquest",
"card_type": "item",
"faction": "base",
"name": "Moonblade",
"cost": 3,
"effects": [
{
"effect": "damage",
"amount": 5
},
{
"effect": "heal",
"amount": 5,
"on": "discard"
}
]
},
{
"id": 113,
"role": "conquest",
"card_type": "item",
"faction": "yellow",
"name": "Scrivener's Quill",
"cost": 3,
"effects": [
{
"effect": "gold",
"amount": 2
},
{
"effect": "heal",
"amount": 4
},
{
"effect": "prepare",
"effect_type": "suicide"
},
{
"effect": "stack_this_card",
"on": "buy"
}
]
},
{
"id": 114,
"role": "conquest",
"card_type": "item",
"faction": "green",
"name": "Spellbinder",
"cost": 3,
"effects": [
{
"effect": "damage",
"amount": 4
},
{
"effect": "draw",
"on": "discard"
}
]
}
]
}