Shove: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Note on how maximum shove weight is determined)
No edit summary
Line 14: Line 14:
* The weight of a target object and a creature's [[Strength]] score determine whether a shove attempt can be made in the first place. The condition is {{math|\text{Strength} \times \text{Multiplier} \ge \text{Object weight} }}. The multiplier is 12 normally, 28.2 for {{Cond|Enlarged}} creatures, and 5.1 for {{Cond|Reduced}} creatures.{{ref|From the definition of {{c|CanShoveWeight()}} in {{c|Scripts/thoth/helpers/CommonConditions.khn}}.}}
* The weight of a target object and a creature's [[Strength]] score determine whether a shove attempt can be made in the first place. The condition is {{math|\text{Strength} \times \text{Multiplier} \ge \text{Object weight} }}. The multiplier is 12 normally, 28.2 for {{Cond|Enlarged}} creatures, and 5.1 for {{Cond|Reduced}} creatures.{{ref|From the definition of {{c|CanShoveWeight()}} in {{c|Scripts/thoth/helpers/CommonConditions.khn}}.}}
** Smaller characters like [[gnome]]s {{em|do not}} receive penalties to max shove weights. The only modifier comes specifically from the Enlarge/Reduce effects. Even similar effects like {{Cond|Giant Form}} do not affect the maximum shove weight.
** Smaller characters like [[gnome]]s {{em|do not}} receive penalties to max shove weights. The only modifier comes specifically from the Enlarge/Reduce effects. Even similar effects like {{Cond|Giant Form}} do not affect the maximum shove weight.
** If the condition is not met, attempting to shove an object or creature will display a message "Too heavy to Shove."
* '''Shove''' can also be used to rouse a creature from {{Cond|Sleeping}} or help them shake off the effects of certain spells like {{SAI|Hypnotic Pattern}}.
* '''Shove''' can also be used to rouse a creature from {{Cond|Sleeping}} or help them shake off the effects of certain spells like {{SAI|Hypnotic Pattern}}.
}}
}}

Revision as of 19:33, 28 July 2024

Shove.webp

Shove is a common Bonus Action that allows the user to shove an enemy, pushing them away (and possibly off ledges or into harmful effects).

Description

Try to push your target away.

Your success depends on your Athletics, and the target's Athletics or Acrobatics. You have Advantage Icon.png Advantage if you're Hidden Hidden or Invisible Invisible.

The shove distance depends on your Strength and the target's weight.

Properties

Cost:
Bonus action
Details:
 Range: 1.5 m / 5 ft


Notes

  • The target rolls either an Athletics or Acrobatics Skill Check, whichever is higher, to contest the attempt. The shoving creature, however, always rolls Athletics.
  • The weight of a target object and a creature's Strength score determine whether a shove attempt can be made in the first place. The condition is . The multiplier is 12 normally, 28.2 for Enlarged Enlarged creatures, and 5.1 for Reduced Reduced creatures.[1]
    • Smaller characters like gnomes do not receive penalties to max shove weights. The only modifier comes specifically from the Enlarge/Reduce effects. Even similar effects like Giant Form Giant Form do not affect the maximum shove weight.
    • If the condition is not met, attempting to shove an object or creature will display a message "Too heavy to Shove."
  • Shove can also be used to rouse a creature from Sleeping Sleeping or help them shake off the effects of certain spells like Hypnotic Pattern Hypnotic Pattern.

References

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