NotezyTeam-Discharge icon

Discharge

Allows players to discharge the overcharge into monsters.

Last updated a day ago
Total downloads 239
Total rating 0 
Categories Mods Misc
Dependency string NotezyTeam-Discharge-0.1.0
Dependants 0 other packages depend on this package

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

README

Discharge

Allows players to discharge the overcharge into monsters.

Guide

  • While the overcharge is building up, press the discharge button (default: X) to discharge into the enemy you are holding.
  • Higher overcharge = higher damage.
  • Big enemies also take more damage.

Preview

preview1

preview2

Configuration

All configs are stored in the config file that is created once the mod is first loaded.

BepInEx/config/NotezyTeam-Discharge.cfg

Example:

[General]

## Key to discharge held object
# Setting type: KeyCode
# Default value: X
# Acceptable values: many
Discharge Key = X

## Minimum overcharge required to discharge
# Setting type: Single
# Default value: 0.25
# Acceptable value range: From 0 to 1
Minimum Overcharge = 0.25

## (HOST ONLY) Damage multiplier for discharge damage
# Setting type: Single
# Default value: 5
Damage Multiplier = 5

## Show the discharge indicator on the HUD
# Setting type: Boolean
# Default value: true
Show Indicator = true

You can change the configs mid-game using Repo Config

Notes

  • This is my first repo mod fully compatible with multiplayer!