HOTFIX: ophanim spellcost (last one for now... do PR... don't be bad)

This commit is contained in:
hppeng 2022-07-08 20:22:14 -07:00
parent 6d61055b7a
commit ed61d3379b
2 changed files with 24 additions and 17 deletions

View file

@ -4601,7 +4601,8 @@ const atrees = {
"icon": "node_3"
},
"properties": { "health": 200 },
"effects": [{
"effects": [
{
"type": "replace_spell",
"name": "Ophanim",
"base_spell": 3,
@ -4616,7 +4617,13 @@ const atrees = {
"hits": { "Per Orb": 2 }
}
]
}]
},
{
"type": "add_spell_prop",
"base_spell": 3,
"cost": 30
}
]
},
{
"display_name": "Arcane Transfer",

File diff suppressed because one or more lines are too long