Mage spell display reformat
fix it all also separate flaming uppercut
This commit is contained in:
parent
abe9c8a560
commit
277899160f
2 changed files with 24 additions and 14 deletions
|
@ -2656,18 +2656,28 @@ const atrees = {
|
|||
},
|
||||
"effects": [
|
||||
{
|
||||
"type": "add_spell_prop",
|
||||
"base_spell": 3,
|
||||
"target_part": "Flaming Uppercut",
|
||||
"type": "replace_spell",
|
||||
"name": "Flaming Uppercut",
|
||||
"base_spell": 8,
|
||||
"display": "DPS",
|
||||
"parts": [
|
||||
{
|
||||
"name": "Damage Tick",
|
||||
"multipliers": [0, 0, 0, 0, 50, 0]
|
||||
},
|
||||
{
|
||||
"type": "add_spell_prop",
|
||||
"base_spell": 3,
|
||||
"target_part": "Flaming Uppercut Total Damage",
|
||||
"name": "DPS",
|
||||
"hits": {
|
||||
"Flaming Uppercut": 5
|
||||
"Damage Tick": 1.66666666666666666666666666666
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Total Damage",
|
||||
"hits": {
|
||||
"Damage Tick": 5
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -3520,7 +3530,7 @@ const atrees = {
|
|||
{
|
||||
"type": "replace_spell",
|
||||
"name": "Sparkling Hope",
|
||||
"base_spell": 6,
|
||||
"base_spell": 7,
|
||||
"display": "Damage Tick",
|
||||
"parts": [
|
||||
{
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue