Dragon Age Wiki
Advertisement
Dragon Age Wiki
This is the talk page for discussing improvements to the Combat mechanics (Origins) article.
  • General discussions not pertaining to the improvement of the article should be held in Discussions instead.
  • Put new text under old text. Click here to start a new topic.
  • Please sign and date your posts by typing four tildes! (~~~~)
  • Do not edit another editor's comment.

This article is going to be stubby for a bit, as I'm gathering all the formulas necessary from the game code.

--Various Pickles 18:58, November 30, 2009 (UTC)

Elemental Effects[]

The game itself mentions that lightning damage reduces target's stamina/mana. Whats the formulae? Do the other Elements have effects too? Does a weapon with a Ice damage rune slow a target? Does Flame weapons and Ice weapons spells apply effects? If not, why does fire add twice as much damage?

41.135.104.94 (talk) 01:07, October 12, 2011 (UTC) borgrel

Shatter chance[]

Is shatter chance for spells the same as criticals? thank you if you can indicate clairification in the article. Also I do not see a shatter chance for normal mode, just easy, hard and nightmare. Based of the code alone, that means normal's chance is 1.0. (maybe that's why I'm getting so many shatters on normal mode? I kinda doubt it though, although the chance does seem higher than 50%...) --24.79.157.56 04:14, December 1, 2009 (UTC)

I probably screwed something up - I'll take a look. --Various Pickles 05:01, December 1, 2009 (UTC)

Fixed. --Various Pickles 05:11, December 3, 2009 (UTC)

Does anything increase hit rate? Or u have to cut down the opponents armor?

If you mean how often you will hit something, then strength and/or dexterity do (depending on weapon).

Attack Speed[]

Attack speed is derived from the attack speed of the current combat style plus the attack speed mods of all equipped weapons. I know 100% for certain that the attack speed for dual wielding is 1.5 seconds, and I think that 1 handed weapons are also 1.5s. I'm not sure about 2h or bows. I think bows also have 'aiming time' on top of that for the first shot fired. Not 100% sure on aim time, but I am sure about the rest of it.

Dual wielding is done kind of strange - the character alternates hands every attack interval. So if you're dual wielding maces (speed 0) you'd swing with the main hand first, then 1.5 seconds later you'd swing with the off hand. Because daggers have -0.5 attack speed, dual wielding daggers results in ridiculous 0.5 second attack intervals, compared to dual wielding longswords or axes with 1.3 attack intervals.

Attack speed modifiers I'm not sure about. I'm not sure whether they use speed/(1+mod) or if they use speed*(1-mod). I'm passing this info on though so someone can do more detailed testing. I'm fairly certain that individual mods are multiplicative, eg. give somewhat diminishing returns. I've heard that there is also an attack speed floor, and the devs claimed that a speed of 0.3s would break the dual wielding animation. 67.160.173.153 03:44, December 8, 2009 (UTC)

Reduce movement speed?[]

Is this as useless as it sounds? Or are skill and spell speeds also reduced? If so, by how much?

Frozen Status?[]

One mechanic that is unclear: Frozen. What status is this in the game code? Since there is no "Frozen" listed under the tactics options for enemy status would it then be considered Paralyzed? ie: how would one do AI tactics: Winter's Grasp -> Stonefist

No, I believe it is a petrify, since it can be used for Shattering.  Hollowness | Talk | Contr 21:19, January 26, 2010 (UTC)
(Console version) Under AI tactics -> Enemy -> Status there are the following options: Can't attack, Charmed, Paralyzed, Stunned, Sleeping, Knockdown, Rooted, Disoriented, Slowed, Grabbed, Grabbing, Immobilized, Movement impaired. I was trying to figure out which of these applied to Frozen (if any). Jmjimmy 21:55, January 26, 2010 (UTC)

Spell resistance[]

The main page states,

In nightmare mode, mobs have a base spell resistance of 10%. In easy mode, -10%.

I checked difficulty.gda and it says SR is actually increased by 5% for nightmare, not 10%. WRFan 15:29, May 12, 2010 (UTC)

Resistance formula[]

The main page lists the resistance check formula, but it doesn't explain much. Let me explain in simple words how the game checks if a saving throw is successful.

1)Every creature in the game has a mental and physical resistance. Probably based on main attributes and modified by any abilities they have.

2)The game takes this number and subtracts from it the attacking attribute MODIFIER. If it's strength, then it's strength-10, but, check this out, if it's spellpower (in case of spells like Horror), it's also spellpower-10! Which is a bug, since spellpower in itself is already the Magic attribute modifier (your Magic score-10), so subtracting another 10 from it is wrong. So if your BASE spellpower is 30 (derived from your Magic score 40), the game will actually use 20 in its calculations (plus any bonuses that give you a spellpower bonus, which are unaffected by the bug).

