Compare commits

..
1 Commits
Author SHA1 Message Date
legonzaur cc48d11ea1 fix : make jsons valid 2024-08-05 19:10:31 +02:00
2 changed files with 3 additions and 15 deletions
+2 -2
View File
@@ -126,7 +126,7 @@
"effect_type": "suicide", "effect_type": "suicide",
"sub_effects": [ "sub_effects": [
{ {
"effect": "damage_all_champions",* "effect": "damage_all_champions",
"amount": 4 "amount": 4
} }
] ]
@@ -211,7 +211,7 @@
"amount": 4 "amount": 4
}, },
{ {
"effect": "stack_next_champion_bought"* "effect": "stack_next_champion_bought"
}, },
{ {
"effect": "draw", "effect": "draw",
+1 -13
View File
@@ -1,17 +1,5 @@
{ {
"cards": [ "cards": [
{
"id": ,
"role": ,
"card_type": ,
"faction": ,
"name": ,
"cost": ,
"effects": [
{
"effect":
}
]
}
] ]
} }