Editing User:NtCarlson/Sandbox

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 36: Line 36:
* The number of damage instances can grow exponentially with the number of '''damage rider sources'''. For example, if you {{SAI|Sneak Attack}} a {{Cond|Burning}} target with the {{RarityItem|Firestoker}}, you will create 4 independent damage instances: the base attack, the sneak attack, '''Burned Alive''' triggered by the base attack, and '''Burned Alive''' triggered by the sneak attack. If you add {{SAI|Phalar Aluve: Shriek}}, this will increase to 8 '''DRS''' instances since Shriek will be triggered by each of the 4 preceding instances.
* The number of damage instances can grow exponentially with the number of '''damage rider sources'''. For example, if you {{SAI|Sneak Attack}} a {{Cond|Burning}} target with the {{RarityItem|Firestoker}}, you will create 4 independent damage instances: the base attack, the sneak attack, '''Burned Alive''' triggered by the base attack, and '''Burned Alive''' triggered by the sneak attack. If you add {{SAI|Phalar Aluve: Shriek}}, this will increase to 8 '''DRS''' instances since Shriek will be triggered by each of the 4 preceding instances.


== Weapon riders ==
== Weapon riders (<code>CharacterWeaponDamage()</code>, etc.) ==
This category of damage increasing abilities applies only to your weapon (or unarmed) attack damage and nothing else.
This category of damage increasing abilities applies only to your weapon (or unarmed) attack damage and nothing else.
One weapon attack will apply each '''weapon rider''' exactly once.
One weapon attack will apply each '''weapon rider''' exactly once.
Line 47: Line 47:
If a damage boost is not listed in one of the sections below, assume that it is a '''weapon rider''' by default.
If a damage boost is not listed in one of the sections below, assume that it is a '''weapon rider''' by default.


== Damage riders ==
==Damage Riders (<code>DamageBonus()</code>) ==
Unlike '''weapon riders''', '''damage riders''' can "ride" on damage sources other than weapon or unarmed damage.
Unlike '''weapon riders''', '''damage riders''' can "ride" on damage sources other than weapon or unarmed damage.
This makes them more flexible and potentially abusable than basic '''weapon riders'''.
This makes them more flexible and potentially abusable than basic '''weapon riders'''.
Line 199: Line 199:
The top 5 '''damage riders''' in the above list are '''universal'''. They will apply to any damage instance, even ones '''detached''' from a spell or attack. All the other '''damage riders''' involve conditions like <code>IsSpell()</code> or <code>IsMeleeAttack()</code> so any damage instance that is not a part of a spell or weapon attack cannot be boosted by these non-'''universal damage riders'''. Status effect damage like {{Cond|Simple Toxin}} is an example of damage '''detached''' from any attack or spell that can only be boosted by '''universal damage riders'''. See below for a more detailed discussion of '''detached''' damage instances.
The top 5 '''damage riders''' in the above list are '''universal'''. They will apply to any damage instance, even ones '''detached''' from a spell or attack. All the other '''damage riders''' involve conditions like <code>IsSpell()</code> or <code>IsMeleeAttack()</code> so any damage instance that is not a part of a spell or weapon attack cannot be boosted by these non-'''universal damage riders'''. Status effect damage like {{Cond|Simple Toxin}} is an example of damage '''detached''' from any attack or spell that can only be boosted by '''universal damage riders'''. See below for a more detailed discussion of '''detached''' damage instances.


== Damage rider sources ==
== Damage rider sources (<code>DealDamage())</code> ==
Damage bonus implemented with <code>DealDamage()</code> (i.e. '''Damage rider sources''') are the underlying cause for much of the unintuitive damage mechanics in Baldur's Gate 3.
Damage bonus implemented with <code>DealDamage()</code> (i.e. '''Damage rider sources''') are the underlying cause for much of the unintuitive damage mechanics in Baldur's Gate 3.


