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

Procs Per Minute

From Paragon Wiki Archive
Revision as of 00:50, 26 April 2012 by Dogma (Talk | contribs) (Undo revision 225122 by Aggelakis (talk))

Jump to: navigation, search

Overview

Procs Per Minute (PPM) is the "average" number of times per minute an enhancement's special effect will attempt to fire. This mechanic is used exclusively by Store-Bought Enhancements and Archetype Enhancements. Invention System enhancements continue to utilize a flat percentage chance per power execution.

Procs Per Minute are calculated off the base recharge + activation time of a power, not its final enhanced or buffed number. So a power that takes 12 seconds to recharge and activate will have the same PPM as the same power enhanced and buffed enough to halve its recharge. The current formula used in game (per Synapse):

If power is a click: (PPM * (Base Recharge Time + Time To Activate)) / (60 * Area Factor)

If power is not a click: (PPM * Activate Period) / (60 * Area Factor)

The features discussed here may be implemented in future issues and are subject to change before release.

Changes to Procs Per Minute will be coming in Issue 24 that will invalidate the current functionality of these procs. Due to the nature of the beta process, the changes will be constantly fluctuating and thus these changes will not be listed in Paragon Wiki until they have been more concretely finalized. There is a discussion thread in the Developers' Corner section of the Official Forums, where Phil "Synapse" Zeleski announced the upcoming changes.

All of the information in this article pertains to the current functionality of Procs Per Minute.

Calculating Chance to Proc

Single Target

The formula for calculating the "equivalent" percentage chance of a PPM-style proc has to fire is PPM * (recharge+activation time) / 60. For instance, 2PPM * 10 seconds / 60 = .33, or a 33% chance of firing. For a longer recharge power, for instance 30 seconds recharge, it would be 2PPM * 30 seconds / 60 = 1, or 100% chance to fire.

Cone

+++ Missing Information +++

Area of Effect

+++ Missing Information +++

This is the formula the game uses to help calculate how the Proc Per Minute takes into account Area of Effect powers:

Area Factor = 1+(0.15*Radius)-(0.011*Radius*(360-Arc)/30)

Guaranteed Proc

Single Target

The formula for calculating a 100% chance of fire is 60/PPM. For instance, if an enhancement has a 5PPM rate, then 60/5=12 seconds; a power with a base recharge + activation time of 12 seconds will guarantee a proc every time it executes, even if the power's final recharge is less. If an enhancement has a 1.5PPM rate, then a power needs a base recharge + activation time of 40 seconds to guarantee a proc.

1PPM 60 seconds 4PPM 15 seconds
1.5PPM 40 seconds 4.5PPM 13.33 seconds
2PPM 30 seconds 5PPM 12 seconds
2.5PPM 24 seconds 5.5PPM 10.91 seconds
3PPM 20 seconds 6PPM 10 seconds
3.5PPM 17.14 seconds 6.5PPM 9.23 seconds

Cone and Area of Effect

When accounting for powers that potentially can effect multiple targets and the proc potentially hitting off each target, the game discounts the probability of proc-ing off any one target by an Area Factor. The current way to calculate this number:

Area Factor = 1+(0.15*Radius)-(0.011*Radius*(360-Arc)/30)

Two things to note here:

  1. Single target powers have a radius of 0 which collapses the Area Factor to 1.
  2. Area Factor applies regardless of how many you actually hit. When using AoE and cones on single targets, proc performance will be significantly lower than with comparable single target powers.



Developer Comments

Arbiter Hawk explained it in several posts on the official forums regarding Store-Bought Enhancements' Procs and Archetype Enhancements' Procs:

Balloon.png This is a bit of a trick question - these procs that you mention function like store-bought IO procs, so their chance to proc with any given power activation fluctuates with the power's recharge time and some other factors. The long and short of it is that you should put the proc in a power you like to use, but this Proc-per-minute functionality does not advantage, say, Neutrino Bolt over X-Ray Eyes, if you like using X-Ray more. Slot the procs into attacks that you use, and you'll see them go off fairly regularly.

It is not limited to its displayed number of procs per minutes - that is representative of the average number of times it will proc over a minute if you use a single-target power every time it comes off recharge. You can still "get lucky", roll high numbers on the under-the-hood dice, and get many more than 4 procs in a minute. Its just that instead of a flat 20% chance to proc (which gives higher proc uptime per minute to a power that can be used more times per minute), the chance of proc'ing is now variable with the recharge (and other special factors) of the power that you're enhancing.


It's base recharge time. If you have a single target attack slotted with a 2 ppm IO, the power would need to have a 30 second recharge to have a 100% proc chance. You could then IO it to ~100% recharge and combine that with 100% global recharge bonus to get the power's recharge down to 10 seconds, and it would still have that 100% proc chance. This is how all of the store-bought IO set procs work, as well as the ATO procs that are not global bonuses. This changes the math on "optimal proccing" significantly from the traditional "flat rate" approach, and causes the performance delta of optimal and non-optimal to be much smaller, so you can really slot these in any power you use and you will see them be effective.