Arcana's Guide to Defense v1.3


Arcanaville

 

Posted

I've updated the Guide to Defense to version 1.3. Mainly to fix a lot of new errors found in which I didn't propagate some defense changes throughout the guide. I'm sure there are still typos here and there: hopefully I've expunged most of the worst of them with all of the recent updates. It specifically has what I believe to be the most accurate representation of how tohit is calculated in CoH/CoV, both now and how it will work in I7, based on discussions with the devs.

This is the list of major updates from 1.1 to 1.2 which are still valid for 1.3:

* Some improvements in the tohit formula explanations
* Specifics of the level scaler
* Specifics of the Streakbreaker
* I7 Defense Scaler
* Purple Patch discrepancies
* More accurate numbers for some things
* Some formatting changes and rearrangements
* Lots of minor fix up and confirmation changes

Of course, additional suggestions always welcome.


Defense in CoH


Defense, and its relationship to the basic tohit equations, is one of the least understood mechanisms in City of Heroes. This guide will try to explain Defense, how it functions, how it relates to tohit probabilities, and how it interacts with the other elements related to Defense in the game.


DEFINITIONS AND THE BASIC TOHIT EQUATIONS

The basic tohit formula

NetToHit = BaseToHit - Defense

where:

NetToHit: the probability that one thing will hit another thing with an attack. If net tohit is 45%, then 45% of the time when A attacks B, A will hit B.

BaseToHit: the probability, associated with the attacker that represents the base probability that attacker has of hitting any target in general, before buffs, debuffs, and defense are taken into acount.

Defense: the ability, or power, to reduce the chances of an attacker from hitting you. Defense is normally expressed in percentage points, and is the number of percentage points that the defensive ability will reduce your chances of being hit by an attacker.


The advanced tohit formula

