You are viewing a potentially older version of this package. View all versions.
ReDeced-IronWillCard-1.0.4 icon

IronWillCard

Adds one single card named "Iron will" that allows player to use a block through silence and stun

By ReDeced
Date uploaded 4 days ago
Version 1.0.4
Download link ReDeced-IronWillCard-1.0.4.zip
Downloads 364
Dependency string ReDeced-IronWillCard-1.0.4

This mod requires the following mods to function

willis81808-UnboundLib-3.2.14 icon
willis81808-UnboundLib

This is a helpful utility for ROUNDS modders aimed at simplifying common tasks.

Preferred version: 3.2.14

README

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
  • -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 trigger from this block
  • Normal block cooldown applies

Technical Details

The mod works by intercepting the input system when the player is disabled:

  • Allows block input through silencedInput/stunnedInput checks
  • Prevents shoot input from leaking through (you still can't shoot while disabled)

Card Stats

Stat Value
Block disables Ignored
Block cooldown -30%

Compatibility

  • Works with most card mods

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.