Line 214: Line 214:
**When standing in a Burning surface, the {{RarityItem|Amulet of Elemental Torment}} will effectively add a {{DamageText|1d4|Fire}} '''DRS'''. The amulet's effect doesn't call <code>DealDamage()</code> directly, but instead calls <code>ApplyStatus(BURNING)</code>. On application, the {{Cond|Burning}} status effect calls <code>DealDamage()</code> immediately.
**When standing in a Burning surface, the {{RarityItem|Amulet of Elemental Torment}} will effectively add a {{DamageText|1d4|Fire}} '''DRS'''. The amulet's effect doesn't call <code>DealDamage()</code> directly, but instead calls <code>ApplyStatus(BURNING)</code>. On application, the {{Cond|Burning}} status effect calls <code>DealDamage()</code> immediately.
**To apply its {{DamageText|1d4|Thunder}} damage, the {{RarityItem|Punch-Drunk Bastard}} calls <code>CreateExplosion()</code> which then calls <code>DealDamage()</code>.
**To apply its {{DamageText|1d4|Thunder}} damage, the {{RarityItem|Punch-Drunk Bastard}} calls <code>CreateExplosion()</code> which then calls <code>DealDamage()</code>.
The practical difference between '''attached''' and '''detached''' '''DRS''' sources is that some '''damage rider''' effects will not apply to '''detached''' sources. For example, the {{DamageText|1d4|Fire}} damage instance from the Amulet of Elemental Torment is detached from the spell cast and thus will not get boosted by '''damage riders''' like the [[Potent Robe]] or [[Elemental Affinity: Damage]] which explicitly apply only to spell/cantrip attacks. It will, however, be boosted by more '''universal''' damage riders like [[Arcane Charge (Condition)|Arcane Charge]].
The practical difference between '''attached''' and '''detached''' '''DRS''' sources is that some '''damage rider''' effects will not apply to '''detached''' sources. For example, the {{DamageText|1d4|Fire}} damage instance from the Amulet of Elemental Torment is detached from the spell cast and thus will not get boosted by '''damage riders''' like {{RarityItem|Potent Robe}} or {{SAI|Elemental Affinity: Damage}} which explicitly apply only to spell/cantrip attacks. It will, however, be boosted by more '''universal''' damage riders like {{Cond|Arcane Charge}}.


=== DRS effects from class features ===
=== Additional DRS effects from class features ===
This is a list of class features that provide additional '''damage rider sources''' to attacks or spells.
This is a list of class features that provide additional '''damage rider sources''' to attacks or spells.
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%; text-align:center;"
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%; text-align:center;"
Line 240: Line 240:
Also applies to all other Smite variants.
Also applies to all other Smite variants.
|-
|-
|{{nowrap|{{SAI|Combat Inspiration}}}}<ref name="ci"/>
|{{nowrap|{{SAI|Combat Inspiration}}}}
|Level 3<br>{{nowrap|{{Class|College of Valour|noparent=yes}}}}
|Level 3<br>{{nowrap|{{Class|College of Valour|noparent=yes}}}}
|'''1d6''', '''1d8''', or '''1d10'''
|'''1d6''', '''1d8''', or '''1d10'''
Line 288: Line 288:
<references>
<references>
<ref name="once-per-turn">If you attack outside of turn-based mode (for example, when initiating combat), the once-per-turn limitation is ignored.</ref>
<ref name="once-per-turn">If you attack outside of turn-based mode (for example, when initiating combat), the once-per-turn limitation is ignored.</ref>
<ref name="ci">{{SAI|Combat Inspiration}} currently has a bug that may prevent reapplying the buff after it has been used. Refer to [[Combat Inspiration#Notes|Notes]] for details.</ref>
</references>
</references>


=== DRS effects from weapons ===
{{SAI|Combat Inspiration}} is currently bugged. When a buffed character expends the granted {{resource|bi}} on anything other than '''Valiant Roll''' (bonus to Ability Check rolls), the '''Combat Inspiration''' buff is not removed. This leaves the recipient in a state where they have a non-functional buff that prevents '''Combat Inspiration''' from being reapplied.
This can be worked around by enabling '''Valiant Roll''' and performing an action that uses an ability check like {{SAI|Shove}}. This will remove the lingering '''Combat Inspiration''' buff.
 
On the other hand, this bug can work in your favor. If you apply '''Combat Inspiration''' to another Bard, the recipient can continue to use '''Valiant Damage''' on each attack without having to reapply the buff until they run out of {{resource|bi|forceplural=yes}}.
 
=== Additional damage rider sources attached to ordinary weapon attacks ===
This is a list of weapons that can get bonus '''attached''' '''damage rider sources''' with ordinary attacks. Since these damage instances are attached to a weapon attack, they will be boosted by applicable '''damage riders'''.
This is a list of weapons that can get bonus '''attached''' '''damage rider sources''' with ordinary attacks. Since these damage instances are attached to a weapon attack, they will be boosted by applicable '''damage riders'''.
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%;"
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%;"
Line 346: Line 350:
|[[Proficiency Bonus]] {{DamageType|Necrotic}}
|[[Proficiency Bonus]] {{DamageType|Necrotic}}
|Requires and consumes a [[Reaction (Resource)|reaction]]; only applies while equipped in the main hand
|Requires and consumes a [[Reaction (Resource)|reaction]]; only applies while equipped in the main hand
|}This is a list of weapons that can trigger bonus '''detached''' '''damage rider sources''' with ordinary attacks. Weapon attack related '''damage riders''' will not apply to these extra damage instances since they are not directly attached to a weapon attack. Only the '''universal''' '''damage riders''' will apply.
|}
 
