You are viewing a potentially older version of this package. View all versions.
NotezyTeam-Discharge-0.1.1 icon

Discharge

Allows players to discharge the overcharge into monsters.

Date uploaded 8 months ago
Version 0.1.1
Download link NotezyTeam-Discharge-0.1.1.zip
Downloads 22909
Dependency string NotezyTeam-Discharge-0.1.1

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

## (HOST ONLY) 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!

Developer Contact

Report bugs, suggest features, or provide feedback:

Discord Server Forum Post
R.E.P.O. Modding Server #released-mods Discharge

CHANGELOG

V0.1.1

  • Minimum Overcharge is now host only
  • Added "Override Indicator Text" config
  • Added "Override Indicator Text Size" config
  • Added form link to Modpage
  • Fixed Server Only configs not updating mid-game in singleplayer

V0.1.0

  • Beta Launch