Merge pull request #183 from Boden-C/patch-1
Fixed missing mage blockers
This commit is contained in:
commit
5c2122dd5a
2 changed files with 9 additions and 3 deletions
|
@ -5242,7 +5242,9 @@ const atrees = {
|
||||||
"Teleport"
|
"Teleport"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"blockers": [],
|
"blockers": [
|
||||||
|
"Wisdom"
|
||||||
|
],
|
||||||
"cost": 1,
|
"cost": 1,
|
||||||
"display": {
|
"display": {
|
||||||
"row": 6,
|
"row": 6,
|
||||||
|
@ -5594,7 +5596,11 @@ const atrees = {
|
||||||
"Burning Sigil"
|
"Burning Sigil"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"blockers": [],
|
"blockers": [
|
||||||
|
"Sunshower",
|
||||||
|
"Larger Heal",
|
||||||
|
"Orphion's Pulse"
|
||||||
|
],
|
||||||
"cost": 2,
|
"cost": 2,
|
||||||
"display": {
|
"display": {
|
||||||
"row": 15,
|
"row": 15,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue