Archived
fix per-champion vs per_other_champion
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
},
|
||||
"times": {
|
||||
"per_other_champion": {},
|
||||
"per_champion": {},
|
||||
"per_cards_of_same_faction": {},
|
||||
"per_other_guard": {}
|
||||
},
|
||||
|
||||
@@ -37,12 +37,12 @@
|
||||
"effects": [
|
||||
{
|
||||
"effect": "damage",
|
||||
"amount": 5,
|
||||
"amount": 5
|
||||
},
|
||||
{
|
||||
"effect": "damage",
|
||||
"amount": 2,
|
||||
"times": "per_other_champion"
|
||||
"times": "per_champion"
|
||||
},
|
||||
{
|
||||
"effect": "heal",
|
||||
@@ -179,7 +179,7 @@
|
||||
"effect": "heal",
|
||||
"amount": 2,
|
||||
"type": "faction_combo",
|
||||
"times": "per_other_champion"
|
||||
"times": "per_champion"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -271,7 +271,7 @@
|
||||
{
|
||||
"effect": "heal",
|
||||
"amount": 1,
|
||||
"times": "per_other_champion"
|
||||
"times": "per_champion"
|
||||
},
|
||||
{
|
||||
"effect": "gold",
|
||||
@@ -301,7 +301,7 @@
|
||||
"amount": 1,
|
||||
"type": "champion_action",
|
||||
"mutex": 1,
|
||||
"times": "per_other_champion"
|
||||
"times": "per_champion"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user