You are viewing a potentially older version of this package.
View all versions.

Date uploaded | a week ago |
Version | 1.5.0 |
Download link | D1GQ-BlackMagicAPI-1.5.0.zip |
Downloads | 196 |
Dependency string | D1GQ-BlackMagicAPI-1.5.0 |
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
D1GQ-FishUtilities
An api that simplifies the task of adding custom Network Objects.
Preferred version: 1.2.4
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.6README
BlackMagicAPI
BlackMagicAPI is a powerful BepInEx plugin that simplifies the process of adding custom spells to Mage Arena. The API provides an intuitive framework for spell creation, handling all the complex backend systems so modders can focus on spell design and effects.
Features
- Simplified Spell Creation: Create new spells with minimal boilerplate code
- Automatic Networking: Handles multiplayer synchronization automatically
- Resource Management: Built-in asset loading system
Installation
-
Prerequisites:
- Mage Arena with BepInEx 5.4.21 or newer
- ModSync
-
Installation:
MageArena/ └── BepInEx/ └── plugins/ └── BlackMagicAPI └── BlackMagicAPI.dll
Changelog
v1.5.0
- Added the ability to create custom items.
- Added the ability to load .Wav audio files.
- Added to have spells spawn in the team chest.
- Added debug featuring that forces spells or items to spawn in the team chest at a 100% chance.
v1.4.1
- Added documentation
v1.4.0
- Added the ability to synchronize data in spell logic with overrides WriteData, and SyncData.
- Added the ability to customize UI Sprints with a "YourSpellName_Ui.png" file in the Sprints mod folder or manually overriding it with GetUiSprite in SpellData
v1.3.0
- Backend cleanup.
v1.2.0
- Fixed huge oversight of Prefab ids being desynced between clients.
- Automatic spell sprites now have to be spaceless, for example "Cool Spell Name" has to be "CoolSpellName_Main.png" for the sprite to be registered
v1.1.0
- Added ModSync dependency.
v1.0.0
- Initial release.