Archived
fix per-champion vs per_other_champion
This commit is contained in:
@@ -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": {}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user