3) Now the game checks for level difference between the attacker and its target (may be a negative number if the enemy has higher level than your party member). It multiplies this number by 5 (which is a pre-defined RESISTANCE_LEVEL_MODIFIER). This number is further subtracted from the enemy resistance.

4) Finally, the game adds the rank modifier to the enemy's resistance. The rank modifier is not based on game difficulty as far as I can tell. It's simply based on the rank of the enemy (boss, elite boss, critter or whatever). For example, the rank modifier for a boss is 20, for an elite boss 30 (checked on nightmare difficulty). The game takes these numbers from autoscale.gda and I think it uses this 2da file for all game difficulties. Probably wasn't supposed to work this way initially. I think the idea was to use different tables for different game difficulties, but as far as I can tell, the game uses only this 2da file. Not sure though. Can only vouch for nightmare difficulty.

5) In the end, the game generates a random roll between 0 and 100. This number must be higher than the final resistance as modified by everything listed above. If the roll is higher, the enemy's saving throw fails. Which means, your goal should be to get the enemy's saving throw (resistance) to a negative number, because any roll result between 0 and 100 will be higher than any negative number, even if you are really lucky and get a roll of 0 or 1, lol.

Formula:

fResistance=fResistance-spellpower-(5*nLevelDifference)+fRankModifier;

Example:

Enemy is Boss, has a mental resistance of 33 and level 9. Player has spellpower 62 (so spellpower modifier is 52 due to the bug described above) and is level 8. Calculation:

33-52-(5*-1)+20=6

This means the enemy has a 6% chance to save itself from your spells. It will save itself if the game rolls numbers 0,1,2,3,4,5, because these 6 numbers are smaller than the final resistance as calculated above. So you have two possibilities here - either fix the bug that uses the spellpower modifier instead of the actual spellpower score (check sys_resistances_h.nss and spell_singletarget.nss) or get your spellpower to a higher number. Hope this helps. WRFan 17:24, May 25, 2010 (UTC)

Elemental damage bonus is capped at 25%[]

It seems elemental damage bonus is capped at 25% at most. I equipped several items that give you a bonus to spirit damage (30%), hit an enemy with a spell, it deals just as much damage as if the PC had 25%. So any bonus over 25% seems to be lost. So if you have a quarterstaff that gives you 10% spirit damage, gloves that give 10% and two rings that give you 5% each, then it's pointless to equip both rings, since 5% will be lost anyway. Since spellpower is not capped, equip one ring that gives you bonus spirit damage and equip another ring that gives you spellpower bonus. This way you can maximize the damage dealt when hitting enemies with spirit spells. Same goes probably for any other elemental damage. Could others please check and verify this? If it's true, it should be added to the Wiki.

Besides, don't forget that you can swap items in combat. So maximize your spellpower first when hitting enemies with hexes, then maximize your bonus damage right before hitting enemies with elemental spells, even at the cost of spellpower, because bonus damage has higher value than higher spellpower (unless it's spells like hexes or mana drain that don't deal damage by themselves, then spellpower is the important attribute). This way you can deal maximum damage (I dealt over 1200 points damage to the Sloth Demon (final arcane form), mana clashing him - first 2 hexes at maximized spellpower 88, then Mana Clash at spellpower 84+25% spirit bonus damage). You'll be swapping items like mad in combat, but it's worth it. WRFan (talk) 16:27, June 12, 2010 (UTC)

Emm, sorry, must have slept through math at school, the elemental damage bonus is capped at 30%, not 25. Tested with nature damage bonus as well by now, same story, any bonus damage above 30% is wasted. WRFan (talk) 22:40, July 3, 2010 (UTC)

Frozen/Paralized = Harder to hit?[]

Why is it that when an enemy is frozen or paralized it seems that they are harder to hit? --76.204.6.158 (talk) 08:39, June 17, 2010 (UTC)

  • Don't think so. I think you just notice the miss more, since the target is stationary. There should be an attack bonus on frozen targets, 99% chance or something 203.59.109.205 (talk) 14:40, September 19, 2010 (UTC)

A bow cannot be used to backstab...[]

Bregan's Bow is listed as having +10 critical/backstab damage.(PC normal difficulty)

Is this wrong, or just a poorly written/lazy description in game?

203.59.109.205 (talk) 14:41, September 19, 2010 (UTC)

+X% Chance to Dodge Attacks. How it works?[]

Please explain to me the mechanics of a "chance to dodge attacks". Which attribute it interacts and in which calculations involved? For example, Fade Shroud ability (+25% Chance to Dodge Attacks) means [Defense* 1.25]?--188.130.185.39 (talk) 22:30, September 22, 2010 (UTC)