The advanced tohit formula (my terminology - there isn't really a term for it) takes into account accuracy enhancements, tohit buffs, tohit debuffs, and defense debuffs. It is:

NetToHit = (BaseAcc) * (AccuBuffs) * (AccDebuffs) * [ BaseToHit + ToHitBuffs - ToHitDebuffs - (Defense - DefenseDebuffs) ]

[this has been revised since version 1.2]

Tohit buffs and defense debuffs

One way to improve your tohit chance is to use, or have cast upon you, tohit buffs. Tohit buffs are, according to the devs, additive:

BaseToHit + ToHitBuffs

So if your base tohit is 75%, and you use or receive a 60% tohit buff, your modified tohit becomes:

0.75 + 0.60 = 1.35 = 135%

Note that this is higher than 100%: see tohit floors and tohit ceilings below. Tohit buffs and tohit debuffs are subtractive from each other, as the advanced formula shows.


Defense debuffs are subtractive from defense: if you have 40% defense, and you are hit with a 10% defense debuff, your effective defense becomes: 40% - 10% = 30%.


Base Accuracy and Accuracy enhancements

Both inherent Accuracy bonuses and Accuracy enhancements are Accuracy Buffs. Accuracy Buffs work differently than tohit buffs. As shown in the formula, accuracy buffs take effect after defense, while tohit buffs take effect before defense. The difference is that tohit buffs are much more effective than accuracy enhancements when defense is high. If your tohit on a target is 30%, a 33% accuracy enhancement SO will boost that percentage to 40% (30% * 1.33) regardless of what the defense of the target was (as long as the net effect of base tohit and defense was 30%).

All attacks have what is referred to as "Base Accuracy" or sometimes just "accuracy." As defined by the devs, Base Accuracy is the "inherent accuracy" of an attack power. A "normal" attack has base accuracy of 1.0, or 100%. Attacks that are less accurate than normal have base accuracy values less than 1.0, and attacks that are more accurate than normal have base accuracy values more than 1.0.

Note on accuracy buffs and tohit buffs: it seems that the general rule is that anything that buffs (or debuffs) the accuracy of an individual power is an accuracy buff, while anything that buffs or debuffs the player - and all attacks he or she performs - is a tohit buff (or debuff).

I am currently unaware of anything that is an accuracy debuff (and not a tohit debuff) but I'm told that they theoretically exist in CoH. In practice, the term AccDebuffs is almost always zero.

"Base Accuracy" and "Base ToHit" is very frequently confused. Base ToHit represents the intrinsic accuracy of an attacker: its the chance that he or she will hit a target, in general, assuming all other factors are absent (defense, buffs, debuffs, etc). Base Accuracy represents the intrinsic accuracy of an attack relative to other attacks, and is scaled to 1.0: "normal" attacks have Base Accuracy of 1.0, which means they have no effect on the overall accuracy of the player. Attacks inherently more or less accurate have Base Accuracy values of more or less than 1.0, which increase or lower the overall accuracy of any attacker using them.

The best analogy to distinguish Base Accuracy and Base ToHit is to consider two people shooting firearms. One of those individuals might be inherently a better shot: he will have higher Base ToHit than the other. Separate from that, both of them will have different accuracies when firing snug nose revolvers and sniper rifles: the actual weapons have an intrinsic relative accuracy separate from the shooter, and thus the sniper rifle would have a higher Base Accuracy than the pistol.

(Player) Inherent Accuracy modifiers

Player attacks can have inherent accuracy-related modifiers, which potentially affect Defense sets in PvP.

Certain player attacks have certain inherent accuracy bonuses or deficits. All attacks within an offensive set that require a weapon draw (i.e. katana, assault rifle) are supposed to have an inherent accuracy bonus, said to be about 5%. In addition, all snipe attacks also have an accuracy bonus, in a similar range. AoE control based attacks have an accuracy penalty, but a recent post by geko stated that normal AoE attacks do not have an inherent accuracy penalty by default. The devs have stated that the archery attacks have an inherent accuracy bonus higher than the standard weapon-draw bonus, but the precise bonus has not (to my knowledge) been determined.

At one time, attacks launched while flying had a significant accuracy penalty (said to be about a -50% tohit debuff). This penalty was replaced by travel power suppression when suppression was added to all travel powers.



Floors, ceilings, and caps

There is a maximum net tohit value and a minimum tohit value honored by the CoH game engine. No power or set of powers can drive your net tohit higher than 95% or lower than 5%. In other words, there is always at least a 5% chance of hitting anything, and always at least a 5% chance of missing something.

The 5% minimum chance to hit something is referred to as the tohit floor.
The 5% minimum chance to miss something, or alternatively the 95% maximum chance to hit something, is referred to as the tohit ceiling.

It used to be thought that there was no cap on the amount of defense that a hero could achieve. It turns out there is, but it is very high and not normally applicable to most reasonable combat situations: its in the range of 300% defense at high levels (it scales upward with increasing combat level of your hero).

The full tohit formula

Taking into account accuracy, defense, buffs, debuffs, and floors and ceilings, its this:

Bounded[ (BaseAcc) * (AccuBuffs) * (AccDebuffs) * Bounded[ (BaseToHit + ToHitBuffs - ToHitDebuffs + Defense - DefenseDebuffs) ] ]

Where Bounded[x] is the result of setting x to be 5% if x is lower than 5%, and 95% if x is higher than 95%. Notice that bounds checking is done twice: first after tohit and defense are combined (cf: the simplified tohit formula) and then again after accuracy buffs and debuffs are factored in.

(In excel terminology, Bounded(x) is MIN( MAX(x,0.05), 0.95) )


Rank and Level scaling, and the I7 Defense Scaling Update

Base tohit of villains

The base tohit of villains is as follows:

minions: 50%
LTs: 57.5%
Bosses, Snipers: 65%
Monsters, Giant Monsters, AVs, Controller Pets: 75%

These numbers are for even level villains: villains equal to your own combat level.

This increase in tohit based on the type of villain is sometimes referred to as the rank bonus or more colloquially "higher ranked villains have better tohit."


Tohit based on level

Villains of higher level than you gain tohit bonuses and become more accurate. Villains of lower level than you become less accurate. The numbers do not follow an exact scale, but have been determined by other players. It is a fairly reasonable estimate to assume that its 9% increase per level (i.e. 50% tohit at +0 becomes 50% * (1.09) = 54.5% at +1).

The actual numbers out to +4 appear to be:

+0 1.00000
+1 1.09400
+2 1.18670
+3 1.26670
+4 1.36000


Base tohit of heroes (players)

The base tohit of heroes in PvE is 75%. In PvP (arena combat and player vs player fights in PvP zones) base player tohit was recently reduced (in I6) to 50%. This improves the performance of defense sets in PvP combat substantially, although tohit buffs (being additive) are still a significant issue. Tohit buffs maybe also have been affected or reduced in I6, but this has not been confirmed. The devs have stated that high tohit buffs severely impacting defense sets is a problem they are working on a solution for.

Question: is this a "nerf?" Answer: no, its a proper balancing of defense sets. Defense sets performance were balanced against even level minions, which have a base 50% chance to hit. Furthermore, it is just as reasonable to view this as a +25% buff to player defense across the board, instead of a base -25% tohit chance.

[Note: as of 11/16/05 a patch note was added which specifically stated this exact thing.]


*** The I7 Defense Scaling Change ***

In I7, the tohit increases that higher rank and higher level villains currently get will be replaced with accuracy increases. This will act to make defense just as effective against higher ranked and higher level foes as even level minions - which is what defense is balanced around. Note: this does not mean higher rank or higher level foes will not hit any more often: they *will* hit more often, but in the same proportional way that they would hit players without any defense more often.

The rank and level accuracy buffs will be scaled in such a way so that the net tohit "works out" in such a way so that a player with no defense sees no change. How can that be done?

Basically (and the basics have been dev-confirmed) rank and level buffs will be converted this way (by example):

AV's currently are +25% tohit (75% instead of 50%) relative to minions. That will be converted to 50% higher tohit (75/50 = 1.5). That will be the new Accuracy Buff for AVs: 50%.

Note that in the simplified case, against no defense AVs used to have 75% tohit, and now they will have (1 + 0.5) * 50% = 75% - the same chance.

Level buffs will be scaled in a similar fashion: +9.4% (at +1) will be scaled to +9.4% accuracy buff instead.

Based on very careful discussions with some helpful rednames, this is how the I7 tohit mechanics will work:

Bounded[ (BaseAcc) * (AccuBuffs) * (AccDebuffs) * (RankBuff) * (LevelBuff) * Bounded[ (BaseToHit + ToHitBuffs - ToHitDebuffs + Defense - DefenseDebuffs) ] ]

Note the position of the Rank and Level buffs, and note that according to pohsyb, all accuracy modifiers are multiplicative (he specifically told me that overrided anything else he might have said about them earlier).

Note also that Statesman said this would work "up to +5." Its unclear if he was simply picking a number by way of example, or if the change would alter its behavior at +6 and higher. If the defense scaling change does break down at +6, the most likely way that will happen is that starting at +6, villains will begin to receive tohit increases again. It is *extremely unlikely* that at +6, villains will *suddenly* receive the +6 tohit buff; the change is likely to be less abrupt (but I have no information one way or the other).

Its important to note that the defense scaler does not affect tohit buffs in any way (directly). Tohit buffs are just as dangerous for defense sets as before. What the change does is remove the tohit increases from higher rank and higher level foes: anything that nevertheless still possesses high tohit buffs is still a major threat to defense.

Its also important to note that because it changes villain tohit/accuracy, the defense scaler does not affect player's ability to hit critters or other players, in any way.

There is an interesting quirk to how this works now. In I7, the "floor" will no longer be 5% for all villains. In fact, even now the 5% tohit floor is before accuracy is factored in. In other words, even in I6, there are villains that are IMPOSSIBLE to floor to 5% (i.e. Gunslingers) because they have inherent accuracy. In I7, this will become more prevalent as higher level and higher rank critters lose tohit and gain accuracy. This means "normal" defenses will become more effective against higher level and higher ranked foes, but ultra-high defense like elude and MoG will actually become somewhat less effective.


DEFENSE MECHANICS

Typed Defense and Defense Stacking

Every attack power is classified based on how the attack is delivered, and based on the type of damage it delivers, and every defense power has an associated type or types that represents what types of attacks that defense power is effective against. There are two basic kinds of attack and defense typing: damage types, and vector or positional types. An attack can theoretically be tagged with anyone one or all of these types, or be left untyped (Hamidon attacks are apparently completely untyped - no damage *or* positional typing). In general however, most attacks will have exactly one vector type and one or two damage types.

Positional, or attack vector classes

Every attack is (generally) classified as either a melee attack, a ranged attack, or an AoE (area of effect) attack. In general, melee attacks are attacks that are limited to melee range (typically 5 to 10 feet maximum). Ranged attacks are attacks that will work to larger ranges. AoE attacks are defined as attacks that affect multiple targets (AoE attacks are typically defined as either cones or (general)AoEs, but that is not generally important to the issue of defense). All attacks in CoH are classified as exactly one of these types: no more and no less (although there is a special case that muddies this a bit: autohitting attacks - see below).

There is a special case issue that comes up with these basic definitions: melee cones and PBAoEs (point-blank area of effect attacks). It seems that in general, melee cones and many PBAoEs are generally considered melee attacks, but other PBAoEs (i.e. PBAoEs of giant monsters) are considered AoE attacks. There is apparently no sure-fire rule guaranteed to predict what a melee-ranged AoE will be classified as, although if its net range is less than 10 feet, it is very likely to be classified as a melee attack for the purposes of defense.

Damage-type classes

Every attack has one or more (usually no more than two) components of damage: each component has a particular type of damage associated with it. The damage types in CoH are:

smashing, lethal, fire, cold, energy, negative energy, toxic, and psionic

Untyped is the special case referring to an attack with no type (usually no damage type, although in the case of Hamidon, it might be literally no type at all).

An attack can be all of one damage type: electric attacks are generally all energy damage. An attack can have multiple damage components: most energy blast attacks have smashing damage and energy damage.

Damage-types are often thought of as coming in pairs: smash/lethal (physical damage), fire/cold (elemental damage), and energy/negative (energy damage), because damage resistances are often organized that way. Toxic and psi are both considered special cases (see the special note on toxic defense below).

*** SPECIAL NOTE ON TOXIC DEFENSE ***

If a power is listed as defense to All but psi, then (as of this writing) that does not include toxic. The explanation is long and historical, but there is no toxic-specific defense in CoH. This does not mean that no power provides such defense, but rather that no such defense can exist due to a complication in how defense was originally designed. If a power is listed as "melee defense" this implicitly works against all melee attacks, even ones with toxic damage, but a power listed as "all damage types" does not include toxic.

Untyped is another special case: there used to be a significant amount of "untyped" damage in City of Heroes, most of which eventually became toxic damage. The main source of untyped damage left in CoH is the damage dealt by Hamidon, and the Hamidon Mitochondria. Its unclear precisely how untyped damage works, and its still heavily debated - the debate is mostly moot given the fact that it now mainly exists only as a singular special case that makes it difficult to generalize. We'll ignore untyped damage in this guide unless specifically mentioned.

Defense types

Just as every attack is classified as melee, ranged, or AoE, and also, smashing, lethal, etc, each defense power is classified based on what type(s) of attacks the defense power is effective against. In City of Heroes, most defense powers in (self) damage mitigation sets (such as SR, Ice, etc) are either attack-vector typed (also referred to as positionally typed, or ranged-typed), or damage-typed, but not both. Thus, a particular defense power might be effective against melee, or melee and ranged, but not melee and fire, for example. Defenses in buff sets and power pools are usually typed with both damage typing and positional typing, to ensure that they will stack in some beneficial fashion with other sets' defenses. Parry in the broadsword set (and divine avalanche in the katana set) appear to be an unusual exception: its defense is melee/lethal.

There is also a special type of defense called "Base Defense." Base defense is defense to all attacks, period. A confusing issue in CoH/CoV is that when a defense is called Defense to All, it could refer to Defense to All damage types (which means it does not include toxic attacks), or it could refer to Defense to Literally All Types (power pool defenses are now typed this way), which means they are defense to smash/lethal/fire/cold/energy/negative/psi/melee/ranged/AoE, or it could mean that it is Base Defense. It is theorized that Elude, and possibly lucks, are base defense, and PFF was once said to be base defense.

For more information on the specifics of defense within particular power sets, see the section DEFENSE IN POWER SETS below.

Defense Stacking Rules

If you have multiple defenses running (either your own powers or defense buffs cast on you by other players), certain defenses stack. Defense in CoH stacks additively, which is to say, if you have Defense A, and Defense B, and they stack, your net defense is A+B.

Which defenses stack and which do not is slightly tricky. Fundamentally, the following is true:

* All defenses of exactly the same class stack (melee stacks with melee, fire with fire, etc).
* A single defense that protects against multiple classes of attack functions like multiple defenses, each of which protects against a single one.
* You are only allowed to use the best defense you have against an attack with multiple classes.

For example, if you are attacked with a power bolt (from the energy blast set), that attack is ranged, and has smashing and energy damage associated with it. You are only allowed to use the best of your net ranged defense, your net smashing defense, or your net energy defense.

There was an issue a while ago in which the game engine was considering, say, someone with smashing defense and energy defense to get smash+energy defense against energy attacks with both smashing and energy components. This was considered a bug by the devs and corrected.

The Bottom Line

If you want to know how much defense you have against an attack, the game does this:

First it figures out how much base defense you have.
Then it looks at the way the attack is typed (for example, ranged/smash/energy)
Then for each type, it sums up all of the defense you have to that type (for example, your total ranged defense, your total smashing defense, and your total energy defense).
Then it picks the biggest of those, and adds it to your base defense, if any.
That's your defense to that attack.



Defense enhancements

Each defensive power can be enhanced using defense enhancements. Defense enhancements (along with resistance enhancements) are one of the few enhancements that do not follow the general 8.33%/16.7%/33.3% TO/DO/SO (training, dual origin, single origin) enhancement progression. Defense enhancements are worth 5% for training, 10% for dual origin, and 20% for single origin enhancements.

The way enhancements work in defense powers (and in powers in general) is that the power has a base defensive value. Enhancements increase that value by a percentage amount equal to their value. To be precise: if a defense power's base value is +5% defense, and an (even level) defense SO is slotted into it, the defense power's new enhanced value is 5% * (1 + 0.2) = 6%: the power is increased in value by 20% (and not 20 percentage points, which would be 5% + 20% = 25%).

Defense enhancements themselves vary in strength based on your hero's level relative to the enhancement: enhancements are 10% weaker than their base value for every level lower than your combat level they are, up to three levels lower, where they are 70% of effective strength (they are worthless if you are more than three levels higher). Conversely, they are 5% stronger for each level higher than your level they are, up to 15% stronger when they are three levels higher than you are (enhancements more than three levels higher than your character's level cannot be slotted). For example, a -2 defense SO (normally +20%) is +16% (20% * 0.8) while a +3 defense SO is +23% (20% * 1.15).


Inspirations

Luck inspirations appear to be +Defense to all, and additively stack with any other defense powers you might be running. This has not, to my knowledge, been conclusively tested, but appears to be either explicitly true, or very near true.

Insights, it has been confirmed, work like tohit buffs: they are exactly the opposite of lucks in effect.


***Enhancement Diversification***

New to I6 is a change in how enhancements work called "enhancement diversification." Basically, it works like this for defense SOs: however you slot, and whatever you slot, you get the first 40% benefit (i.e. 2 even level SOs) at full strength, any benefit above 40% and below 60% at 0.85 (85%) of their value, and any benefit above 60% at only 0.15 (15%) of their value.

This is tricky, so an example should help illustrate what's going on. You slot (presume even level SOs) one defense SO. Defense SOs provide 20% benefit, so you get 20% bonus to the defense power you slotted it in. The second SO adds 20%: you now have 40%. The next SO provides benefit above 40% (and below 60%), and so you get 85% of its value. 85% of 20% is 17% (0.85 * 20%). So SO #3 adds 17%, not 20%, and your net benefit is now 57%, not 60%. The fourth SO you slot is providing benefit above 60% (note, this is calculated based on the raw values of the SOs, not the reduced value). So you only get 0.15 (15%) of its value. 15% of 20% is 3%. So you now have 60% total benefit, instead of 80%. The fifth and sixth SOs would similarly provide 15% of the SO strength, so SO #5 brings you to 63%, and #6 brings you to 66%.