=== Additional detached damage rider sources triggered by ordinary weapon attacks ===
This is a list of weapons that can trigger bonus '''detached''' '''damage rider sources''' with ordinary attacks. Weapon attack related '''damage riders''' will not apply to these extra damage instances since they are not directly attached to a weapon attack. Only the '''universal''' '''damage riders''' will apply.
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%;"
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%;"
|+Extra '''detached''' '''damage rider''' '''sources''' from ordinary weapon attacks
|+Extra '''detached''' '''damage rider''' '''sources''' from ordinary weapon attacks
Line 366: Line 373:
|}
|}


=== DRS effects from weapon actions ===
=== Additional damage rider sources attached to weapon actions ===
This is a list of '''damage rider sources''' from special [[Weapon actions]]. These sources are inherently more limited by nature of being once-per-short-rest actions.
This is a list of '''damage rider sources''' from special [[Weapon actions]]. These sources are inherently more limited by nature of being once-per-short-rest actions.
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%;"
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%;"
Line 421: Line 428:
|}
|}


=== DRS effects for spells ===
=== Additional damage rider sources that can apply to spells ===
There are a limited number of '''DRS''' effects that work with spells or cantrips, particularly '''attached''' effects. However, many spells have built in ways of dealing multiple damage instances. For example:
There are a limited number of '''DRS''' effects that work with spells or cantrips, particularly '''attached''' effects. However, many spells have built in ways of dealing multiple damage instances. For example:
* Multi-hit spells like {{SAI|Magic Missile}} or {{SAI|Scorching Ray}} deal separate damage instances for each projectile.
* Multi-hit spells like {{SAI|Magic Missile}} or {{SAI|Scorching Ray}} deal separate damage instances for each projectile.
Line 454: Line 461:
|}
|}
In Patch 3, {{SAI|Sneak Attack}} could apply to attack roll spells, but this was changed in Patch 4.
In Patch 3, {{SAI|Sneak Attack}} could apply to attack roll spells, but this was changed in Patch 4.
Below is a list of '''DRS''' effects that work with spells, but create '''detached''' damage instances.
Again, the only way to boost these damage instances is with the '''universal damage riders'''.
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%;"
|+Extra '''detached''' '''damage rider sources''' that work with spells
!Source
!Damage Bonus
!Notes
|-
|{{nowrap|{{RarityItem|Amulet of Elemental Torment}}}}
|{{DamageText|1d4|Fire}} or {{DamageText|1d4|Acid}}
|The wearer must be standing in a [[Fire Surface]] or in [[Caustic Brine]]. Spell damage will inflict {{Cond|Burning}} or {{Cond|Caustic Brine}} respectively which will immediately apply the first tick of '''1d4''' damage.
|-
|{{nowrap|{{Cond|Gaping Wounds}}}}
|{{DamageText|2|Piercing}}
|Does not work with spells or abilities that use a {{Saving throw}} rather than an {{Attack roll}}.
|}


== Glossary ==
== Glossary ==
Please note that all contributions to Baldur's Gate 3 Wiki are considered to be released under the CC BY-NC-SA license, except when noted otherwise (see BG3Wiki:Copyrights for details). If you do not want your writing to be edited and redistributed at will, do not submit it here. Per our Content Rules, you are promising that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)