
Stagger
Adds a simple poise and stagger system to shield blocking
- Загрузки
- 1K
- Подписчики
- 7
- Обновлён
- 23 апреля 2026 г.
- Лицензия
- MIT
Опубликован 30 мая 2025 г.

Stagger adds a simple poise and stagger system to shield blocking akin to Soulslike games.
Each player has by default 20 poise and blocking with a shield will instead apply that much poise damage. Once your poise damage is maxed out, your shield will be disabled for 5 seconds. Your poise recovers slowly over time.
Axes no longer disable shields, instead they deal more poise damage by virtue of having higher attack damage.
Attributes
This behavior is controlled by four attributes, which other mods and modpacks can make use of.
stagger:max_poise
The amount of poise a player has, i.e. the amount of damage they can block before staggering.
Default: 20
stagger:poise_rate
The amount of poise regained per tick.
Default: 0.025
stagger:stagger_length
The number of seconds the shield will be disabled for, rounded down to the tick.
Default: 5
stagger:poise_damage
A multiplier for the amount of poise damage an attacker will apply for blocking.
Default: 1
Notes
- Attribute base values can be configured, install McQoy for Mod Menu support
- Requires restart
- Will not update for existing players, you must do that with the command
/attribute <target> <attribute> base reset
- The mod is still in a beta state, more customizability or features may come in the future
Ченджлог
0.5.0Бета1.21.1 · 23 апреля 2026 г.
- Add config option
maxHealthIsMaxPoiseto make max poise scale with player health instead of using the attribute- Default:
false - Must match between server and client
- Default:
- Add config option
cooldownAllShieldsto apply the stagger cooldown to all shields (#c:tools/shield)- Default:
true
- Default:
0.4.0Бета1.21.1 · 20 апреля 2026 г.
- Add config for parry window
- If the player has been blocking for this number of ticks or less, blocking will not add poise
- Does not provide a parry mechanic, another mod is expected to do that
- Defaults to 0
0.3.0Бета1.21.1 · 1 декабря 2025 г.
- Add config for attribute base values
- Install McQoy for modmenu support
- Requires restart
- Will not update for players in existing world, you must use
/attribute <target> <attribute> base reset
0.2.1Бета1.21.1 · 20 ноября 2025 г.
- Reset poise damage on stagger
0.2.0Бета1.21.1 · 13 октября 2025 г.
- Remove axes dealing 50% more poise than attack damage
- Fix setting cooldown on non-shield items
- Fix sinytra crash
0.1.0Бета1.21.1 · 4 июня 2025 г.
Initial mod
Комментарии
Загружаем…