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": [
|
"effects": [
|
||||||
{
|
{
|
||||||
"type": "add_spell_prop",
|
"type": "replace_spell",
|
||||||
"base_spell": 3,
|
"name": "Flaming Uppercut",
|
||||||
"target_part": "Flaming Uppercut",
|
"base_spell": 8,
|
||||||
"multipliers": [0, 0, 0, 0, 50, 0]
|
"display": "DPS",
|
||||||
},
|
"parts": [
|
||||||
{
|
{
|
||||||
"type": "add_spell_prop",
|
"name": "Damage Tick",
|
||||||
"base_spell": 3,
|
"multipliers": [0, 0, 0, 0, 50, 0]
|
||||||
"target_part": "Flaming Uppercut Total Damage",
|
},
|
||||||
"hits": {
|
{
|
||||||
"Flaming Uppercut": 5
|
"name": "DPS",
|
||||||
}
|
"hits": {
|
||||||
|
"Damage Tick": 1.66666666666666666666666666666
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Total Damage",
|
||||||
|
"hits": {
|
||||||
|
"Damage Tick": 5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -3520,7 +3530,7 @@ const atrees = {
|
||||||
{
|
{
|
||||||
"type": "replace_spell",
|
"type": "replace_spell",
|
||||||
"name": "Sparkling Hope",
|
"name": "Sparkling Hope",
|
||||||
"base_spell": 6,
|
"base_spell": 7,
|
||||||
"display": "Damage Tick",
|
"display": "Damage Tick",
|
||||||
"parts": [
|
"parts": [
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue