Ad placeholder

Extra Attack: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 10: Line 10:


* The initial Attack needs to cost an {{SmallIcon|Action Icon.png}} [[Resources#Common Resources|Action]] for '''Extra Attack''' to trigger;  
* The initial Attack needs to cost an {{SmallIcon|Action Icon.png}} [[Resources#Common Resources|Action]] for '''Extra Attack''' to trigger;  
** Therefore {{SmallIcon|Bonus Action Icon.png}} [[Resources#Common Resources|Bonus Action]]s (like {{SAI|Off-Hand Attack (Melee)|Off-hand Attack}}, {{SAI|Flurry of Blows}}, [[Great Weapon Master: Bonus Attack]], [[Eldritch Knight]]'s [[War Magic]]) or {{SmallIcon|Reaction Icon.png}} [[Resources#Common Resources|Reaction]]s (like {{SAI|Opportunity Attack}} or {{SAI|Riposte}}) do not qualify.
** Therefore {{SmallIcon|Bonus Action Icon.png}} [[Resources#Common Resources|Bonus Action]]s (like {{SAI|Off-Hand Attack (Melee)|Off-hand Attack}}, {{SAI|Flurry of Blows}}, [[Great Weapon Master: Bonus Attack]], [[Eldritch Knight]]'s [[War Magic]]) or {{SmallIcon|Reaction Icon.png}} [[Resources#Common Resources|Reaction]]s (like {{SAI|Opportunity Attack}} or {{SAI|Riposte}}) do not qualify, but [[Greater Kushigo Counter]] can trigger extra attack if it is triggered on players turn via opportunity strike.
** Any attack that uses a weapon, unarmed, or throwing attack roll can trigger, and be affected by '''Extra Attack'''. There are also some other abilities that are explicitly coded to work:{{ref|name=Extra Attack Code|This information can be found in the definition of <code>ExtraAttackSpellCheck()</code> in <code>Game/scripts/thoth/CommonConditions.khn</code> obtained from unpacking <code>Game.pak</code>. (See [[Modding:Unpacking_and_converting_files]]).}}
** Any attack that uses a weapon, unarmed, or throwing attack roll can trigger, and be affected by '''Extra Attack'''. There are also some other abilities that are explicitly coded to work:{{ref|name=Extra Attack Code|This information can be found in the definition of <code>ExtraAttackSpellCheck()</code> in <code>Game/scripts/thoth/CommonConditions.khn</code> obtained from unpacking <code>Game.pak</code>. (See [[Modding:Unpacking_and_converting_files]]).}}
*** {{SAI|Commander's Strike}}{{ref|name=Extra Attack Code|}}
*** {{SAI|Commander's Strike}}{{ref|name=Extra Attack Code|}}

Revision as of 09:32, 3 July 2024

See also the Warlock Warlock version Deepened Pact: Extra Attack Deepened Pact: Extra Attack
Extra Attack.webp

Extra Attack is a passive feature that allows you to make an additional attack when making an Attack Action.

Description

You can make an additional free attack after making an unarmed or weapon attack.

How to learn

Classes:

Notes

Non-Honour mode

The notes below are changed to specifically not work in the Honour mode difficulty. They still work in Explorer, Balanced and Tactician:

References

  1. 1.0 1.1 1.2 1.3 This information can be found in the definition of ExtraAttackSpellCheck() in Game/scripts/thoth/CommonConditions.khn obtained from unpacking Game.pak. (See Modding:Unpacking_and_converting_files).