Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- "Whenever you parry an attack, you reflexively strike back at the enemy for ${0.3*$<low>} to ${0.3*$<high>} damage.
- This strike has a 1 sec cooldown."
- --]]
- -- stance 103985 = Stance of the Fierce Tiger
- $stnc=$?a103985[${1.2*7.5}][${1.0*7.5}]
- -- 108561 = 2h staff override
- $dwm1=$?a108561[${1}][${0.898882275}]
- -- 115697 = 2h polearm override
- $dwm=$?a115697[${1}][${$<dwm1>}]
- -- BM scaling 120267 = Brewmaster Vengeance
- $bm=$?s120267[${0.4}][${1}]
- -- 108561 = 2h staff override
- $offm1=$?a108561[${0}][${1}]
- -- 115697 = 2h polearm override
- $offm=$?a115697[${0}][${$<offm1>}]
- -- attack power coefficient? 120267 = Brewmaster Vengeance
- $apc=$?s120267[${$AP/11}][${$AP/14}]
- -- 124146 = Dual Wield
- $offlow=$?!s124146[${$mwb/2/$mws}][${$owb/2/$ows}]
- -- 124146 = Dual Wield
- $offhigh=$?!s124146[${$MWB/2/$mws}][${$OWB/2/$ows}]
- -- low end dmg
- $low=${$<stnc>*($<bm>*$<dwm>*(($mwb)/($MWS)+$<offm>*$<offlow>)+$<apc>-1)}
- -- high end dmg
- $high=${$<stnc>*($<bm>*$<dwm>*(($MWB)/($MWS)+$<offm>*$<offhigh>)+$<apc>+1)}
- --[[
- MWB=(Mainhand weapon max base damage)
- mwb=(Mainhand weapon min base damage)
- MWS=(Mainhand weapon base speed)
- mws=(Mainhand weapon base speed)
- --]]
- --[[
- ULMA BREWMASTER STATS
- ATTACK POWER: 35442
- MAIN HAND MIN BASE DMG: 12708
- MAIN HAND MAX BASE DMG: 19063
- MAIN HAND WPN BASE SPD: 3.3
- WEAPON TYPE: STAFF
- FREAKZ SWIFT REFLEXES: 1914-2492
- --]]
- --[[
- low= 1* 7.5 * 0.4 * 1 * ((( 12708 / 3.3) + 0) + ( 35442 / 11 - 1)) = 21215.72
- high= 1* 7.5 * 0.4 * 1 * ((( 19063 / 3.3) + 0) + ( 35442 / 11 - 1)) = 26993
- CALCULATED SWIFT REFLEXES: 0.3 * low to 0.3 * high = 6364.71 to 8097.9 = ~6465 to ~8098
- --]]
Advertisement
Add Comment
Please, Sign In to add comment