This Shovel Knight Dig mod allows players to gain access to a fireball ability by inputting a specific input combination. This fireball ability allows the player to shoot a fireball using their regular attack.
This mod was my first foray into modding Unity games, and it was through this project that I pioneered the method to create mods for Shovel Knight Dig. This mod was created using C# and the BepInEx modding framework, which allows developers to create .dll plugins for Unity games that can run custom functions. In this case, I essentially created a function to spawn a fireball object (taken from the in-game Flameo Wand relic) that is called after the player attacks.
To the left I have included some video showcases of the progress I made in making the mod.