Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "ArcanaTime"

From Paragon Wiki Archive
Jump to: navigation, search
(created)
 
m
Line 6: Line 6:
  
 
In Arcanaville's own words, from [http://boards.cityofheroes.com/showthread.php?p=1130795#post1130795 Re: some meanings that im un aware of]
 
In Arcanaville's own words, from [http://boards.cityofheroes.com/showthread.php?p=1130795#post1130795 Re: some meanings that im un aware of]
:"ArcanaTime" is a term coined to represent the ''calculated'' time that a power takes to execute, based on its published cast time. Its always longer due to the fact that the game servers process events in a particular way, and that way makes it impossible to "bookend" two attacks together any closer than about 0.132 seconds, '''and''' when an attack completes the game doesn't flag the character as ready to use another attack until the end of the '''current''' 0.132 second clock tick its processing.
+
:"ArcanaTime" is a term coined to represent the ''calculated'' time that a power takes to execute, based on its published cast time. It's always longer due to the fact that the game servers process events in a particular way, and that way makes it impossible to "bookend" two attacks together any closer than about 0.132 seconds, '''and''' when an attack completes the game doesn't flag the character as ready to use another attack until the end of the '''current''' 0.132 second clock tick it's processing.
  
 
:The formula for it is ''ArcanaTime'' = [RoundUp<sup>1</sup>(CastTime / 0.132) + 1] * 0.132, and the thread which describes where this formula comes from is [http://boards.cityofheroes.com/showthread.php?p=810428 here]. It's used to calculate DPA of attacks and also the total DPS of chains of attacks because its been demonstrated to very closely estimate the in-game performance of an attack chain where the attacks are queued and fired as quickly as the game will allow.
 
:The formula for it is ''ArcanaTime'' = [RoundUp<sup>1</sup>(CastTime / 0.132) + 1] * 0.132, and the thread which describes where this formula comes from is [http://boards.cityofheroes.com/showthread.php?p=810428 here]. It's used to calculate DPA of attacks and also the total DPS of chains of attacks because its been demonstrated to very closely estimate the in-game performance of an attack chain where the attacks are queued and fired as quickly as the game will allow.

Revision as of 21:14, 22 August 2009

Definition

ArcanaTime

A measure of the actual time it takes to fully activate one power and become ready to activate another, after adjusting for the small additional delays introduced by the game's animation system. The term is derived from "Arcanaville", the forum name of the poster who first discovered and described this phenomenon.

In Arcanaville's own words, from Re: some meanings that im un aware of

"ArcanaTime" is a term coined to represent the calculated time that a power takes to execute, based on its published cast time. It's always longer due to the fact that the game servers process events in a particular way, and that way makes it impossible to "bookend" two attacks together any closer than about 0.132 seconds, and when an attack completes the game doesn't flag the character as ready to use another attack until the end of the current 0.132 second clock tick it's processing.
The formula for it is ArcanaTime = [RoundUp1(CastTime / 0.132) + 1] * 0.132, and the thread which describes where this formula comes from is here. It's used to calculate DPA of attacks and also the total DPS of chains of attacks because its been demonstrated to very closely estimate the in-game performance of an attack chain where the attacks are queued and fired as quickly as the game will allow.


1 The original post uses "Round()" here. This is an error.

See Also