Jasmine bloom Damage -> DPS

This commit is contained in:
hppeng 2022-08-10 17:17:37 -07:00
parent 5e4698de09
commit 0b56bdbef2
2 changed files with 8 additions and 12 deletions

View file

@ -9203,7 +9203,7 @@ const atrees = {
}, },
{ {
"display_name": "Jasmine Bloom", "display_name": "Jasmine Bloom",
"desc": "After spending 40 Mana, bloom an area under you that damages enemies below it every 0.3s After every bloom, reset the duration and increase the radius (Max 10 Blocks)", "desc": "After spending 40 Mana, bloom an area under you that damages enemies below it every 0.3s. After every bloom, reset the duration and increase the radius (Max 10 Blocks)",
"archetype": "Acrobat", "archetype": "Acrobat",
"archetype_req": 12, "archetype_req": 12,
"parents": [ "parents": [
@ -9223,19 +9223,15 @@ const atrees = {
"type": "replace_spell", "type": "replace_spell",
"name": "Jasmine Bloom", "name": "Jasmine Bloom",
"base_spell": 7, "base_spell": 7,
"display": "Per Hit", "display": "DPS",
"parts": [ "parts": [
{ {
"name": "Per Hit", "name": "Per Hit",
"type": "damage", "multipliers": [ 60, 5, 0, 15, 0, 0 ]
"multipliers": [ },
60, {
5, "name": "DPS",
0, "hits": { "Per Hit": 3.333333333 }
15,
0,
0
]
} }
] ]
} }

File diff suppressed because one or more lines are too long