RuneScape Wiki
Advertisement
Clockwork
This is a dynamic calculator that requires Javascript.
This takes user input via Javascript, and may use changing prices from the Grand Exchange Market Watch.
If prices appear to be outdated, purge the page by clicking here.
 template  = Calculator:Devoted and Enhanced Devoted/template
 form      = exprCalcForm
 result    = exprCalcResult
 param     = pvmorpvp|PvM or PvP?||select|PvM, PvP
 param     = devedev|Devoted or Enhanced Devoted?||select|Enhanced Devoted, Devoted
 param     = minHit|Minimum hit|1000|int|1-32000
 param     = maxHit|Maximum hit|5000|int|1-32000
 param     = timeStep|Enemy attack speed|4|int|1-20
 param     = level20|Is (Enhanced) Devoted on level 20 gear?|false|check|true,false

This text will disappear if the form is loaded properly.
This text will disappear if the form is submitted.
Documentation icon Template documentation[edit] [purge]
This documentation is transcluded from Calculator:Devoted and Enhanced Devoted/doc.
Calculator:Devoted and Enhanced Devoted invokes Module:Devoted and Enhanced Devoted calculator using Lua.

Description

This calculator is in part a simulator. Since enemies will have a range of damage between [Minimum hit,Maximum hit], a random value between that range is chosen uniformly and this will lead to varying results each time it is run. If the damage reduction is desired to be known for constant damage taken per hit, set the minimum hit and maximum hit to be the same and the results for this will not vary.

PvM or PvP?

Choce of either PvM or PvP.

Devoted or Enhanced Devoted?

Choice of either the Devoted or Enhanced Devoted perk.

Minimum hit

Minimum hit of enemy. Accepted values are integers from [1,32000].

Maximum hit

Maximum hit of enemy. Accepted values are integers from [1,32000].

Enemy attack speed

Attack speed of enemy in ticks. Accepted values are integers from [1,20].

  • Note : For PvP, the normal attack speed of the player is 3 game ticks (not including legacy combat).

Is Devoted/Enhanced Devoted on level 20 gear?

If checked, the proc rate of the Devoted/Enhanced Devoted perks are multiplied by 1.1 per rank. If left unchecked, the proc rate of the Devoted/Enhanced Devoted perks are their normal values per rank.

Advertisement