You are viewing a potentially older version of this package. View all versions.
YeahThatsMJ-WagerSpell-1.0.2 icon

WagerSpell

A one-shot spell with a chance to hit yourself instead of your target.

Date uploaded 3 weeks ago
Version 1.0.2
Download link YeahThatsMJ-WagerSpell-1.0.2.zip
Downloads 2080
Dependency string YeahThatsMJ-WagerSpell-1.0.2

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
hiccup-ModSync-1.1.0 icon
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.1.0
D1GQ-BlackMagicAPI-3.0.0 icon
D1GQ-BlackMagicAPI

An api that simplifies the task of adding custom spells, items, and recipes

Preferred version: 3.0.0

README

Wager Spell

Take a chance, take a-take a chance-chance, take a chance, take a chance

A one-shot spell with a chance to hit yourself instead of your target. High risk, high reward. Cast this spell and take a chance.

Spell Information

  • Name: "Wager"
  • Cooldown: 60 seconds
  • Range: 20 meters maximum
  • Damage: 1000 damage
  • Cone of Vision: 45°
  • Chance: 50% to target yourself
  • Team Chest: Can spawn in team chest
  • Visuals: Small explosion on effected player
  • Sound: Small explosion on effected player and jackpot when spell doesn't backfire

Installation

  1. Prerequisites:

    • BepInEx 5.4.21
    • ModSync
    • BlackMagicAPI
  2. Installation:

  • After downloading the mod, place the files in the following locations:

    MageArena/
    └── BepInEx/
        └── plugins/
            └── WagerSpell/
     		   └── WagerSpell.dll
     		   └── Sprites/
     		       └── Wager_Main.png
     		       └── Wager_Emission.png
     		       └── Wager_Ui.png
     		   └── Sounds/
     		       └── Explode.wav
     		       └── Jackpot.wav
     		   └── AssetBundles/
     		       └── explosion_prefab
    

Configuration

Edit BepInEx/config/com.YeahThatsMJ.WagerSpell.cfg to adjust settings.

Compatible with MageConfigurationAPI by D1GQ!

The following settings can be adjusted:

  • Cooldown
  • Range
  • Damage
  • Chance
  • Team chest spawning

Changelog

1.0.2

  • Thunderstore folder structure fix

1.0.1

  • Thunderstore build fix and update spell description

1.0.0

  • Public release!

0.7.0

  • Add death icon

0.6.1

  • Utilize BlackMagicAPI for Asset Bundle loading

0.6.0

  • Explosion and jackpot sound when spell hits another player

0.5.0

  • Add explosion visual effect

0.4.0

  • Add jackpot sound effect

0.3.0

  • Add explosion sound effect

0.2.0

  • Add sprites

0.1.0

  • Implement basic version of spell

Credits