Carandor
Legendary Scribe of Lore
|
Galanoth Ally Assist «Fire Ally Assist. Element seeks between Fire, Harm and Void damage against Dragons and Dragonkin monsters.» Power Level: YourLevel (for adventurers), GuardianLevel (for Guardians) Hits: 2 Type: Melee Element: Fire (or Harm/Void; See Effect) Uses VStat instead of your stats. VStat = MAX(MIN(round((2.1462*PowLvl + 10.399)/5)*5,200),10) + MIN(MAX(IF(PowLvl<90,round((0.7123*PowLvl - 19.111)/5)*5,5*PowLvl - 400),0),200)*3/20 It starts off as a spell:SpellBase = (4/3)*(0.00375*PowLvl^2 + 0.5625*PowLvl +5.25) SpellRand = 2*((0.0075*PowLvl^2 + 1.125*PowLvl + 10.5) - SpellBase) SpellStat% = (200+13.2*PowLvl)% The way the VStat works is that it's added onto the Assist's Base and Random. So: AssistBase = 0.85*(SpellBase + SpellStat%*VStat/3/4) AssistRand = 0.85*(SpellRand + SpellStat%*VStat/3/4) AssistStat% = 0 EFFECT Ally Assists automatically hit. Damage from Ally Assists are treated as an "other" attack, so aren't modified by anything (damage boosts from misc etc.). Against Dragons, Galanoth element seeks between Fire, Harm and Void damage. Against Dragonkin, Galanoth element seeks between Fire and Harm damage. Numbers thanks to In Media Res. Image thanks to Tep Itaki. Analysis Deals *0.85 damage as an auto-hit penalty. With two equally powerful hits, each hit does *1/2 damage. All this has ALREADY been factored into the numbers below. Updates July 21, 2016: The Ally Assist was released. Appendix «Numbers below are per hit.» Adventurer YourLvl 0 5 10 15 20 25 30 35 40 45 50 55 60 65
PowLvl 0 5 10 15 20 25 30 35 40 45 50 55 60 65
Damage 4-7 7-13 10-20 15-30 19-38 25-49 31-61 37-74 44-88 52-104 62-123 71-142 81-161 91-181
-----
YourLvl 70 75 80 85 90 95 100 105 110 115 120 125 130 135
PowLvl 70 75 80 85 90 95 100 105 110 115 120 125 130 135
Damage 101-202 113-226 125-250 140-279 151-302 161-323 172-344 183-366 194-388 205-411 217-434 227-454 237-473 246-493 Guardian YourLvl 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75
PowLvl 10 15 19 23 27 32 36 41 45 50 54 59 64 68 73 78
Damage 10-20 15-30 18-36 22-44 27-54 33-66 39-78 46-92 52-104 62-123 68-135 78-155 89-178 97-193 108-216 122-243
-----
YourLvl 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150
PowLvl 83 88 93 98 103 108 113 118 123 128 133 138 143 148 153
Damage 134-268 148-295 157-314 168-336 178-357 190-379 201-402 213-425 223-446 233-465 242-485 252-504 262-525 273-545 283-565
< Message edited by Carandor -- 12/21/2016 15:17:45 >
|