Skip to content

Instantly share code, notes, and snippets.

View JackCeparou's full-sized avatar
💭
Hide the Rum!

Jack Céparou JackCeparou

💭
Hide the Rum!
View GitHub Profile
using System.Collections.Generic;
using Turbo.Plugins.Default;
namespace Turbo.Plugins.Csavo // customized elite affixes plugin (replaces original EliteMonsterAffixPlugin.cs) TODO: add HP values next to affixes for each elite
{
public class CustomEliteMonsterAffixPlugin : BasePlugin, IInGameWorldPainter, ICustomizer
{
public Dictionary<MonsterAffix, WorldDecoratorCollection> AffixDecorators { get; set; }