Difference between revisions of "Auxiliary attack"

From CrawlWiki
Jump to: navigation, search
m (Bump version)
(relevant commit 3a1cdb9d3126c0381b3290d3430a0cbe1dfa7444 and a couple after)
Line 1: Line 1:
{{version027}}
+
{{version028}}
 
'''Auxiliary attacks''' are additional attacks that you occasionally perform during melee combat. These randomly trigger along with your standard melee attacks, inflicting moderate additional damage and occasionally causing other effects as well. Apart from off-hand punches, these attack ''do not'' receive any benefit from your [[Unarmed Combat]] skill, but do still benefit from [[Fighting]] skill and [[strength]]. Base damage is instead based upon such factors as the particular limb involved, your innate and acquired [[mutation]]s, and certain equipment. Because characters with access to many auxiliary attacks can activate multiple ones per turn, effects that provide flat bonuses to damage such as [[Might]] and [[slaying]] are very effective.
 
'''Auxiliary attacks''' are additional attacks that you occasionally perform during melee combat. These randomly trigger along with your standard melee attacks, inflicting moderate additional damage and occasionally causing other effects as well. Apart from off-hand punches, these attack ''do not'' receive any benefit from your [[Unarmed Combat]] skill, but do still benefit from [[Fighting]] skill and [[strength]]. Base damage is instead based upon such factors as the particular limb involved, your innate and acquired [[mutation]]s, and certain equipment. Because characters with access to many auxiliary attacks can activate multiple ones per turn, effects that provide flat bonuses to damage such as [[Might]] and [[slaying]] are very effective.
  
In order to trigger an auxiliary attack you need to have the appropriate mutation, have the body part free, and pass a <code>1 + str + dex > 1d50</code> check. There are three exceptions to this rule:
+
In order to trigger an auxiliary attack you need to have the appropriate mutation, have the body part free, and pass a check  <code>30 + XL <= 1d60</code>. There are two exceptions to this rule:
*The offhand punch, which does not require any mutation, but you need to pass <code>UC >= 1d20</code> and <code>2 >= 1dAdjusted Body Armour Penalty</code>. Wielding a [[shield]] or 2-handed weapon prevents this.
+
*Constriction completely ignores this test.
*Octopodes' tentacle-slap requires <code>UC >= 1d20</code>. Also, octopodes can tentacle-slap even while wielding a 2-handed weapon or using a shield.
+
*The offhand punch, which does not require any mutation, but has a different test. Assuming your offhand is free, at 0 [[UC]] you have a 5% chance to pass a punch, which scales to 50% at 27 UC. [[Octopode]]s' tentacle slap works the same way, though does not require a free "hand" to do so.  
*Constriction ignores the str/dex test.
 
  
 
If the previous tests are passed, the probabilities for each auxiliary attack can be found in the table below.
 
If the previous tests are passed, the probabilities for each auxiliary attack can be found in the table below.
Line 49: Line 48:
  
 
==History==
 
==History==
 +
*Prior to [[0.28]], aux attacks other than the offhand punch required an inital pass of <code>1 + str + dex > 1d50</code>, and the offhand punch required to pass both <code>UC >= 1d20</code> and <code>2 >= 1dAdjusted Body Armour Penalty</code>. Octopodes also had an extra chance to do an offhand tentacle slap.
 
*Prior to [[0.17]], headbutts had a chance to stun, hooves partially bypassed AC, and claws caused [[bleeding]].
 
*Prior to [[0.17]], headbutts had a chance to stun, hooves partially bypassed AC, and claws caused [[bleeding]].
 
*In earlier versions of ''Crawl'', all auxiliary attacks were more effective if you had a high Unarmed Combat skill, making it a valuable skill for any character designed for melee combat.
 
*In earlier versions of ''Crawl'', all auxiliary attacks were more effective if you had a high Unarmed Combat skill, making it a valuable skill for any character designed for melee combat.
  
 
[[Category:Combat]]
 
[[Category:Combat]]

Revision as of 22:05, 11 February 2022

Version 0.28: This article may not be up to date for the latest stable release of Crawl.

Auxiliary attacks are additional attacks that you occasionally perform during melee combat. These randomly trigger along with your standard melee attacks, inflicting moderate additional damage and occasionally causing other effects as well. Apart from off-hand punches, these attack do not receive any benefit from your Unarmed Combat skill, but do still benefit from Fighting skill and strength. Base damage is instead based upon such factors as the particular limb involved, your innate and acquired mutations, and certain equipment. Because characters with access to many auxiliary attacks can activate multiple ones per turn, effects that provide flat bonuses to damage such as Might and slaying are very effective.

In order to trigger an auxiliary attack you need to have the appropriate mutation, have the body part free, and pass a check 30 + XL <= 1d60. There are two exceptions to this rule:

  • Constriction completely ignores this test.
  • The offhand punch, which does not require any mutation, but has a different test. Assuming your offhand is free, at 0 UC you have a 5% chance to pass a punch, which scales to 50% at 27 UC. Octopodes' tentacle slap works the same way, though does not require a free "hand" to do so.

If the previous tests are passed, the probabilities for each auxiliary attack can be found in the table below.

Auxiliary Attack Base Damage

Condition Damage Chance Special
Offhand Punch 5 + UC/2 33% Wielding a shield prevents this, improves with Unarmed Combat skill
Offhand Punch w/ Claws +1d3 × (Claws ranks) 33% Negated by Blade Hands or by wearing gloves
Offhand Punch w/ Blade Hands +6 33% Negates claws
Headbutt 5 + 3 × (Horns ranks) 66% Minotaurs occasionally counter enemy attacks that miss with this.
Peck 6 66% -
Kick w/ Hooves 5 + (5/3) × (Hooves ranks) 100%
Kick w/ Talons 6 + (Talons ranks) 100% Wearing boots negates this
Tail Slap 6 50% Grey draconians in deep water can push back their enemies
Tail Slap w/ Stinger +1/3/5 (determined by Stinger ranks) 50% Venom
Bite w/ Fangs 2 × (Fangs ranks) +1 for every 5 STR beyond 10 40% Bloodless vampires have a vampiric bite
Bite w/ Acidic Bite + 2d4 acid splash 40% Corrosion
Bite w/ Anti-magic Bite 2 × (Fangs ranks) + XL/3 100% Anti-magic, Vine Stalker only
Pseudopods 4 × (Pseudopods rank) 66% -
Tentacle spike 5 + (Tentacle Spike rank) 100% -
Tentacle Slap 5 + UC/2 50% Octopodes' equivalent to the offhand punch
Tentacles (squeeze) 12 66% -
Constriction 0 100% Constriction

History

  • Prior to 0.28, aux attacks other than the offhand punch required an inital pass of 1 + str + dex > 1d50, and the offhand punch required to pass both UC >= 1d20 and 2 >= 1dAdjusted Body Armour Penalty. Octopodes also had an extra chance to do an offhand tentacle slap.
  • Prior to 0.17, headbutts had a chance to stun, hooves partially bypassed AC, and claws caused bleeding.
  • In earlier versions of Crawl, all auxiliary attacks were more effective if you had a high Unarmed Combat skill, making it a valuable skill for any character designed for melee combat.