
IronVerdict
A custom spell that summons a wall of iron from the sky which provides swift cover
Last updated | a month ago |
Total downloads | 5226 |
Total rating | 0 |
Categories | Mods |
Dependency string | NeonMages-IronVerdict-1.0.0 |
Dependants | 2 other packages depend on this package |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100
hiccup-ModSync
A plugin for Mage Arena that synchronizes mods between host and clients. Press F9 to enable auto-kicking of non matching mod lists.
Preferred version: 1.0.2
D1GQ-BlackMagicAPI
An api that simplifies the task of adding custom spells, and items
Preferred version: 1.5.0README
Iron Verdict Mod
A custom spell mod for Mage Arena that summons a massive metallic wall from the sky to block players and spells.
Spell Effects
- Summons a wide, tall metallic wall that drops from the sky, embedding into the ground.
- Blocks both players and spells, serving as a defensive barrier.
- Features a falling sound effect that plays during descent and a burst of brown-gray particles on impact, fading over 3 seconds.
- Remains stationary for 20 seconds before sinking into the ground.
Requirements
- BepInEx: Required modding framework (version 5.4.21.0 or later).
- ModSync: Essential for multiplayer compatibility. Requires matching on host and client (
modsync = "all"
). - BlackMagicAPI: The API for adding custom spells. Developed by [@D1GQ].
Installation
- Ensure BepInEx is installed in your Mage Arena game directory.
- Install ModSync and BlackMagicAPI if not already present, following their respective instructions.
- Install the Iron Verdict Mod via Thunderstore or manually place the
IronVerdictMod
folder inBepInEx/plugins/
.
In-Game Details
- Spell Type: Page (lootable from chests, pots, etc.; spawns in team chests).
- Name: "Iron Verdict" (standardized name).
- Cooldown: 50 seconds
- Behavior: Wall drops from 50m above with velocity, embeds 0.5m into the ground, and blocks for 20 seconds before sinking.
Changelog
- Version 1.0.0 (Released):
- Initial release with core functionality: summoning a blocking metallic wall.
- Added falling sound, impact particles, and multiplayer compatibility via ModSync.
- Implemented embedding on slanted ground and layer-based spell blocking.
Known Issues
- The wall may occasionally tip if terrain is extremely uneven; constrained rotation helps but may not fully prevent on steep slopes.
Credits
- Developer: [Neon]
- BlackMagicAPI: Created by @D1GQ