SpecialAPI-No_Base_Specific_CC_Breach_Effects icon

No Base Specific CC Breach Effects

Allows CC makers to easily remove base-specific breach character effects like convict's smoke, hunter's dog or gunslinger's 7 credit cost.

Last updated a year ago
Total downloads 10896
Total rating 3 
Categories Mods Tools Misc QoL
Dependency string SpecialAPI-No_Base_Specific_CC_Breach_Effects-1.0.2
Dependants 7 other packages depend on this package

This mod requires the following mods to function

MtG_API-Mod_the_Gungeon_API-1.5.8 icon
MtG_API-Mod_the_Gungeon_API

Adds the good parts of Mod the Gungeon to BepInEx.

Preferred version: 1.5.8

README

No Base-Specific CC Breach Effects

Allows CC makers to easily remove base-specific breach character effects like convict's smoke, hunter's dog or gunslinger's 7 credit cost. To do this, just create a file named {name}-ccremove.spapi (where {name} is the name of your mod) in your mod's files and put the nameShorts of all custom characters you want to apply this to. There can be as many of -ccremove.spapi files as you want and one file can contain unlimited character nameShorts, one nameShort for each line.

Example

Here's an example of a file that would remove the breach dog from Dallan's Omicron custom character:
Omicron-ccremove.spapi (name of the file)

Omicron

How to install

If you haven't installed BepInEx and/or Mod the Gungeon API, follow its installation guide (linked on Mod the Gungeon API's page: https://enter-the-gungeon.thunderstore.io/package/MtG_API/Mod_the_Gungeon_API/). After you've installed BepInEx, just unzip SpecialAPI-No_Base_Specific_CC_Breach_Effects-1.0.2.zip into your BepInEx's plugins folder.