You are viewing a potentially older version of this package. View all versions.
Groove_Salad-BossEquipmentFix-1.2.0 icon

BossEquipmentFix

Dependency for developers interested in working with boss-tier equipment. Currently separates boss-tier equipment from the normal equipment drop list and updates how they are displayed in the logbook

Date uploaded 2 years ago
Version 1.2.0
Download link Groove_Salad-BossEquipmentFix-1.2.0.zip
Downloads 33515
Dependency string Groove_Salad-BossEquipmentFix-1.2.0

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.1 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.1

README

Overview

A dependency option for developers interested in working with boss-tier equipment. Aims to make the implementation of boss-tier equipment congruent with other equipment tiers. Currently moves boss-tier equipment out of the normal equipment drop list and fixes how they display in the logbook. It is worth noting that the logbook changes will not affect an equipment def's colorIndex. I recommend setting the colorIndex for boss-tier equipments to ColorCatalog.ColorIndex.BossItem.

Custom Drop List

Boss-tier equipment are separated from the normal equipment drop list. This means they will no longer drop naturally from things like equipment barrels. To access a list of all the removed boss-tier equips, you can use BossEquipmentFix.availableBossEquipmentDropList().

Contact

My modding server is a dedicated place to share feedback, issues, questions, etc: https://discord.gg/pF9PdAVgeG You can also contact me on Discord @Groove_Salad#7700

Changelog

1.2.0

  • Added an event in a hook placed before R2API to subscribe to because ItemDropAPI does not like boss equipment drops

1.1.0

  • Now moves boss-tier equipment out of the normal equipment drop list
  • Why does this have like 2k downloads what there isn't even a mod that needs it yet

1.0.0

  • Initial release