You are viewing a potentially older version of this package.
View all versions.
IronWillCard
Adds one sicgle card named "Iron will" that allows player to use a block without additional effects through silence and stun
By ReDeced
| Date uploaded | 5 days ago |
| Version | 1.0.1 |
| Download link | ReDeced-IronWillCard-1.0.1.zip |
| Downloads | 27 |
| Dependency string | ReDeced-IronWillCard-1.0.1 |
This mod requires the following mods to function
willis81808-UnboundLib
This is a helpful utility for ROUNDS modders aimed at simplifying common tasks.
Preferred version: 3.2.14README
Iron Will Card
A custom card for ROUNDS that allows players to block through silence and stun effects.
Features
- Block through Silence — Use your block even when silenced
- Block through Stun — Use your block even when stunned
- Clean Block — No additional card effects (Radar, EMP, etc.) trigger when blocking through disable effects
- -30% Block Cooldown — Faster block recharge
Requirements
How It Works
When you have the Iron Will card equipped:
- You can press the block button while silenced or stunned
- The block will deflect projectiles normally
- Card effects (like Radar shot or EMP) will not trigger from this block
- Normal block cooldown applies
Technical Details
The mod works by intercepting the input system when the player is disabled:
- Temporarily allows block input through
silencedInput/stunnedInputchecks - Prevents shoot input from leaking through (you still can't shoot while disabled)
- Executes a clean block with
BlockTriggerType.Noneto prevent card effects - Resets input flags properly to prevent auto-blocking
Card Stats
| Stat | Value |
|---|---|
| Block disables | Ignored |
| Block cooldown | -30% |
Compatibility
- Works with most card mods
- Clean block prevents cross-mod effect conflicts
CHANGELOG
1.0.4 (2026-06.11)
- Fixed block not using additional effects under certain conditions
- Updated icon
1.0.3 (2026-06.11)
- Grammar corrected
1.0.2 (2026-06-11)
- Now block uses with additional effects
- Changed README.md
1.0.1 (2026-06-11)
- Fixed a bug where block through silence used with additional effects.
1.0.0 (2026-06-10)
- Initial release.
- Added all core features and custom assets.