FMRadio11-Crowdfunder_CDR icon

Crowdfunder CDR

Provides several config options for buffing/nerfing the Crowdfunder, most notably allowing Fuel Cells/Gestures to influence windup time. (1.0.6 - Updating to recent hotfix, forgot to change internal ET dependency to R2API)

Last updated 3 years ago
Total downloads 25174
Total rating 2 
Categories Mods Tweaks
Dependency string FMRadio11-Crowdfunder_CDR-1.0.6
Dependants 9 other packages depend on this package

This mod requires the following mods to function

bbepis-BepInExPack-5.3.1 icon
bbepis-BepInExPack

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

Preferred version: 5.3.1
tristanmcpherson-R2API-3.0.7 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 3.0.7

README

Gives options for a few things:

  • By default, it applies the vanilla reductions to cooldown (15% per stack, 50% for first gesture) in an exponential manner to the windup duration of Crowdfunder. Both of these values can be modified in config.
  • You can also modify the base windup duration, as well as the maximum frequency (I think this affects how fast it fires?).
  • It's disabled by default, but there's also config for applying attack speed to Crowdfunder's damage if you really want to further buff one of the better equips in the game?

Other Notes:

  • I know the first shot of Crowdfunder doesn't apply the changes, I could only get into the Crowdfunder's owner CharacterBody by placing it after orig(self) so there's not much I can do to fix it
  • If you want to give feedback, I've got a server for RoR2 projects here: https://discord.gg/xjAWykGByy (if that link doesn't work for some reason, you can also contact me at FMRadio11#8912 on discord)

Changelog

1.0.0

  • First release

1.0.1

  • Updated description slightly
  • Changed a few of the internal names regarding config to follow naming standards
  • Added config for Woolie to give his opinion on Crowdfunder each time you activate it

1.0.2

  • Ported to EnigmaticThunder

1.0.3

  • Dependencies fixed

1.0.4

  • Ported back to R2API
  • Manifest description rewritten to better explain the mod

1.0.5

  • Restored reference to SoundAPI that I forgot in 1.0.4

1.0.6

  • Updated references to RoR2's recent hotfix
  • Forgot to change internal dependency from ET to R2API