Difference between revisions of "Proc"

ADVERTISEMENT
From Diablo Wiki
Jump to: navigation, search
(References)
Line 1: Line 1:
'''Proc''' is a term that refers a [[skill]], [[item]], or other effect that is activated automatically, usually on some percentage chance. If a [[skill]] effect in the game has a chance to happen on a melee hit, then the percentage chance is the "proc rate".
+
'''Proc''' is a term that refers a [[skill]], [[item]], or other effect that is activated automatically, usually on some percentage chance. An effect such as "2% chance of knockback" could be said to have a 2% chance of proc'ing.
 +
 
 +
Procs are mostly commonly seen in Diablo III when active or passive skills trigger an effect with every critical hit, such as the Wizard's [[Critical Mass]] passive skill.
  
 
Procs are widely used in World of Warcraft skills,[http://www.wowwiki.com/Proc] which no doubt influenced the Diablo III developers in their design.
 
Procs are widely used in World of Warcraft skills,[http://www.wowwiki.com/Proc] which no doubt influenced the Diablo III developers in their design.
Line 8: Line 10:
 
==Procs in Diablo III==
 
==Procs in Diablo III==
  
Procs are present in many game functions, though they may not be referred to as "procs" by the developers. For instance, functions like [[Critical Hit]]s are procs, as they trigger a special effect some set % of the time.
+
The first use of the term in Diablo III came from a tweety by [[@Diablo]] in March 2011, when referring to the function of the [[Barbarian]]'s [[Revenge]] skill.[http://twitter.com/Diablo/statuses/48845117712367616]
 +
 
 +
<blue>No it's a skill, it's a proc, which isn't quite the same as a passive.</blue>
 +
 
  
 +
A major discussion of procs came from [[Wyatt Cheng]] when speaking of the Wizard's [[Energy Twister]]: [[Wicked Wind]] in the v1.0.4 Wizard patch preview developer diary.[http://diablo.incgamers.com/blog/comments/patch-1-0-4-preview-wizard]
  
The only (so far) known skill that works as a proc in Diablo III is the [[Barbarian]]'s [[Revenge]] skill, which was described as a "proc" by [[@Diablo]] in March 2011. [http://twitter.com/Diablo/statuses/48845117712367616]
+
<blue>Energy Twister is having its proc coefficient reduced from 0.25 to 0.125. For players who may not know what proc coefficients are: they affect how effectively a skill triggers procs (or effects that have a small chance to activate). Many skills (like Magic Missile) have a proc coefficient of 1. Skills that hit multiple targets or pulse multiple times have lower proc coefficients.
  
<blue>No it's a skill, it's a proc, which isn't quite the same as a passive.</blue>
+
In the case of Energy Twister, specifically Wicked Wind, the 0.25 proc coefficient causes the skill to generate more procs in a given time period than any other skill. Currently, this is used in combination with Critical Mass to lower the cooldown on skills like Frost Nova and Diamond Skin. By reducing the proc coefficient from 0.25 to 0.125, the build still works and remains fairly strong, but it won’t be quite as good as it is now. (For those with extremely high Crit rates, you may not even notice much difference, but I wanted to call it out anyway. )</blue>
  
  
Line 36: Line 42:
  
 
::“Proc” is almost entirely [[Everquest]] slang... Even in the muds, it wasn’t that widely used because only some codebases used the term. It took EQ publicizing the inherited term to make it common knowledge.
 
::“Proc” is almost entirely [[Everquest]] slang... Even in the muds, it wasn’t that widely used because only some codebases used the term. It took EQ publicizing the inherited term to make it common knowledge.
 +
  
 
==References==
 
==References==
Line 41: Line 48:
 
* [http://www.wowwiki.com/Proc Procs on World of Warcraft].
 
* [http://www.wowwiki.com/Proc Procs on World of Warcraft].
 
* [http://www.nerfbat.com/2006/04/15/what-is-a-proc/ What is a Proc]?
 
* [http://www.nerfbat.com/2006/04/15/what-is-a-proc/ What is a Proc]?
 +
* [http://diablo.incgamers.com/blog/comments/patch-1-0-4-preview-wizard Wizard v1.0.4 preview]
  
  

Revision as of 05:26, 9 September 2012

Proc is a term that refers a skill, item, or other effect that is activated automatically, usually on some percentage chance. An effect such as "2% chance of knockback" could be said to have a 2% chance of proc'ing.

Procs are mostly commonly seen in Diablo III when active or passive skills trigger an effect with every critical hit, such as the Wizard's Critical Mass passive skill.

Procs are widely used in World of Warcraft skills,[1] which no doubt influenced the Diablo III developers in their design.


Procs in Diablo III

The first use of the term in Diablo III came from a tweety by @Diablo in March 2011, when referring to the function of the Barbarian's Revenge skill.[2]

No it's a skill, it's a proc, which isn't quite the same as a passive.


A major discussion of procs came from Wyatt Cheng when speaking of the Wizard's Energy Twister: Wicked Wind in the v1.0.4 Wizard patch preview developer diary.[3]

Energy Twister is having its proc coefficient reduced from 0.25 to 0.125. For players who may not know what proc coefficients are: they affect how effectively a skill triggers procs (or effects that have a small chance to activate). Many skills (like Magic Missile) have a proc coefficient of 1. Skills that hit multiple targets or pulse multiple times have lower proc coefficients. In the case of Energy Twister, specifically Wicked Wind, the 0.25 proc coefficient causes the skill to generate more procs in a given time period than any other skill. Currently, this is used in combination with Critical Mass to lower the cooldown on skills like Frost Nova and Diamond Skin. By reducing the proc coefficient from 0.25 to 0.125, the build still works and remains fairly strong, but it won’t be quite as good as it is now. (For those with extremely high Crit rates, you may not even notice much difference, but I wanted to call it out anyway. )


Background

The term "proc" is a programming term that refers to an event triggered under particular circumstances, or being "processed".

Proc is also sometimes short for "spec_proc" ("special procedure"), used by the original programmer of Circle-MUD, Jeremy Elson and possibly the original programmers of diku-MUD as well. These "special procedures" are functions assigned to objects, players, and locations to invoke a "special procedure" when a specific event occurs. These were used in a variety of ways in Circle-MUD, and might have originated the term.

When developers and players were talking about "special procedures" it was abbreviated to "proc". It evolved to a verb ("proced", "proc'd" or "procced"), indicating the procedure was activated.


Origin Explanation

Old time RPG developer Raph Koster's explanation:[4]

Short for spec_proc (special procedure), which is a bit of code triggered to cover a special case that the default code doesn’t handle.
In the older muds there was almost no variation between what a given object could do. For example all weapons used the weapon type, then you could specify damage type (was it a sword or a mace), damage ranges, and so on.
To get the weapon to do anything special, you had limited choices. Depending on the architecture, you could attach a spell to be cast, or could attach a script if the code supported it. In the codebases that Brad & co. played, the devs could not script, so the codebase allowed a pointer to a special hardcoded procedure to be entered in the weapon data.
“Proc” is almost entirely Everquest slang... Even in the muds, it wasn’t that widely used because only some codebases used the term. It took EQ publicizing the inherited term to make it common knowledge.


References