You are viewing a potentially older version of this package. View all versions.
Moffein-AI_Blacklist-1.2.1 icon

AI Blacklist

Lets you prevent monsters and Vengeance Doppelgangers from getting certain items. Server-Side and Vanilla-Compatible.

Date uploaded 2 years ago
Version 1.2.1
Download link Moffein-AI_Blacklist-1.2.1.zip
Downloads 2706
Dependency string Moffein-AI_Blacklist-1.2.1

This mod requires the following mods to function

bbepis-BepInExPack-5.4.9 icon
bbepis-BepInExPack

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

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

MMHOOK generation at runtime.

Preferred version: 1.2.3

README

Lets you prevent monsters and Vengeance Doppelgangers from receiving certain items and equipments.

Vanilla blacklist is included by default and cannot be changed. Unstable Tesla Coil and N'kuhana's Opinion are blacklisted by default in the config.

To blacklist items, enter the item codenames (https://github.com/risk-of-thunder/R2Wiki/wiki/Item-&-Equipment-IDs-and-Names) separated by commas into the config.

You can view a list of item/equipment codenames using the list_item/list_equipment command with DebugToolKit.

Server-Side and Vanilla-Compatible, only the host needs the mod.

Installation

Place AI_Blacklist.dll in /Risk of Rain 2/BepInEx/plugins/

Config can be found in /Risk of Rain 2/BepInEx/config/com.Moffein.AI_Blacklist.cfg

Changelog

1.2.1

  • Fixed Vengeance changes applying to everything.

1.2.0

  • Equipment Blacklist no longer affects friendly allies (Equipment Drones, Goobo)
  • Vengeance Clones now properly scale with level (can be disabled).
  • Added support for blacklisting items from Vengeance Clones (separate from the AI Item Blacklist).
    • Blacklisting items completely removes them from their inventory, so they won't be able to drop blacklisted items.

1.1.0

  • Added support for blacklisting equipments. (Code based on Unordinal's AI Blacklister https://github.com/Unordinal/UnosRoR2Mods/tree/master/AIBlacklister)
    • It's possible to blacklist Elite affixes, but this may be buggy.
      • It will attempt to reroll an elite affix that isn't Perfected/Malachite/Celestine.
      • The elite's stat boosts may be different from what's intended (ex. banning Malachites will reroll the elite, but it will keep its original Malachite stat boost).

1.0.1

  • Accidentally a word in the manifest description.

1.0.0

  • Release