Dodge has nothing to do with the Defense stat. 100% dodge means you will dodge all attacks, no matter what defense you have (of course attacks like grabs, overwhelms with autohit property will still hit you).

So it's a seperate dodge chance and ignores the attacker's attack value? 149.171.41.140 (talk) 21:44, December 29, 2014 (UTC)

Target Rank Duration Modifier[]

The "Target Rank Duration Modifier" can be seen all over the place, but the wiki seems to lack any information as to what it actually is. Anybody know?--63.95.218.254 (talk) 14:58, February 2, 2011 (UTC)

Critical Hit[]

I cant find in the article an exact definition of "when does a critical hit occur?" There is a lot of information about the damage, but not about the prerequisites. Does it depend on attack rolls, as in some other games? Or on independent percental chances? I suggest an extra heading "Critical hit". The article "critical hit" redirects to this article, but this redirection is something like an dead end. --89.247.164.74 (talk) 13:41, April 24, 2012 (UTC)


Damage Formulas: Weapon Damage[]

In the "attribute (origins)" pages says that "Each point of Strength increases damage by ~0.6 points from all weapons, except crossbows and magic staves. 0.3 points to each weapon when dual wielding." and that DEX "exterity adds 0.2 points damage to each dagger when dual wielding" but in the formulas the attributes only affect the damage in the "AttributeBasedDmg" variable (excluding talents that depend on attributes, like song of courage). Shouldn't the 0,6 damage from STR (e.g.) be added somewhere??? It doesn't make sense STR and DEX give different damage according to the attribute pages when the only formula where they apply is:

For weapons that use 2 attributes: AttributeBasedDmg = 0.5 * [Attribute Value1 + Value2 - 20] * [Weapon Attribute Modifier] * [Weapon Style Modifier] ----> and in here STR and DEX have the same "effect" (50/50)



In regards to +critical damage. The cap is 200%. Voice of Velvet gives 100%. A DW stacking Intensifying Runes (which is what you will pretty much do) will get 6 Intensifying Runes and 20% +critical damage a piece (+120% critical damage). Therefore, if you are running Voice of Velvet and 6 Intensifying Runes you are already at 220% and therefore should maximize your main attack stat in regards to choosing all other gear.


Does anyone know what exactly the Weapon Style Modifiers are? They are listed as being "between 50% and 75%" for single/s&b/2-hander, but I've never seen it confirmed what the exact modifiers are?

Critical hits vs backstabs[]

If i'm reading the description correctly, this means that critical hits actually do less damage than backstabs as backstabs will have additional damage from talents like lacerate? And you cannot have an attack count as both a backstab and critical? (for the damage bonus from backstabbing + critical) 149.171.41.140 (talk) 21:46, December 29, 2014 (UTC)

Does Dodge still work when disabled?[]

If a character is stunned, knocked down, caught in a web, paralyzed, being "Grabbed" or "Overwhelmed," does dodge chance on items still apply? Logically, you shouldn't be able to dodge if you're currently held by an ogre and being beat to a pulp but it's a video game and maybe it still works? I'm not looking for a logical answer. I just want to know how the game treats these cases. Thanks! --HolyGuardian80 (talk) 05:09, November 1, 2019 (UTC)

Dodge still works even if it doesn't make sense from a "logical standpoint". Combat mechanics are generally meant to make this game balanced and fair to the player, and on the outside to look logical and normal. Na via lerno victoria 11:02, November 1, 2019 (UTC)
That's good to know! So it's worth my while to keep Spellward on when I'm being overwhelmed or grabbed even if there are no enemy mages around. --HolyGuardian80 (talk) 11:33, November 1, 2019 (UTC)

Attack speed of staves[]

The article says that for staves base duration is 0.3s and aim delay is 0.1s, but also that on average each staff attack takes about 1.5s. This seems contradictory, it looks like the duration of each attack is the sum of the base duration and the aim delay. Does someone know how this works? Alonshow (talk) 22:47, 28 December 2020 (UTC)

Merge and/or split (but without disambiguation page)[]

Combat and Combat mechanics (Origins) already had overlapping information and/or would be better in one article. Also this article could have some more of it's sub sections have their own pages (Armor penetration, Attack (as in attack rating/hit rate), Attack speed (Origins), Damage, etc.). Perhaps this could be a master overview page and the more lengthy sub sections can have their own articles?  Hollowness | Talk | Contr 05:51, 21 June 2022 (UTC)

I am in favor of a merge. In the (Origins) version. Na via lerno victoria 17:48, 22 December 2022 (UTC)
Advertisement