Notice the extremely sharp cut off in benefit after enhancement #3. The basic rule on ED is: do not slot more than three SOs *worth* of enhancements. Its based on *benefit* and not on the little round thing you slot. So if you slot three SOs, and then one DO, the DO gets hit by ED. If you slot 3 HOs (Hamidon enhancements) of */*/defense and then an SO of defense, the SO gets hit by ED, even though "I didn't slot more than three of anything."

What matters is *benefit* - you simply aren't going to get much more than 3 SOs *worth* of benefit on anything, no matter what crazy combination of enhancements you try to use to dodge it.

Other enhancements, such as accuracy and damage, follow a different, but proportional scale (i.e. 3 SOs worth is where ED kicks in, even though 3 SOs of damage is about +100%, and not +60%).

I6 introduces something else: you can now tell *exactly* how much benefit your powers are getting from enhancements, by hovering your mouse cursor over the blue bar of the power in the enhancement screen. Also, you can "hover" (without dropping) an enhancement over a slot, and see in a popup window what the net overall change to the attributes will be if you chose to slot there.

One final note on I6 change to enhancements: tohit buff enhancements were originally schedule A enhancements (i.e. one even SO was worth +33% buff). They are now schedule B enhancements (i.e. one even SO is worth +20% buff) just like defense enhancements are.


Resistance to defense debuffs

As of the writing of this guide, supposedly resistance to defense debuffs have been added to hero and villain sets. The powers themselves now state that they include such resistance in the in-game power descriptions. Castle posted that to the best of his knowledge, the debuff resistance is in. However, careful testing has not demonstrated conclusively that they are working properly, and several tests appear to suggest that it isn't working correctly, or is working at a much lower level than originally specified. The thread where the concept of resistance to defense debuffs was originally put forth by Statesman is here. Castle has also stated that the mechanism might not be as simple as we were lead to believe: sometimes the resistance reduces the duration of the debuff, and sometimes the magnitude (but most of the time, the magnitude - see this post for more info. I believe the jury is still out on whether or not this effect is really working properly.


THINGS RELATED TO DEFENSE

What is mez defense?

"Mez defense" is the generic term sometimes used to refer to powers that protect against mez. (Using terminology originally used by geko when explaining mez) there are two types of mez "defense" :mez protection and mez resistance. Neither of these is directly related to Defense in terms of damage mitigation, but its worth reviewing.

The basics of mez are: everyone has a threshold that mez effects must break through in order for the mez effect to take hold. Without any mez defense, everyone has a base mez level of -1. All mez powers have a mez magnitude. When a mez power lands, it adds its magnitude to your mez level. A hero with mez level of -1 that gets hit by a magnitude 3 hold has mez level of 2 (-1 + 3). Any mez level higher than zero means the target is mezzed. Mez protection continuously subtracts its associated defense magnitude from your mez level while the power is running. Someone running a mez defense power with mez protection magnitude 10 has a mez level of -11 (-1 - 10). If hit with a mag 3 hold, mez level increases to -8 (-11 + 3). It would take 3 more such holds for the mez level to reach +1.

Mez effects last for a certain period of time, then expire. Mez resistance allows a target to shake off mez effects faster. So instead of a mez effect lasting ten seconds, it might last eight.

Mez protection and mez resistance are not true Defense or Resistance, but its useful to understand and is often confused with true Defense and Resistance.

All mez protection powers in melee defense sets scale up with level, with tankers getting maximum protection at level 35, and scrappers at level 45.

*** Note: in I6 mez protection powers were reduced from their previous levels. Maximum protection for tanks and scrappers used to be about magnitude 15, which in effect means controllers needed 6 holds to break protection. In I6, this has been tested to happen at 3 or 4 holds, which implies mez protection has been roughly cut in half.



DEFENSE, ACCURACY, AND VILLAINS

Some villains possess tohit buffs (either inherent ones, like those attributed to rank and level, or power-based ones, like Behemoths that use invincibility), and some behave like their attacks are slotted with accuracy enhancements. Rularuu Watchers appear to have significantly higher than normal base tohit (the precise value is unknown to me). Malta gunslingers have an accuracy buff instead of a tohit buff on their pistol's cone attack. Its been approximately measured as about +65% - comparable to two accuracy SOs of accuracy boost.

Also interesting: Paragon Protectors that use MoG have *massively* higher defense than the ones that (apparently) use Elude. Its unclear precisely why the large difference exists.

Villains seem, over time, to be acquiring defense powers and abilities. That could be a large source of people believing that "accuracy" has been reduced, when accuracy is unchanged, but the defensive capabilities of the villains has improved.


DEFENSE IN POWER SETS

Its important to note that the information related to Defense in the printed manuals is, as with all things, both dated and often inaccurate. Again: this guide is not focused on the numbers, but as this information appears to be difficult to find, power set-specific Defense issues (especially what stacks with what) are listed here. Note: just as the manual is out of date, so to this guide might be out of date at the time its read. Force Fields, for example, had positional defense added literally a few weeks before this guide was finalized. For specific details, numbers, and other set information, consult the links provided at the end of this guide.

Super Reflexes defenses (scrapper and stalker) are all positional or ranged-typed. Every SR defense power is effective against one attack vector only: melee (Focused Fighting, Dodge), ranged (Focused Senses, agile), or AoE (lucky, Evasion). The exception is Elude, which is effective against all vectors. Because SR defenses are typed with positional types, SR defenses do not stack with any defense claiming to defend against a particular damage type or types. However, after recent changes to defense powers, no defense buffs or power pool defenses are typed with only a damage type, and should in some way stack with SR defenses. SR defenses do work against attacks that do toxic damage, because positional defenses work against all attacks within their range band, irrespective of damage type. SR defenses also stack with all power pool defenses, because all power pool defenses now offer defense to all.

Ice Defenses are all damage-typed. Ice defense powers are generally typed against two damage types (as is generally true for many damage-typed resistances). Ice Defenses now stack with power pool defenses, because all power pool defenses now offer defense to all types (this is a relatively recent change). Ice defenses work on any attack that has a component of damage within the defensive scope. For example, Frozen Armor provides smashing/lethal defense. Glacial Armor provides energy/negative defense. If attacked with an energy blast attack that does smash/energy, both defenses potentially apply. As with all damage-typed defenses that overlap, Ice tanks will always use the greater of the two - they do not stack together. Ice has one of only two "scalable" defenses in the game: energy absorption is a click power that boosts Ice tanker defenses based on the number of villains it hits with a PBAoE "attack." For more information, consult the links at the bottom of this guide.

Granite Armor has a power that functions differently from the printed manual. Rock Armor provides Defense, not Resistance. Granite Armor has four defense powers. Three are stackable defenses (in the sense that they can be run simultaneously - they do not stack defensively with each other): Rock Armor (smash/lethal), Crystal Armor (energy/negative), and Mineral Armor (psionic). One cannot be used with the others: Granite Armor, which has defense to all but psi (as well as resistance to all but psi). Granite Armors, like Ice Armors, now stack with power pool defenses (which are now defense to all).

Force Fields used to be damage-typed. They are now both damage-typed and positional typed. Specifically, Deflection Field provides both smash/lethal defense, and melee defense. Insulation Field provides both fire/cold/energy/negative (energy/elemental) and ranged/AoE defense. Dispersion Bubble provides both defense to all types (meaning melee/ranged/aoe/smashing/lethal/fire/cold/energy/negative/psi). This means Force Fields will stack with anything (specifically, the right bubble will stack with any conceivable defense). It also means that Force Fields now implicitly protect against toxic attacks (since Deflection Field *should* protect against melee-based toxic, Insulation Field should protect against ranged or AoE toxic, and Dispersion Bubble should protect against anything except untyped damage).

Invulnerability has two defense powers: invincibility and tough hide. It now appears (as of this writing) that invincibility (and tough hide) both provide defense to all (damage types) but psi (and not melee/ranged). At one time invincibility was thought to provide melee/ranged defense (and its possible it did, and that was changed recently). Invincibility is the other scalable defense that exists in CoH (the other being energy absorption). Invincibility, unlike EA, is a PBAoE aura that continuously surrounds the hero while its on, and buffs the defense of the hero using it based on the number of attackers that are in melee range. Its actual internal workings are quite complex and still subject to active discussion. Tough Hide is also defense to all but psi. Interestingly, Invulnerability also has a self defense debuff. Unyielding (the power originally called Unyielding Stance) originally rooted you to the ground when activated. It now has a self defense debuff, of about -5%. This defense debuff appears to be a -DEF to all attacks.


Stalkers

All stalkers have a power called hide. Hide appears to offer defense to melee/ranged/AoE. The defense appears to be about 5% to melee/ranged, and 37.5% to AoE (that's not a misprint: thirty seven point five percent) when hidden, and about 2.5% to melee/ranged/AoE when hide is suppressed (the 5%/2.5% number is one of the numbers I've seen: there have been lots of other numbers quoted, from 5%/2.5% up to 7.5%/3.75%. I cannot say with certainty what the precise value is. The 37.5% AoE defense, however, has been red name confirmed directly). Hide also provides the highest -perception (i.e. stealth) of any power, and while hidden stalker attacks critical (double damage) and assassin's strike powers do six times bonus critical damage.

The Ninjitsu stalker set has positional defenses similar to SR. Ninja Reflexes is similar to Focused Fighting (melee), and Danger Sense is similar to Focused Senses, but it has both ranged and AoE defense.

The Energy Aura stalker set has damage-typed defenses. Supposedly, the energy aura version of hide offers defense to all but psi, instead of the positional hide everyone else has, but I haven't confirmed that yet (if energy aura has the same hide as everyone else does, it wouldn't stack with its own defenses because hide would be positional, and energy's defenses would be damage-typed). Kinetic Shield offers defense to smashing, lethal, and (to a lesser extent) energy. Power Shield offers defense to fire, cold, energy, and negative. Overload offers defense to all damage types except psi (remember, "all but psi" excludes toxic) [note: Overload also has a dull pain component].



*** New for I5/I6 ***
Power Pool defenses are now supposed to offer defense to all, to guarantee that they stack appropriately with any defense that might be possessed by a hero/villain from their primary and secondary sets. This change was made to ensure that power pool defenses did not discriminate for or against any particular defense sets. Originally, most power pool defenses offered melee/ranged defense, and for a short while power pools offered melee/ranged and smash/lethal to try to address some stacking issues. They were changed to defense to all when it became clear that limited typing was not going to fully address the stacking issues, and was going to make stacking highly complex.

