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

BlightedElites

Brings back Blighted Elites from RoR1.

Date uploaded 2 weeks ago
Version 1.2.0
Download link Moffein-BlightedElites-1.2.0.zip
Downloads 6595
Dependency string Moffein-BlightedElites-1.2.0

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2117 icon
bbepis-BepInExPack

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

Preferred version: 5.4.2117
RiskofThunder-R2API_Core-5.1.1 icon
RiskofThunder-R2API_Core

Core R2API module

Preferred version: 5.1.1
RiskofThunder-R2API_Prefab-1.0.4 icon
RiskofThunder-R2API_Prefab

API for Prefab creation, networking and duplication

Preferred version: 1.0.4
RiskofThunder-R2API_Sound-1.0.3 icon
RiskofThunder-R2API_Sound

API for adding custom sounds or musics

Preferred version: 1.0.3
RiskofThunder-R2API_Elites-1.0.4 icon
RiskofThunder-R2API_Elites

API for adding custom elite types

Preferred version: 1.0.4

README

Blighted Elites

Adds Blighted Elites as a T2 elite in the same tier as Malachite and Celestine enemies.

They are given 2 random T1 Elite Affixes, and have 12x HP and 3.5x damage (same stats that T2 Elites have with EliteReworks).

- Stats can be changed in the config.
	- Separate from EliteReworks.

Just a quick mod I made to pass the time while I wait for LiT to update.

For Devs

To add custom EliteDefs, add toAffixBlightedComponent.tier1EliteDefs and AffixBlightedComponent.tier2EliteDefs.

Credits

Code - Moffein

Icon - SOM

Sounds - Glaze

Localization Credits

Russian - Адский Шкед

Portuguese - Kauzok

Korean - p157157

Chinese - MushroomE1

CHANGELOG

1.2.0

  • Fixed wrong elite tiers sometimes being selected.

    • Now only selects from Vanilla affixes. Mods can add to the list by adding to AffixBlightedComponent.tier1EliteDefs and AffixBlightedComponent.tier2EliteDefs.
  • Gilded and Twisted elites are now disabled by default. (Can be re-enabled in config)

1.1.10

  • DLC2

1.1.9

  • Recompiled for Devotion update.
  • Chinese translation (Thank MushroomEl!)

1.1.8

  • Korean translation (Thanks p157157!)

1.1.6 to 1.1.7

  • Added BR translation (Thanks Kauzok!)

1.1.5

  • Added Russian translation (Thanks Адский Шкед!)

1.1.4

  • Affix reroll (active equipment effect) now only works for player-controlled entities.
  • Sound now has a 3s cooldown.

1.1.3

  • Added missing PrefabAPI depdendency.
  • Fixed incompatibility with mods that add the affix to the logbook (ex. WolfoQoL).

1.1.2

  • Fixed T2 elite affix option ignoring EliteDef.isAvailable checks.

1.1.1

  • Fixed Blighted Elites being able to roll Blighted when enabling T2 elite affixes.

1.1.0

  • Fixed damage multiplier being set to the Affix drop chance (really low).
  • Can now enable T2 elites to be selected in the config. (untested)

1.0.1

  • Removed unnecessary dependency from manifest.

1.0.0

  • Release.
    • Thanks to Swuff for giving me permission to use LiT's assets!