Carandor
Legendary Scribe of Lore
|
Aquella Ally Assist «Water Ally Assist. Can make the monster Bleed.» Power Level: YourLevel (for adventurers), GuardianLevel (for Guardians) Hits: 2 Type: Magic Element: Water 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.). This attack makes the monster Bleed* (0.3 modifier). It doesn't get a save, but can be immune**. The save to end the bleed is:Level: PowLvl vs MonsterLvl Major: VStat1 vs MonsterEND Minor: Vstat2 vs MonsterLUK **The frenzied attack rends your opponent's flesh, leaving them bleeding! **Your opponent is immune to Bleeding effects! Numbers thanks to In Media res. Image and popup thanks to Tep Itaki. Analysis Deals *0.85 damage as an auto-hit penalty. Deals -25% damage to pay for the Bleed effect. 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 3-5 5-10 8-15 11-22 14-29 18-37 23-46 27-55 33-66 39-78 46-92 53-106 60-121 68-136
VStat1 10 20 30 45 55 65 75 85 95 105 120 130 140 150
VStat2 10 10 10 10 10 10 10 10 10 15 15 20 25 25
Bleed 1-4 1-5 2-9 2-12 3-16 3-19 4-24 5-30 5-33 6-39 6-44 7-51 8-58 9-65
-----
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 76-152 84-169 94-188 105-209 113-227 121-242 129-258 137-275 146-291 154-308 163-326 170-341 177-355 185-369
VStat1 160 170 180 195 200 200 200 200 200 200 200 200 200 200
VStat2 30 35 40 40 50 75 100 125 150 175 200 200 200 200
Bleed 10-73 10-79 11-87 12-96 13-104 14-110 15-117 16-123 17-130 18-136 19-143 20-150 21-156 23-165 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 8-15 11-22 14-27 17-33 20-41 25-50 29-58 35-69 39-78 46-92 51-101 58-116 67-134 72-145 81-162 91-182
VStat1 30 45 50 60 70 80 90 100 105 120 125 135 150 155 165 180
VStat2 10 10 10 10 10 10 10 10 15 15 20 25 25 30 35 35
Bleed 2-9 2-12 3-15 3-18 4-22 4-25 5-30 5-34 6-39 6-44 7-49 8-56 8-62 9-68 10-76 11-85
-----
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 101-201 111-221 118-236 126-252 134-267 142-284 151-301 159-319 167-335 174-349 182-363 189-378 197-393 204-408 212-423
VStat1 190 200 200 200 200 200 200 200 200 200 200 200 200 200 200
VStat2 40 45 65 90 115 140 165 190 200 200 200 200 200 200 200
Bleed 12-94 13-102 14-109 14-113 15-119 17-128 17-133 19-141 20-148 21-155 22-161 23-168 24-175 26-184 27-191
< Message edited by Carandor -- 1/24/2019 14:10:30 >
|