fix : make jsons valid

This commit is contained in:
2024-08-05 19:10:31 +02:00
parent 03d3f5040e
commit cc48d11ea1
2 changed files with 3 additions and 15 deletions
+2 -2
View File
@@ -126,7 +126,7 @@
"effect_type": "suicide",
"sub_effects": [
{
"effect": "damage_all_champions",*
"effect": "damage_all_champions",
"amount": 4
}
]
@@ -211,7 +211,7 @@
"amount": 4
},
{
"effect": "stack_next_champion_bought"*
"effect": "stack_next_champion_bought"
},
{
"effect": "draw",
+1 -13
View File
@@ -1,17 +1,5 @@
{
"cards": [
{
"id": ,
"role": ,
"card_type": ,
"faction": ,
"name": ,
"cost": ,
"effects": [
{
"effect":
}
]
}
]
}