Throw: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
m (add cat)
(Remove up-to-date template. (automated edit))
(15 intermediate revisions by 9 users not shown)
Line 1: Line 1:
[[File:Throw Icon.png|right|frameless]]
{{ActionPage
[[Category:Actions]][[Category:Common Actions]]
| summary = '''Throw''' is a common [[Action]] that allows the user to throw certain [[Weapon]]s, [[Consumables]], environmental objects, and even other creatures.
'''Throw''' is an [[Action]] that allows the user to throw certain [[Weapon]]s, [[Consumables]], environmental objects, and even other creatures.
| description = Throw a character or item from the world or your inventory.
 
== Description==
Throw an item or creature.


Your [[Strength]] affects how much weight you can throw. Heavier items deal more damage.
Your [[Strength]] affects how much weight you can throw. Heavier items deal more damage.


The damage of Thrown [[Weapons]] is the same as the weapon's melee damage.
The damage of weapons with the [[thrown]] property is the same as the weapon's melee damage.
 
| image = Throw.webp
== Properties ==
| cost = action
{{InfoBlob|{{action}}}}
| common = yes
* {{Attack Roll}}
| damage = Object (1~8){{note|See details for damage amount}}
* {{Range|m=18|ft=60}}
| damage type = Bludgeoning
* {{AOE|m=1|ft=3|radius}}
| attack roll = yes
**''This radius only applies to [[Consumables|Consumable]] items, and is overridden by some items; consult the item's tooltip to see if its radius is different.''
| range m = 18
| range ft = 60
| additional =
Range for picking up objects from the ground is {{AOE|m=1|ft=3|radius}}
* Damage:
** For weapons with the {{Thrown}} property, the damage roll and damage type is the same as the weapon's melee damage
** For other objects and creatures, damage is determined by the weight{{note|name=creature weight|The weight of living creatures are not influenced by their equipped items or items inside their inventory. Their weight is connected to their [[Creature size|size]], and can be seen by clicking '''"Examine -> Detailed Info"''' and looking under '''"Weight: "'''.}} of the object being thrown:
*** Light objects: under {{Weight|kg=10|lb=20}}:<br>{{DamageText|1|Bludgeoning}} damage.
*** Medium objects: {{Weight|kg=10|lb=20}} - 50 kg / 100 lb:<br>{{DamageText|1d4|Bludgeoning}} damage.
*** Heavy objects: over {{Weight|kg=50|lb=100}}:<br>{{DamageText|2d4|Bludgeoning}} damage.
* If the thrown object or creature is over half the target's weight, the target will be knocked back {{distance|m=2|ft=7}}.{{note|name=creature weight}}
* If the thrown object or creature is heavier than the target, the target will become {{cond|Prone}} (no saving throw).{{note|name=creature weight}}
* A thrown creature will always land {{Cond|prone}} (no saving throw).
| condition = Prone
| condition duration = 1
| notes =
* A creature can throw items and other creatures weighing up to {{math|0.2\cdot\text{Strength}^2}}{{nbts}}kg{{ref|From the definition of {{c|CanImprovisedWeaponWeight()}} in {{c|Scripts/thoth/helpers/CommonConditions.khn}}.}}. For example, with a [[Strength]] score of 18, the weight limit for Throw is {{weight|kg=64.8|lb=130}}.
** It requires a Strength of at least 20 to pick up a normal humanoid ({{weight|kg=75|lb=150}}).
* Triggers {{SAI|Extra Attack}}.
* Can be done as a free attack after triggering {{SAI|Extra Attack}}.
* {{class|Berserker}} has an improved throwing ability called {{SAI|Enraged Throw}}.
* '''Throw''' counts as a ranged unarmed attack.
** The {{SAI|Tavern Brawler}} feat improves throwing.
}}
== Footnotes ==
{{notelist}}
== References ==
{{reflist}}

Revision as of 16:45, 9 March 2024

Throw.webp

Throw is a common Action that allows the user to throw certain Weapons, Consumables, environmental objects, and even other creatures.

Description

Throw a character or item from the world or your inventory.

Your Strength affects how much weight you can throw. Heavier items deal more damage.

The damage of weapons with the thrown property is the same as the weapon's melee damage.

Properties

Cost:
Action
Damage:
Object (1~8)[note 1] Damage TypesBludgeoning damage
Details:
Attack roll
 Range: 18 m / 60 ft

Range for picking up objects from the ground is AoE: 1 m / 3 ft (Radius)

  • Damage:
    • For weapons with the Thrown Thrown property, the damage roll and damage type is the same as the weapon's melee damage
    • For other objects and creatures, damage is determined by the weight[note 2] of the object being thrown:
      • Light objects: under  Weight: 10 kg / 20 lb:
        1Damage TypesBludgeoning damage.
      • Medium objects:  Weight: 10 kg / 20 lb - 50 kg / 100 lb:
        1d4Damage TypesBludgeoning damage.
      • Heavy objects: over  Weight: 50 kg / 100 lb:
        2d4Damage TypesBludgeoning damage.
  • If the thrown object or creature is over half the target's weight, the target will be knocked back 2 m / 7 ft.[note 2]
  • If the thrown object or creature is heavier than the target, the target will become Prone Prone (no saving throw).[note 2]
  • A thrown creature will always land Prone Prone (no saving throw).

Condition: Prone

Prone Prone

Duration: 1 turn

Notes

  • A creature can throw items and other creatures weighing up to  kg[1]. For example, with a Strength score of 18, the weight limit for Throw is  Weight: 64.8 kg / 129.6 lb.
    • It requires a Strength of at least 20 to pick up a normal humanoid ( Weight: 75 kg / 150 lb).
  • Triggers Extra Attack Extra Attack.
  • Can be done as a free attack after triggering Extra Attack Extra Attack.
  • Berserker Barbarian has an improved throwing ability called Enraged Throw Enraged Throw.
  • Throw counts as a ranged unarmed attack.

Footnotes

  1. See details for damage amount
  2. 2.0 2.1 2.2 The weight of living creatures are not influenced by their equipped items or items inside their inventory. Their weight is connected to their size, and can be seen by clicking "Examine -> Detailed Info" and looking under "Weight: ".

References

  1. From the definition of CanImprovisedWeaponWeight() in Scripts/thoth/helpers/CommonConditions.khn.