Power pool powers with defense components:

Concealment/Stealth
Concealment/Grant Invisibility
Concealment/Invisibility
Fighting/Weave
Flight/Hover
Leadership/Maneuvers
Leadership/Vengeance
Leaping/Combat Jumping



What other powers provide defense?

The following additional powers provide defense:

Devices/Cloaking Device (melee/ranged)
Illusion Control/Superior Invisibility (all types)
Illusion Control/Group Invisbility (all types)
Dark Miasma/Shadow Fall (melee/ranged)
Empathy/Fortitude (all types)
Storm Summoning/Steamy Mist (melee/ranged)
Dark Armor/Cloak of Darkness (melee/ranged)
Regeneration/MoG (all but psi)
Cold Mastery/Frozen Armor (smash/lethal) [note: this power also has cold resistance]
Force Mastery/Personal Force Field (base defense)
Warshade/Shadow Cloak (melee/ranged ?)
Katana/Divine Avalanche (melee/lethal)
Broadsword/Parry (melee/lethal)

Note: Hasten used to have defense; it was removed in I5

This list hasn't been confirmed with regard to typing since the stacking changes post I5. Its very possible that some of the powers listed as melee/ranged are actually defense to all. Parry and DA have been confirmed, powers listed as all or all types have been confirmed.


Special Note on Stealth

Stealth powers generally break their concealment component when you either attack or are attacked. When the stealth is broken, most stealth powers that have a defense buff component will have about half their defense also suppressed while the stealth component is broken.

The following stealth powers appear to suppress a portion of their defense when the stealth is broken:

Devices/Cloaking Device
Illusion Control/Superior Invisibility
Illusion Control/Group Invisbility
Concealment/Stealth
Concealment/Grant Invisibility
Concealment/Invisibility


According to Statesman, stealth powers in "Primary Defensive Sets" do not suppress their stealth when concealment is broken. The following stealth powers appear to not suppress any of their defense even if concealment is broken.

Dark Miasma/Shadow Fall
Storm Summoning/Steamy Mist
Dark Armor/Cloak of Darkness
Warshade/Shadow Cloak


Special Note on Power Boost

The power Power Boost (both the blaster energy manipulation version, and the epic power pool version) boosts defense powers while power boost is active. The boost is equal to the base value of the defense power being boosted. For example, if you have hover running (2.5% defense) and you trigger power boost, hover gains 2.5% additional defense. If hover was 5-slotted with defense SOs (net 5% defense) the boost would still be 2.5% (to 7.5% total defense).


What is the Streak Breaker?

The streak breaker is a bit of code within the tohit calculator that is designed to prevent very long strings of misses. There is a lot of misunderstanding about how the streak breaker works, so I'm going to be very specific in terms of detailing how I know what I know about the streak breaker.

First, the streak breaker only breaks streaks of misses, not hits. Confirmed by my own testing, dev postings, and red name PMs.

Second, the streak breaker affects both heroes and villains. Confirmed by my own testing, dev postings, and red name PMs.

Third, the streak breaker "decides" to break a string of misses when the string of misses exceeds a particular value. That value is dependent on the tohit probability between the attacker and the target. Here is Weirdbeard's specific statements on how the streakbreaker works:

[ QUOTE ]

Final to-hit : misses allowed
>.9 : 1
.8-.9 : 2
.6-.8 : 3
.4-.6 : 4
.3-.4 : 6
.2-.3 : 8
0 -.2 : 100

Auto-hit powers are not included in the system.

Critters get the benefits of the system as well.

The system does not track each power individually; instead it tracks every miss you make in a row, regardless of power (or target). Otherwise you could have nine different powers, each with a 0.95 to-hit, and if you executed them all in a row you could miss each attack (note a caveat at the bottom of the post regarding this).

AE attacks are considered distinct sequential attacks on indivudual targets for the purpose of the system (so if you AEd two targets and had 0.95 to-hit for both, you be guaranteed to hit one of them).

To determine the to-hit used in the table above, you take either the current to-hit, or the worst to-hit in your current miss series, whichever is lower.


[/ QUOTE ]

This basically matches all the testing I've done to measure the streakbreaker, correcting for some errors in my testing methodology that Weirdbeard was able to detect in my discussions with him.


DEFENSE ISSUES

These are some of the issues related to how defense and tohit works in City of Heroes


Autohitting attacks

There are attacks that automatically hit, bypassing the tohit floors and ceilings. Typically, these things are damage auras, such as the aura emitted by Circle of Thorns Death Mages, or patches, such as the damage due to caltrops. No amount of defense reduces the damage of autohitting attacks. Note: some people used to think burn (firey aura) was autohit, but in actual fact it simply has a very high accuracy.

*** Update from version 1.1 ***

It seems that autohitting attacks are being slowly removed from CoH, to address this issue. In fact, it appears that the damage aura from Death Mages is now considered an AoE attack, defendable with AoE defense. This agrees with dev statements that autohitting *damage* (but not necessarily autohitting debuffs) were being toned down or removed from CoH in the long run.


Special Note on defense debuffs

Although defense debuffs were covered earlier, its important to note that the subtractive nature of defense debuffs makes them extremely dangerous. Up to the writing of this guide, defense sets did not have any resistance to defense debuffs (such resistance is currently being added in some form). Their only means of defending against them was defense itself. This creates a problem whereby any defense debuff that manages to land decreases defense and makes the hero both more vulnerable to damage, and more vulnerable to more defense debuffs - a spiralling downward situation.

This is significant because resistance does not work that way. All resistance powers have an inherent resistance to resistance debuffs. When someone with 40% defense is hit with a 10% defense debuff, defense is reduced to 30%. When someone with 40% resistance is hit with a 10% resistance debuff, 40% of the debuff is resisted, and actual damage resistance drops to 34%, not 30%. Furthermore, the resistance to debuffs remains 40%. If hit with another 10% resistance debuff, resistance drops to 28%, not 20% (like defense would be) and not 27.4%, which would be the case if resistance was truely dropped to 34%.

*** Update from version 1.1 ***

