publish build action

This commit is contained in:
2024-04-26 18:13:58 +02:00
parent b71253f220
commit 14b8934a1e
2 changed files with 81 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"cards": [
{
"id": 25,
"role": "personal",
"card_type": "champion",
"faction": "base",
"name": "rake, master assassin",
"cost": 7,
"defense": 7,
"guard": false,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 4,
"effect_type": "champion_action"
},
{
"effect": "stun",
"amount": 1,
"effect_type": "champion_action"
}
]
}
]
}