Carandor
Legendary Scribe of Lore
|
Robina Ally Assist «Wind Ally Assist. Reduces the monsters defences.» Power Level: YourLevel (for adventurers), GuardianLevel (for Guardians) Hits: 2 Type: Ranged Element: Wind 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.). The monster takes -9 MRM*. It doesn't get a save, but can be immune**. **The barrage of arrow tears apart your foe's armour! **The monster's armour remains intact! (Monster is immune to effect.) Numbers thanks to In Media Res. Image and popup thanks to Tep Itaki. Analysis Deals *0.85 damage as an auto-hit penalty. Deals -40% damage to pay for the effect. With 2 equally powerful hits, each hit does *1/2 damage. All this has ALREADY been factored into the numbers below. Updates September 9, 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 2-4 4-8 6-12 9-18 11-23 15-29 18-37 22-44 26-53 31-62 37-74 42-85 48-97 54-109
-----
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 61-121 68-135 75-150 84-167 91-181 97-194 103-206 110-220 116-233 123-246 130-260 136-272 142-284 148-296 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 6-12 9-18 11-22 13-26 16-32 20-40 23-47 28-55 31-62 37-74 41-81 47-93 53-107 58-116 65-129 73-146
-----
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 80-161 89-177 94-188 101-201 107-214 114-227 121-241 128-255 134-268 140-279 145-291 151-302 157-315 164-327 170-339
< Message edited by Carandor -- 12/21/2016 15:19:24 >
|