HOTFIX: ophanim spellcost (last one for now... do PR... don't be bad)
This commit is contained in:
parent
6d61055b7a
commit
ed61d3379b
2 changed files with 24 additions and 17 deletions
|
@ -4601,22 +4601,29 @@ const atrees = {
|
|||
"icon": "node_3"
|
||||
},
|
||||
"properties": { "health": 200 },
|
||||
"effects": [{
|
||||
"type": "replace_spell",
|
||||
"name": "Ophanim",
|
||||
"base_spell": 3,
|
||||
"display": "Per Melee (max)",
|
||||
"parts": [
|
||||
{
|
||||
"name": "Per Orb",
|
||||
"multipliers": [50, 0, 30, 20, 0, 0]
|
||||
},
|
||||
{
|
||||
"name": "Per Melee (max)",
|
||||
"hits": { "Per Orb": 2 }
|
||||
}
|
||||
]
|
||||
}]
|
||||
"effects": [
|
||||
{
|
||||
"type": "replace_spell",
|
||||
"name": "Ophanim",
|
||||
"base_spell": 3,
|
||||
"display": "Per Melee (max)",
|
||||
"parts": [
|
||||
{
|
||||
"name": "Per Orb",
|
||||
"multipliers": [50, 0, 30, 20, 0, 0]
|
||||
},
|
||||
{
|
||||
"name": "Per Melee (max)",
|
||||
"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
Loading…
Add table
Reference in a new issue