There are more specific statements about Defense Debuff Resistance, which are covered in this guide. However, I have yet to be able to construct a test to measure the Defense Debuff Resistance, nor has anyone else posted tests confirming its effect (that I'm aware of). So I think the jury is still out here.


Quartz eminators, quicksand patches

Quicksand patches are autohitting slow and defense debuff patches. These were highly lethal to defense sets, because their defense debuffs couldn't be defended against or otherwise avoided, and once hit, the slow made it difficult to escape (Super Reflexes has a resistance to slow, but it didn't fully mitigate the -fly -jump which could trap a scrapper between villains and friends alike, and it didn't necessarily allow for quick escapes from the patch). Quicksand was also spammed by Earth thorn casters - a CoT minion - in CoT missions from levels 35 to 39. Although this was supposedly fixed (by lessening the frequency of earth thorn casters as well as reducing their propensity to cast quicksand) its still an example of a highly powerful defense-unfriendly power that has few analogs for resistance or regeneration.

Quartz eminators - the eminators dropped by DE LTs - is even more exceptional. Quartz eminators emit a tohit buff to all DE within its buff radius. The tohit buff eminated from quartz eminators is extremely large - by some estimates several hundred percent. To put Quartz eminators into perspective, I3 SR scrappers running perma-elude and the toggles combines were running with more than 150% defense - and still being easily hit by Quartz-eminator buffed DE minions. Once again, there is no analog to the quartz eminator for any other form of damage mitigation, such as resistance and regeneration.


Team scalers and difficulty sliders

Important to note for defense sets: the difficulty slider (also known as the reputation slider) increases the level of villains within your missions, and therefore increases the base tohit of those villains (it doesn't generally increase the ranks of villains, except for the fact that heroic suppresses bosses). The team scaler increases the difficulty of missions based on the number of heroes on the team, and it increases rank and level and numbers of villains. With much lower defenses in I5 than earlier issues of CoH, high level missions can be less than friendly to defense-oriented sets, moreso than other damage mitigation sets.

*** Update from 1.1 ***

In I7, this problem should vanish when tohit increases for both rank *and* level basically go away.


Is Defense really inferior to Resistance?

Not especially. Defense and Resistance both have pros and cons in terms of their inherent effects. Defense's main problems are three-fold:

1. There are sets that rely heavily on Defense, but most other protection sets do not singularly rely on a single mitigation effect.

This is not a critical issue, but it amplifies the others.

2. Defense is - in the opinion of some - scaled too low (at least in some situations)

The argument goes that because Defense avoids status effects, Defense has an inherent advantage that more than balances the fact that the damage mitigation of sets that rely on Defense is significantly lower than other sets. Most testing, analysis, and review of a transparent nature (i.e. open to review) suggests this is false. The devs, who do not generally reveal their own analysis, testing, or reviews, disagree.

3. What Defense is most vulnerable to, is plentiful in the CoH environment.

The most common secondary effect in CoH besides DoT (damage over time) is defense debuff. Defense debuffs are more common than resistance debuffs and regeneration debuffs combined. And Defense debuffs are undoubtably more dangerous to Defense sets than resistance debuffs and regeneration debuffs are to resistance and regeneration sets, respectively (regeneration debuffs would be significantly more dangerous to regeneration sets if they prevented things such as reconstruction and dull pain from functioning). Defense is also vulnerable to tohit buffs, and every single villain of higher rank than minion, and every single villain higher in level than even con, has an effective tohit buff.

To say that Defense is inferior to Resistance, given the large environmental disadvantages that Defense faces in CoH, would be comparable to changing all the damage dealth by villains to toxic and psi, and then claiming that Resistance was inferior to Defense.


What's up with tohit buffs?

Good question. Very high tohit buffs are, at least, uncommon in PvE. They are very common in PvP, because high order tohit buffs are extremely common in player power sets.

The two most common tohit buffs are build up and Aim, and both are high order tohit buff (Build Up is a 60% tohit buff, and Aim is a 100% tohit buff). Virtually all blasters, most defenders, almost all scrappers, and most tankers have access to either Build Up or Aim, and many blasters have access to both. Only controllers as a class lack BU or Aim (and pets have a tohit bonus).

If you are relying on defense in the arena, here's the score. If you have SR or Ice, and a couple stacked bubbles, someone who elected to 6-slot Aim with tohit buff enhancements to kill defense sets will hit you no matter what defense level you think you have. Realistically, that one power, and 5 extra enhancement slots, can effectively nullify an entire team's worth of defense buffs (7 stacked bubbles will beat Aim, of course, but all reasonable levels of defense and most unreasonable ones are going to be beat by 6-slot Aim). Without significant buffs, anyone with either build up or Aim will hit you.

It is unclear why Defense was lowered as part of the Global Defense reductions in I5, but tohit buffs were (apparently) not. If they were, this fact was not reported, nor has it shown up yet in anyone's testing.

*** New for I6 ***

One change made to tohit buffs in relation to balancing them with defense is that tohit buff enhancements are now schedule B (like defense: +20% for even SO) instead of schedule A (like damage: +33% for even SO). This at least places tohit buff enhancement and defense enhancement on a relatively even footing, although for high tohit buff powers, the net benefit of even an equal strength SO will be higher than a similar enhancement in a lower numerical strength defense power.


UNANSWERED QUESTIONS ABOUT DEFENSE

(At least, I don't know the answers)

1. When a click defense is triggered, does the defense stack immediately, or only after the activation is completed, or something in-between?

Although I never fully tested this (and now its almost impossible to do so) I (and many other SR scrappers) experienced an alarming sense that we were being hit in mid-backflip while cycling elude more often than chance would suggest, even though the protection of elude should have been fairly continuous. It was conjectured that when elude was cycled, the original cast of elude was momentarily dropped, and the new cast of elude was significantly (by a second or two) delayed. This would have made elude comparable to powers like grant invisibility, which if you refresh it, causes the targetted player to become momentarily visible again.

Whether this is true, and how this affects other defense powers, like parry/DA, is unclear.

2. Just exactly how does invincibility work?

Much more industrious people than me are continuing to investigate invincibility, most recently Stargazer. Invincibility was originally thought to have a base defense, plus an additional amount of melee and ranged defense per villain in melee range. Havok concluded that the original belief that invincibility had a base defense was false, and attempted to correct that mistaken belief. Much more recently, Stargazer seems to have done fairly convincing tests that lead one to believe that invincibility is not offering melee/ranged defense, but rather damage-typed all except psi defense. Whether invincibility was always like this, or changed to be this, is not clear to me, given the complex history of invincibility testing.

Additionally, further testing by others have hinted that invincibility might be offering twice the defense the developers quote for it because (like all auras) it "pulses" to generate its effect, and the pulses might be coming twice as fast as the actual pulse duration, in effect causes invincibility to stack with itself.

Testing of invincibility might be the longest running attempt to define how a power works in CoH by the player community.

3. Are hits and misses "streaky?" Is the random number generator in City of Heroes "broken?"

Its possible the random number generator has some sort of flaw, but in my opinion, whatever flaws it has, they are unlikely to be causing major problems in the game. However, its possible there are other systematic errors in the game related to how random numbers are actually used. There are some instances where it is blatantly obvious that the tohit calculators are doing something weird, but across a wide range of other cases, the randomness of hits and misses appears to be fairly random. Its important to note that "random" does not mean "not streaky." True random numbers are inherently streaky to a degree: the question is whether or not the hits and misses in CoH obey statistical norms of streakiness. This is still an open question, because its such a difficult thing to test for and because few people are able to test it precisely.

(New)4. How do radiation attacks work? How exactly do they "bypass defense?"

The most logical way for radiation attacks to "bypass" defense is for them to have inherent tohit buffs. If that is the case, radiation attacks would be the only exception I am aware of to the rule that *attack specific* accuracy increases are accuracy buffs, not tohit buffs.

New: I'm told radiation attacks don't really "bypass" defense despite what the description says: they simply have significant accuracy buffs and defense debuffs


THE CANONICAL LIST OF DEFENSE-RELATED COMPLAINTS REGULARLY DISCUSSED ON THE FORUMS

In no particular order (and without commenting on validity):

* SR underperforms other scrapper sets (Update: not so much now)
* SR is a "one trick pony" that has only defense (Update: SR now has resistances)
* Ice tanks uderperform other tanker sets
* Ice tanks performance is too similar to SR scrappers for a tanker
* High defense is too frustrating in the arena
* Low defense is too frustrating in the arena
* There are too many defense debuffs in the game
* Defense debuffs are too strong
* Tohit buffs in the arena are too strong
* Defense requires you to be lucky
* Defense is inferior to Resistance in all respects
* The SR set is too reliant on power pool defenses
* The Force Fields set is insufficiently strong as a buff set
* Resistance buffs are more appreciated than Defense buffs
* The SR (and to a lesser degree Ice) set can be too easily simulated with a few luck inspirations
* Lucky and Evasion are in the wrong order in the SR set
* Invincibility is too powerful a defense power for Invulnerability given that it can outperform the supposedly "defense-oriented sets"
* The -DEF in Unyielding should be removed given the overall reductions to the invuln set
* SR passive defenses are too inefficient to slot
* There are too many autohitting attacks (Update: this seems to be changing)
* There shouldn't exist autohitting defense debuffs (Update: devs seem to directly think otherwise)
* Quartz eminators


Be forewarned: this stuff has been debated to death. Also, while I strongly encourage people to post their ideas, observations, comments, and suggestions on defense-related issues, bear in mind that if you post a message stating, essentially "I have the answer to everything" one of two things is extremely likely to happen: the message will be ignored, or the suggestion in the message will be heavily critiqued. Be prepared for both.


THE PURPLE PATCH

Get asked about this all the time. Here is what happens when you try to attack something much higher than you are, in terms of your powers effectiveness going down, and in terms of your base tohit going down also. Note: this affects players attacking higher leveled foes. Low level villains attacking a higher level player are not affected by the purple patch. These numbers come from a Geko post from the distant past.

[ QUOTE ]

Foes your level have not changed. You have a 75% chance to hit and your powers are 100% effective.
Foes 1 level above you - No Change. You have a 68% chance to hit and your powers are 90% effective.
Foes 2 levels above you - No Change. You have a 61% chance to hit and your powers are 80% effective.
Foes 3 levels above you - You have a 55% chance to hit and your powers are 65% effective.
Foes 4 levels above you - You have a 48% chance to hit and your powers are 48% effective.
Foes 5 levels above you - You have a 41% chance to hit and your powers are 30% effective.
Foes 6 levels above you - You have a 34% chance to hit and your powers are 15% effective.
Foes 7 levels above you - You have a 25% chance to hit and your powers are 8% effective.
Foes 8 levels above you - You have an 11% chance to hit and your powers are 5% effective.
Foes 9 levels above you - You have a 6% chance to hit and your powers are 4% effective.
Foes 10 levels above you - You have a 5% chance to hit and your powers are 3% effective.
Foes 11 levels above you - You have a 5% chance to hit and your powers are 2% effective.
Foes 12+ levels above you - You have a 5% chance to hit and your powers are 1% effective.


[/ QUOTE ]


*** New for version 1.2 ***
Testing seems to indicate that the base tohit of players might not follow this progression precisely. Additional testing seems to show, and the devs seem to have confirmed, that the tohit decrease follows this progression instead:

-4 .95
-3 .90
-2 .85
-1 .80
+0 .75
+1 .65
+2 .56
+3 .48
+4 .39
+5 .30
+6 .20
+7 .08

It is unclear what the source of the discrepancy is.


Things on the horizon

* Statesman has suggested that high tohit buffs are being looked at, but no solution has been put forth by the devs.

* Lots of defense sets counting the days to I7.


SOURCES OF ADDITIONAL INFORMATION

I kept the power set numbers out of this. If you want them, here they are:

Buffy's Scrapper Guide and Tanker Guide is an excellent source of defense (and resistance and regeneration) numbers.

An additional source of numbers, that include power pool values and tohit bases, is The Scrapper Defense Values Site. Note that power pools for tankers are higher than for scrappers (scrappers generally have 75% of the value of tanker numbers).

RedTomax is working on a web-based guide to all of CoH: it contains Defense information including defense types and values in tabular form here.


Use of this Guide

Anyone compiling information for use by players of City of Heroes and City of Villains has permission to reproduce this guide whole or in part, so long as some form of attribution is maintained. But if you make a ton of money off of it, and I find out about it, I'm going to come looking for my cut.


[Guide to Defense] [Scrapper Secondaries Comparison] [Archetype Popularity Analysis]

In one little corner of the universe, there's nothing more irritating than a misfile...
(Please support the best webcomic about a cosmic universal realignment by impaired angelic interference resulting in identity crisis angst. Or I release the pigmy water thieves.)

 

Posted

Excellent post, I'll be saving this as a Favorite

Question:

I red once from a red name post that Stalkers can also use Concealment pool powers, which will stack with their Hide. Can this also be done with Cloaking Device and Concealment powers? I've been told it can't, but want to investigate further.


 

Posted

This is an awsome post. Lots of work went into this. So five stars from me!


 

Posted

[ QUOTE ]
Excellent post, I'll be saving this as a Favorite

Question:

I red once from a red name post that Stalkers can also use Concealment pool powers, which will stack with their Hide. Can this also be done with Cloaking Device and Concealment powers? I've been told it can't, but want to investigate further.

[/ QUOTE ]

Got an answer from _Castle_ for this question:

"Self effecting Stealth powers do not stack, except for Group Invisibility and Stalker Hide. "

I think I had read this somewhere in the past on one of his posts but had forgotten about it.


 

Posted

Before I go to bed, I have to check something here involving how enemies with crazy inherient accuracy can somehow never hit the .05 floor.

Bounded[ (BaseAcc) * (AccuBuffs) * (AccDebuffs) * (RankBuff) * (LevelBuff) * Bounded[ (BaseToHit + ToHitBuffs - ToHitDebuffs + Defense - DefenseDebuffs) ] ]

For simplicity, we'll assume that we are fighting a minion (.5 base acc), with no acc buffs going on other than natural stuff, and no to hit buffs/debuffs going on, or defence debuffs, and a normal attack (basetohit = 1. So that leaves us with this simplified formula.

Bounded[ (.5) * (LevelBuff) * Bounded[ (1 - Defense ) ] ]

so, with a even con minion, and 100% defence (say from a really lucky invincibility or stacked bubbles or something), we get this

Bounded[ (.5) * (1) * Bounded[ (1 - 1 ) ] ]
Bounded[ .5 * .05 ]
.05%

Big surprise there. Now lets try a +4 boss (.65 base to hit, 1.34 level bonus)

Bounded[ (.65) * (1.34) * Bounded[ (1 - 1 ) ] ]
Bounded[ .871 * .05 ]
Bounded[ .043 ]
.05
So a +4 boss can't even touch that defence.

How about an absurd inherent accuracy bonus of 200% with a +4 boss?

Bounded[ (.65) * (1.34) * (3) * Bounded[ (1 - 1 ) ] ]
Bounded[ 2.613 * .05 ]
.13

So under some extremely absurd conditions, the villian has about a 1 in 7 chance of connecting. I don't think any villians have anywhere near that high of an inherient accuracy bonus though. I think absurd is currently something like 75%

Bounded[ (.65) * (1.34) * (1.75) * Bounded[ (1 - 1 ) ] ]
Bounded[ 1.52 * .05 ]
.08

Okay, so the absurd accuracy +4 bosses bearly break the .05 floor, but it's hardly noticable.

So, honestly, in light of the numbers, while it is true that super high defence powers are slightly weakened, it's hardly noticeable if at all.

Did I miss something or am I right?

It's worthy of note of what would happen in the exact same circumstance with tohit

Bounded[ (.65) * (1.75) * Bounded[ (1 - (1-.34) ) ] ]
Bounded[ (.65) * (1.75) * (.66) ] ]
Bounded[ 1.13 * .66 ]
.74

Ouch. Of course, if you can somehow hit 34% more defence, you'll be back to those nice .05 numbers. A little bit of defence really does go a long way.

So, really high defence numbers are doing better thanks to these changes. ABSURDLY HIGH defence numbers are the only ones weakened by this I'd say, and I'm not sure if it's possible to hit defence numbers high enough to make the i7 changes kinda hurt a tiny bit on the inside without outside help.

Again, correct me if I'm wrong, because it's late and I'm tired.


 

Posted

[ QUOTE ]
[ QUOTE ]
Excellent post, I'll be saving this as a Favorite

Question:

I red once from a red name post that Stalkers can also use Concealment pool powers, which will stack with their Hide. Can this also be done with Cloaking Device and Concealment powers? I've been told it can't, but want to investigate further.

[/ QUOTE ]

Got an answer from _Castle_ for this question:

"Self effecting Stealth powers do not stack, except for Group Invisibility and Stalker Hide. "

I think I had read this somewhere in the past on one of his posts but had forgotten about it.

[/ QUOTE ]

I think he's thinking about PvP. In PvE, stealth stacks against critters. You can easily test: stealth alone allows you to approach, but not actually bump into critters. Same with superspeed. Stealth+superspeed and you can run right into them and they won't detect you: this used to be a favorite trick among energy blasters to get off novas without being shot full of holes before it went off.

As recently as two days ago I was in Sirens and accidentally forgot to turn on stealth, and aggroed a spawn with just superspeed when I jumped into them. When I flipped stealth back on, I could stand in a spawn without being detected, so I do not believe this behavior has been changed.

But against players (i.e. PvP), stealth normally doesn't stack. Stalkers are allowed to stack stealth (with hide), but no one else normally.

I did not know there was a group invisibility exception. I will have to test that.


[Guide to Defense] [Scrapper Secondaries Comparison] [Archetype Popularity Analysis]

In one little corner of the universe, there's nothing more irritating than a misfile...
(Please support the best webcomic about a cosmic universal realignment by impaired angelic interference resulting in identity crisis angst. Or I release the pigmy water thieves.)

 

Posted

[ QUOTE ]

Before I go to bed, I have to check something here involving how enemies with crazy inherient accuracy can somehow never hit the .05 floor.

Bounded[ (BaseAcc) * (AccuBuffs) * (AccDebuffs) * (RankBuff) * (LevelBuff) * Bounded[ (BaseToHit + ToHitBuffs - ToHitDebuffs + Defense - DefenseDebuffs) ] ]

For simplicity, we'll assume that we are fighting a minion (.5 base acc), with no acc buffs going on other than natural stuff, and no to hit buffs/debuffs going on, or defence debuffs, and a normal attack (basetohit = 1. So that leaves us with this simplified formula.

Bounded[ (.5) * (LevelBuff) * Bounded[ (1 - Defense ) ] ]


[/ QUOTE ]


Nope: villain base tohit is 50% (0.5). Base Accuracy refers to the inherent accuracy of the attack they are using (described in detail in the guide): this is 1.0 by default. Those numbers are reversed in your example.

Its this Base Accuracy number that is being talked about when, for example, its said that martial arts attacks have a +10% accuracy bonus: those attacks have Base Accuracy of 1.1, instead of 1.0.

So, not to put too fine a spin on it, an even level minion using martial arts attacks has Base ToHit of 50%, and his attacks have Base Accuracy of 1.1. While attacking you, the tohit equation boils down basically to:

Net tohit = Bounded[ 1.1 * Bounded[ (0.5 - YourDefense) ] ]

Since the lowest that the internal term can get, even with unlimited defense, is 0.05 (5%), the lowest that overall tohit can get is:

1.1 * 0.05 = 5.5%


[Guide to Defense] [Scrapper Secondaries Comparison] [Archetype Popularity Analysis]

In one little corner of the universe, there's nothing more irritating than a misfile...
(Please support the best webcomic about a cosmic universal realignment by impaired angelic interference resulting in identity crisis angst. Or I release the pigmy water thieves.)

 

Posted

So basically, you only need 50% defence to floor (take them down to their minimum accuracy, whether it's .05 or .055) any enemy, not taking into account to hit buffs and defence debuffs and the such? Since the rank and level bonuses are on the outside.


 

Posted

[ QUOTE ]
So basically, you only need 50% defence to floor (take them down to their minimum accuracy, whether it's .05 or .055) any enemy, not taking into account to hit buffs and defence debuffs and the such? Since the rank and level bonuses are on the outside.

[/ QUOTE ]

45%. Anything higher would push the inside term (50% - Defense) below 5%, and its going to be floored at 5% anyway.

That is, of course, not taking tohit buffs and defense debuffs into account, as you say. Higher levels of defense will act to reduce the effect of tohit buffs and defense debuffs.


[Guide to Defense] [Scrapper Secondaries Comparison] [Archetype Popularity Analysis]

In one little corner of the universe, there's nothing more irritating than a misfile...
(Please support the best webcomic about a cosmic universal realignment by impaired angelic interference resulting in identity crisis angst. Or I release the pigmy water thieves.)

 

Posted

I posted this on you v1.2 thread earlier today, I'll repost it here.

[ QUOTE ]
2. Just exactly how does invincibility work?

Much more industrious people than me are continuing to investigate invincibility, most recently Stargazer. Invincibility was originally thought to have a base defense, plus an additional amount of melee and ranged defense per villain in melee range. Havok concluded that the original belief that invincibility had a base defense was false, and attempted to correct that mistaken belief. Much more recently, Stargazer seems to have done fairly convincing tests that lead one to believe that invincibility is not offering melee/ranged defense, but rather damage-typed all except psi defense. Whether invincibility was always like this, or changed to be this, is not clear to me, given the complex history of invincibility testing.

Additionally, further testing by others have hinted that invincibility might be offering twice the defense the developers quote for it because (like all auras) it "pulses" to generate its effect, and the pulses might be coming twice as fast as the actual pulse duration, in effect causes invincibility to stack with itself.

Testing of invincibility might be the longest running attempt to define how a power works in CoH by the player community.

[/ QUOTE ]

Invincibility has changed (again), here's the patch notes (from 11.16.05):
[ QUOTE ]
Modified Invulnerability /Invincibility and Ice Armor/Energy Absorption. for both powers: Max number of affected targets have been reduced to 10; The first target you affect grants you more defense than before; Additional defense gained for each affected target after the first is at a reduced rate. This change will ensure the powers grant a reasnonable defense bonus when facing few foes, while making it more challenging to get a massive defense bonus.



Modified Invulnerability /Invincibility so it goes off every second instead of every half seccond. This was for performance reasons. This does not change the effectiveness off the power, but it will cause the Endurance Cost to occur every second instead of every half second.

[/ QUOTE ]

IIRC the double bonus bug was fixed with that update too.


 

Posted

[ QUOTE ]
I posted this on you v1.2 thread earlier today, I'll repost it here.

[ QUOTE ]
2. Just exactly how does invincibility work?

Much more industrious people than me are continuing to investigate invincibility, most recently Stargazer. Invincibility was originally thought to have a base defense, plus an additional amount of melee and ranged defense per villain in melee range. Havok concluded that the original belief that invincibility had a base defense was false, and attempted to correct that mistaken belief. Much more recently, Stargazer seems to have done fairly convincing tests that lead one to believe that invincibility is not offering melee/ranged defense, but rather damage-typed all except psi defense. Whether invincibility was always like this, or changed to be this, is not clear to me, given the complex history of invincibility testing.

Additionally, further testing by others have hinted that invincibility might be offering twice the defense the developers quote for it because (like all auras) it "pulses" to generate its effect, and the pulses might be coming twice as fast as the actual pulse duration, in effect causes invincibility to stack with itself.

Testing of invincibility might be the longest running attempt to define how a power works in CoH by the player community.

[/ QUOTE ]

Invincibility has changed (again), here's the patch notes (from 11.16.05):
[ QUOTE ]
Modified Invulnerability /Invincibility and Ice Armor/Energy Absorption. for both powers: Max number of affected targets have been reduced to 10; The first target you affect grants you more defense than before; Additional defense gained for each affected target after the first is at a reduced rate. This change will ensure the powers grant a reasnonable defense bonus when facing few foes, while making it more challenging to get a massive defense bonus.



Modified Invulnerability /Invincibility so it goes off every second instead of every half seccond. This was for performance reasons. This does not change the effectiveness off the power, but it will cause the Endurance Cost to occur every second instead of every half second.

[/ QUOTE ]

IIRC the double bonus bug was fixed with that update too.

[/ QUOTE ]

I didn't update my little entry on invincibility when that update went in, mainly because I wasn't aware of anyone actually testing it. My *best* understanding of invincibility is that:


* It offers no true "base" defense (if nothing is around).
* It offers an initial defense for the very first target in range.
* It offers an incremental defense for each additional target in range up to ten (nine additional), that is less than the initial defense for the first target.
* It pulses an aura every second, and updates your defense during that pulse.

* It used to pulse every half second, and it used to overlap with itself, often temporarily doubling the defense buff. This was supposedly fixed.
* Much further in the past, its defense was tested to have a melee defense component and a ranged defense component that was smaller, but its impossible to know if that testing was somehow failing to fully characterize invincibility, or if invincibility was truely working differently back then. Relatively reliable people tested back then and concluded the melee/ranged difference; I have no reason to question their results.

* It now appears to be defense to all but psi: i.e. defense to smash/lethal/fire/cold/energy/negative. Meaning it does not defend against attacks that have only psi or toxic (or both) damage types. It is no longer said to have any positional typing.

* It also has a scaling tohit buff, separate from the defense buff, that works in a similar fashion.

If someone knows of actual testing that confirms all the properties of invincibility, as well as invincibility's numbers (which I heard to be in the range of 3% for the first guy and 1.5% for each additional up to 10, or thereabouts, for scrappers, somewhat higher for tankers), let me know and I'll update the guide.


[Guide to Defense] [Scrapper Secondaries Comparison] [Archetype Popularity Analysis]

In one little corner of the universe, there's nothing more irritating than a misfile...
(Please support the best webcomic about a cosmic universal realignment by impaired angelic interference resulting in identity crisis angst. Or I release the pigmy water thieves.)

 

Posted

Argh, true, I always think of the higher initial foe bonus as base def, but you're right, of course.

I'm fairly certain that there was a thread on the tanker forum after the patch I quoted went live where test results were reported, but at 5.30 am my search-fu is too weak to find it, and I don't recall what the results were (although I think that the stacking bug was reported as fixed).

So, in conclusion my previous post was probably totally unnecessary, but at least it upped my post count


 

Posted

[ QUOTE ]
Argh, true, I always think of the higher initial foe bonus as base def, but you're right, of course.

I'm fairly certain that there was a thread on the tanker forum after the patch I quoted went live where test results were reported, but at 5.30 am my search-fu is too weak to find it, and I don't recall what the results were (although I think that the stacking bug was reported as fixed).

So, in conclusion my previous post was probably totally unnecessary, but at least it upped my post count

[/ QUOTE ]


Not at all: it reminds me to try to find enough information to update that section, because in fact it is somewhat dated at this point. I appreciate all constructive feedback: I try to keep folding it back into the guide.

And of course there's the post count thing.


[Guide to Defense] [Scrapper Secondaries Comparison] [Archetype Popularity Analysis]

In one little corner of the universe, there's nothing more irritating than a misfile...
(Please support the best webcomic about a cosmic universal realignment by impaired angelic interference resulting in identity crisis angst. Or I release the pigmy water thieves.)

 

Posted

Since it does seem to be the generally accepted numbers, and because I've now had more time to look over how it was tested, I'll update the next version of the guide with this description for invincibility, unless contradictory information arises:

Invincibility provides defense to all but psionic/toxic damage for every foe in melee range to a maximum of 10. The defense buff is 7.5% for the first foe, and each additional foe adds 1.5% additional defense. The defense buff for one target in melee range is therefore 7.5%, and the maximum benefit with 10 targets is 21% defense. These numbers are unslotted tanker numbers, and the scrapper numbers are likely to be 75% of these. The power does not currently offer a specific melee/ranged component to defense, although it may have done so in the past.

I make an exception for invincibility in terms of quoting specific numbers mainly because the mechanics of the power are sufficiently unusual, and because its changed many times, and because there is a lot of confusion surrounding the power. My policy is still to point people to other excellent guides for numbers: Buffy appears to be revamping hers for Scrappers and Tankers, and when she does I'll update the guide's links to those new scrapper and tanker guides, which do cover all the basic numbers.


[Guide to Defense] [Scrapper Secondaries Comparison] [Archetype Popularity Analysis]

In one little corner of the universe, there's nothing more irritating than a misfile...
(Please support the best webcomic about a cosmic universal realignment by impaired angelic interference resulting in identity crisis angst. Or I release the pigmy water thieves.)

 

Posted

Based on some research I did for a different thread, I dug up the post by Castle for the defense of stalker hide:


[ QUOTE ]
What are the Defense Values of Hide?

Hide, when Suppressed, gives a base 1.88% Defense to all damage types except Toxic or Psionic as well as Melee, Ranged and Area Effect. When Unsuppressed, it gives a base 3.75% Defense to all of those except Area Effect attacks, which if gives a 37.5% base defense to.

[/ QUOTE ]


The guide will be updated with these numbers in the next version.


[Guide to Defense] [Scrapper Secondaries Comparison] [Archetype Popularity Analysis]

In one little corner of the universe, there's nothing more irritating than a misfile...
(Please support the best webcomic about a cosmic universal realignment by impaired angelic interference resulting in identity crisis angst. Or I release the pigmy water thieves.)

 

Posted

Yay Arcana! Awesome guide as usual, very, very in depth analysis and info on everything, you are to be commended and have your forum stars returned for such work! Anyway, quick question, is Manuevers essentially unncessary for Force Field MMs (or any FFer I guess) with the prescence of Dispersion Bubble, since DB's +def will overrule Manuervers' +def except in regards to psi and toxic?

[ QUOTE ]
[ QUOTE ]
[ QUOTE ]
Excellent post, I'll be saving this as a Favorite

Question:

I red once from a red name post that Stalkers can also use Concealment pool powers, which will stack with their Hide. Can this also be done with Cloaking Device and Concealment powers? I've been told it can't, but want to investigate further.

[/ QUOTE ]

Got an answer from _Castle_ for this question:

"Self effecting Stealth powers do not stack, except for Group Invisibility and Stalker Hide. "

I think I had read this somewhere in the past on one of his posts but had forgotten about it.

[/ QUOTE ]

I think he's thinking about PvP. In PvE, stealth stacks against critters. You can easily test: stealth alone allows you to approach, but not actually bump into critters. Same with superspeed. Stealth+superspeed and you can run right into them and they won't detect you: this used to be a favorite trick among energy blasters to get off novas without being shot full of holes before it went off.

As recently as two days ago I was in Sirens and accidentally forgot to turn on stealth, and aggroed a spawn with just superspeed when I jumped into them. When I flipped stealth back on, I could stand in a spawn without being detected, so I do not believe this behavior has been changed.

But against players (i.e. PvP), stealth normally doesn't stack. Stalkers are allowed to stack stealth (with hide), but no one else normally.

I did not know there was a group invisibility exception. I will have to test that.

[/ QUOTE ]

As for this, I tested it out and filed bugs and conferred with other disappointed illusionists, and made a thread HERE, but anyway it seems like GI does not stack in PvP for sure, which did sound like it should and would based on Castle's quote. Have you tried it out yourself yet? As far as I can tell it does not stack stealth-wise and the stealth never unsuppresses/returns the -perception it has, making it a very meager +def boost after just 1 attack from an enemy or from the user. If you're in a testing mood, you might also want to look at THIS and see if it has any effect on the wonderful world of +def because it seems to in some ways make +def more appealing but makes all the toggle debuffs to -def, -acc etc. questionable.


 

Posted

[ QUOTE ]

quick question, is Manuevers essentially unncessary for Force Field MMs (or any FFer I guess) with the prescence of Dispersion Bubble, since DB's +def will overrule Manuervers' +def except in regards to psi and toxic?


[/ QUOTE ]

Dispersion bubble stacks properly with maneuvers (or is supposed to), because all power pool defenses now offer defense to all types. This means maneuvers is supposed to be defense to melee/ranged/aoe/smash/lethal/fire/cold/energy/negative/psi (this is noted in the guide). Thus, maneuvers ought to stack with any defense, however typed, in the best way possible, which was the intent of typing power pool defenses that way.


[ QUOTE ]

As for this, I tested it out and filed bugs and conferred with other disappointed illusionists, and made a thread HERE, but anyway it seems like GI does not stack in PvP for sure, which did sound like it should and would based on Castle's quote. Have you tried it out yourself yet?


[/ QUOTE ]

Nope, haven't tried it out myself yet. Let me know if you discover more; I suspect there are still kinks in how -perception powers work still out there.


[ QUOTE ]

If you're in a testing mood, you might also want to look at THIS and see if it has any effect on the wonderful world of +def because it seems to in some ways make +def more appealing but makes all the toggle debuffs to -def, -acc etc. questionable.


[/ QUOTE ]

For the benefit of readers of this thread that don't want to jump to your post (although they should if they are interested in defense at all), a quick exerpt:

[ QUOTE ]

I've come to find that general movement can actually disable toggle debuffs in PvP. What I am reffering to is Player A casting a debuf on Player B. Player B is debuffed and hops madly away with the debuff on his buff/debuff icon listing, mid-hop the debuff disappears from the listing though Player A sees it as still on and the animation is still present.


[/ QUOTE ]

If others can confirm this is a reproducible bug, I'd bet real money its related to the tanker AoE bug: basically, the player is moving away from the location of the toggle debuff faster than the system can move the toggle debuff to their new location, in terms of AoE tracking. In other words, the player momentarily jumps out of the toggle debuff's AoE, even though the toggle debuff ought to be "locked" onto the player. This one is very intriguing, and worth following up on.


[Guide to Defense] [Scrapper Secondaries Comparison] [Archetype Popularity Analysis]

In one little corner of the universe, there's nothing more irritating than a misfile...
(Please support the best webcomic about a cosmic universal realignment by impaired angelic interference resulting in identity crisis angst. Or I release the pigmy water thieves.)

 

Posted

I just noticed this. Nice guide. Very thorough...updated, no doubt, as a Valentine's Day gift for the community.

One minor observation (hopefully more valid or relevant than the last one that I made on something that you posted...):

[ QUOTE ]

NetToHit = (BaseAcc) * (AccuBuffs) * (AccDebuffs) * [ BaseToHit + ToHitBuffs - ToHitDebuffs - (Defense - DefenseDebuffs) ]

[/ QUOTE ]

and

[ QUOTE ]

I am currently unaware of anything that is an accuracy debuff (and not a tohit debuff) but I'm told that they theoretically exist in CoH. In practice, the term AccDebuffs is almost always zero.

[/ QUOTE ]

are irreconcilable in obtaining anything but trival solutions in most known cases; however, the intent is obvious:

...(BaseAcc) * (1+AccuBuffs) * (1-AccDebuffs)...

or

...In practice, the term AccDebuffs is almost always one.


Anyway, brilliant work, as usual...and thanks for the Valentine.


 

Posted

[ QUOTE ]

Be forewarned: this stuff has been debated to death.


[/ QUOTE ]

I may sig this.

[ QUOTE ]
The two most common tohit buffs are build up and Aim, and both are high order tohit buff (Build Up is a 60% tohit buff, and Aim is a 100% tohit buff).

[/ QUOTE ]

This is the ONE thing I was really curious about how you got numbers for, and the ONE thing that you didn't mention. . .


Mini-guides: Force Field Defenders, Blasters, Market Self-Defense, Frankenslotting.

So you think you're a hero, huh.
@Boltcutter in game.

 

Posted

[ QUOTE ]
I just noticed this. Nice guide. Very thorough...updated, no doubt, as a Valentine's Day gift for the community.

One minor observation (hopefully more valid or relevant than the last one that I made on something that you posted...):

[ QUOTE ]

NetToHit = (BaseAcc) * (AccuBuffs) * (AccDebuffs) * [ BaseToHit + ToHitBuffs - ToHitDebuffs - (Defense - DefenseDebuffs) ]

[/ QUOTE ]

and

[ QUOTE ]

I am currently unaware of anything that is an accuracy debuff (and not a tohit debuff) but I'm told that they theoretically exist in CoH. In practice, the term AccDebuffs is almost always zero.

[/ QUOTE ]

are irreconcilable in obtaining anything but trival solutions in most known cases; however, the intent is obvious:

...(BaseAcc) * (1+AccuBuffs) * (1-AccDebuffs)...

or

...In practice, the term AccDebuffs is almost always one.


Anyway, brilliant work, as usual...and thanks for the Valentine.

[/ QUOTE ]


An error due to version changes in formula. Originally, I called the accuracy terms (1 + AccBuff) * (1 + AccDebuff) as you suggest (version 1.1 I think does that). I changed it to the simpler terms without the "1+" stuff because it was making the formulas longer without really helping the reader understand anything. Fixed for version 1.4. I've also changed the wording of that section to clarify it: there are "accuracy buffs" less than 1.0, for example the Base accuracy of AoE mez, and those are sometimes called accuracy debuffs or inherent accuracy debuffs. What I mean to say is I'm unaware of a power that either debuffs foe accuracy, or debuffs self accuracy; powers that buff or debuff targets with a buff/debuff effect all appear to be tohit buffs/debuffs regardless of their text descriptions. However, I've been told the theoretically exist in the sense that the game engine would support such a thing, but I'm unaware of any specific power that does it. This is as opposed to toxic defense, for which not only does no power offer it, it doesn't exist even theoretically in the current game engine.


[Guide to Defense] [Scrapper Secondaries Comparison] [Archetype Popularity Analysis]

In one little corner of the universe, there's nothing more irritating than a misfile...
(Please support the best webcomic about a cosmic universal realignment by impaired angelic interference resulting in identity crisis angst. Or I release the pigmy water thieves.)

 

Posted

[ QUOTE ]
[ QUOTE ]

The two most common tohit buffs are build up and Aim, and both are high order tohit buff (Build Up is a 60% tohit buff, and Aim is a 100% tohit buff).


[/ QUOTE ]


This is the ONE thing I was really curious about how you got numbers for, and the ONE thing that you didn't mention. . .


[/ QUOTE ]

I used the generally accepted numbers for blasters (technically, it should have been 66% for blasters). I'm aware this is being reopened for investigation in light of iakona's power data formulas. My long ago testing appeared to confirm Aim's +100% accuracy buff, but I have no recent testing to point to. Version 1.4 of the guide is very likely to link to the power data thread(s) for additional information about defense, tohit, etc, numbers.

The real numbers aren't that important for the particular point being made in that particular section, though, because even at iakona's lower calculated values for tohit for those two powers, they would still qualify as "high order tohit" in my opinion, which I define loosely as "higher than the total defense of SR scrappers, on the order of 30% buff or higher." As opposed to my loose definition for "extreme" tohit buffs, which is "stronger numerically that Ice tank or FF bubble defenses, on the order of 40% or higher."

You'll note how close "high" and "extreme" are in those two examples. That's a consequence of how defense works, and shouldn't be surprising: the scrapper resistance cap is "high" at 75%, and the tanker one is "really high" at 90%, even though those two are only separated by fifteen percentage points numerically.


Stacking, stacking, stacking.


[Guide to Defense] [Scrapper Secondaries Comparison] [Archetype Popularity Analysis]

In one little corner of the universe, there's nothing more irritating than a misfile...
(Please support the best webcomic about a cosmic universal realignment by impaired angelic interference resulting in identity crisis angst. Or I release the pigmy water thieves.)

 

Posted

Well, I applaud the attempt. I'm glad to see that some people can figure this out.

Frankly though:
[ QUOTE ]
Bounded[ (BaseAcc) * (AccuBuffs) * (AccDebuffs) * Bounded[ (BaseToHit + ToHitBuffs - ToHitDebuffs + Defense - DefenseDebuffs) ] ]

[/ QUOTE ]
doesn't seem to work
I calculate the just the basics and
I get:
Bounded[ (.75) * (AccuBuffs) * (AccDebuffs) * Bounded[ (.75 + ToHitBuffs - ToHitDebuffs + Defense - DefenseDebuffs) ] ] = .05

I've read through the enite post and it just makes my head hurt. I sure wish I could do this, It's really hard figureing out how to slot pets.


205723: A Different DESTINY
When Soldiers of Arachnos got their names added to the Destiny List, Longbow managed to get a copy of the list and began rounding villains up. But one name on the list shocked them...

 

Posted

[ QUOTE ]
Well, I applaud the attempt. I'm glad to see that some people can figure this out.

Frankly though:
[ QUOTE ]
Bounded[ (BaseAcc) * (AccuBuffs) * (AccDebuffs) * Bounded[ (BaseToHit + ToHitBuffs - ToHitDebuffs + Defense - DefenseDebuffs) ] ]

[/ QUOTE ]
doesn't seem to work
I calculate the just the basics and
I get:
Bounded[ (.75) * (AccuBuffs) * (AccDebuffs) * Bounded[ (.75 + ToHitBuffs - ToHitDebuffs + Defense - DefenseDebuffs) ] ] = .05

I've read through the enite post and it just makes my head hurt. I sure wish I could do this, It's really hard figureing out how to slot pets.

[/ QUOTE ]

Read more carefully as to the definition of base "to hit" and "base accuracy;" they are not the same thing, so there is the first problem. For that matter recheck your arithmetic on what you did do. Assuming that you chose appropriate identity elements (1 or 0) for all unknowns, you are off by an order of magnitude.


 

Posted

[ QUOTE ]
Read more carefully as to the definition of base "to hit" and "base accuracy;" they are not the same thing, so there is the first problem. For that matter recheck your arithmetic on what you did do. Assuming that you chose appropriate identity elements (1 or 0) for all unknowns, you are off by an order of magnitude.

[/ QUOTE ]

I'm sure my math is wrong - that's what I meant. I guess what I'm looking for is a sample formula replacing the textual definitions with real values. Cause it isn't making sense to me.

I know - I'm dumb - One would think that a masters and 15 years experience in software development would prepare me for this, but I'm at a loss.


205723: A Different DESTINY
When Soldiers of Arachnos got their names added to the Destiny List, Longbow managed to get a copy of the list and began rounding villains up. But one name on the list shocked them...

 

Posted

[ QUOTE ]
[ QUOTE ]
Read more carefully as to the definition of base "to hit" and "base accuracy;" they are not the same thing, so there is the first problem. For that matter recheck your arithmetic on what you did do. Assuming that you chose appropriate identity elements (1 or 0) for all unknowns, you are off by an order of magnitude.

[/ QUOTE ]

I'm sure my math is wrong - that's what I meant. I guess what I'm looking for is a sample formula replacing the textual definitions with real values. Cause it isn't making sense to me.

I know - I'm dumb - One would think that a masters and 15 years experience in software development would prepare me for this, but I'm at a loss.

[/ QUOTE ]

Sometime between version 1.4 and 2.0 I'm improving the description of the tohit formula so its more easy to understand, although there are absolute limitations in how easy I can make it and still be accurate, and accurate comes first.


I'm likely to use an example:


Attacker: Player
Attacking: +0 (even) minion

Player base tohit: 75%
Player slotted accuracy: 1 acc SOs: +33% acc
Player attack: Energy Blast: Power blast, no inherent accuracy adjustment, standard accuracy = 1.0
Player tohit buff: Aim +100% (assuming Aim is 100%, it might not be)

Target Defense: 15%


Net tohit: Bounded [ (1.0) * (1.33) * Bounded [ 0.75 - 0.15 + 1.00 ] ] = Bounded [ (1.0) * (1.33) * Bounded [ 1.60 ] ] = Bounded [ (1.0) * (1.33) * 0.95 ] = Bounded[ 1.26 ] = 95%


Attacker: Player
Attacking: +2 minion

Player base tohit: 56% (normally 75% against even con)
Player slotted accuracy: 2 acc SOs: +67% acc
Player attack: Martial Arts thunder kick: +10% inherent Martial Arts accuracy, acc bonus = 1.1
Player tohit buff: tactics +8% (number picked arbitrarily just for example purposes)

Target Defense: 15%


Net tohit: Bounded [ (1.1) * (1.67) * Bounded [ 0.56 - 0.15 + 0.08 ] ] = Bounded [ (1.1) * (1.67) * Bounded [ 0.49 ] ] = Bounded [ 0.90 ] = 90%


[Guide to Defense] [Scrapper Secondaries Comparison] [Archetype Popularity Analysis]

In one little corner of the universe, there's nothing more irritating than a misfile...
(Please support the best webcomic about a cosmic universal realignment by impaired angelic interference resulting in identity crisis angst. Or I release the pigmy water thieves.)