You are viewing a potentially older version of this package. View all versions.
ds_gaming-BungusSuperForms-1.0.0 icon

BungusSuperForms

Adds transformations unlocked by stacking Bustling/Weeping Fungus

Date uploaded 2 weeks ago
Version 1.0.0
Download link ds_gaming-BungusSuperForms-1.0.0.zip
Downloads 1071
Dependency string ds_gaming-BungusSuperForms-1.0.0

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2108 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2108
RiskofThunder-HookGenPatcher-1.2.3 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.3
ds_gaming-HedgehogUtils-1.1.3 icon
ds_gaming-HedgehogUtils

Adds Chaos Emeralds, super forms, and other mechanics for other mods to use.

Preferred version: 1.1.3
RiskofThunder-R2API_Language-1.0.0 icon
RiskofThunder-R2API_Language

API for modifying the language localisation of the game

Preferred version: 1.0.0
RiskofThunder-R2API_RecalculateStats-1.4.0 icon
RiskofThunder-R2API_RecalculateStats

API for manipulating Character Stats

Preferred version: 1.4.0

README

Bungus/Wungus Super Forms

This mod adds two Super forms usable by any survivors. The forms are usable once you've collected enough of their respective item. They can be activated by pressing B (Can be changed in the HedgehogUtils mod config) .

Bungus

The Bungus form can be activated once per stage if you have 7 or more Bustling Fungus. The form comes with the following effects...

  • Increases damage by 6% for each Bustling Fungus you own
  • Increases max health by 100%
  • Increases armor by 200
  • Decreases movement speed by 25%

Wungus

The Wungus form can be activated once per stage if you have 7 or more Weeping Fungus. The form comes with the following effects...

  • Increases damage by 4% for each Weeping Fungus you own
  • Increases max health by 100%
  • Increases sprinting speed by 50%
  • For Sonic the Hedgehog, his Boost skill is upgraded to Weeping Boost, which has unique purple visual effects and does not drain the boost meter

This mod is built off of HedgehogUtils' Forms API. This mod goes over all the basics for making a Super form, such as creating necessary EntityStates and Buffs, creating the FormDef, and creating skill upgrades for Sonic's skills if the Sonic mod is also being used (Also including support for Sonic's Ancient Scepter upgrade). This mod is meant to be used as a reference for anyone wanting to make their own Super forms. Feel free to copy this repository and use it as a base for your own Super form mods.

CHANGELOG

Changelog

v1.0.0

  • First release