fix per-champion vs per_other_champion

This commit is contained in:
2024-03-29 12:29:26 +01:00
parent d07ec4e89f
commit a0ab6a051f
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -16,6 +16,7 @@
}, },
"times": { "times": {
"per_other_champion": {}, "per_other_champion": {},
"per_champion": {},
"per_cards_of_same_faction": {}, "per_cards_of_same_faction": {},
"per_other_guard": {} "per_other_guard": {}
}, },
+5 -5
View File
@@ -37,12 +37,12 @@
"effects": [ "effects": [
{ {
"effect": "damage", "effect": "damage",
"amount": 5, "amount": 5
}, },
{ {
"effect": "damage", "effect": "damage",
"amount": 2, "amount": 2,
"times": "per_other_champion" "times": "per_champion"
}, },
{ {
"effect": "heal", "effect": "heal",
@@ -179,7 +179,7 @@
"effect": "heal", "effect": "heal",
"amount": 2, "amount": 2,
"type": "faction_combo", "type": "faction_combo",
"times": "per_other_champion" "times": "per_champion"
} }
] ]
}, },
@@ -271,7 +271,7 @@
{ {
"effect": "heal", "effect": "heal",
"amount": 1, "amount": 1,
"times": "per_other_champion" "times": "per_champion"
}, },
{ {
"effect": "gold", "effect": "gold",
@@ -301,7 +301,7 @@
"amount": 1, "amount": 1,
"type": "champion_action", "type": "champion_action",
"mutex": 1, "mutex": 1,
"times": "per_other_champion" "times": "per_champion"
} }
] ]
}, },