Eldritch Mobs

Eldritch Mobs

6M Downloads

Mobs gain buffs erratically

FewerFlaws opened this issue ยท 2 comments

commented

In 10 minutes of testing two notable events occured:

  • The very first egg I dropped was an invisible "yeeter regen spider". "Cloaked" was not in its name and I have "disableCloaked" set to true.
  • A "withering regen" skeleton knocked me into the air as if it had the "yeeter" buff. I have "disableYeeter" set to false.

I know that the disables had some effect because I never saw disabled buffs appear in mob names.

2021-01-17_18 37 56

commented

Here is the config file I had active:

{ 
	// Enable Boss Mobs with Eldritch Modifiers
	"toggleEldritchBossMobs": false,
	// Turn off custom names
	"turnOffNames": false,
	// Turn off boss bars
	"turnOffBossBars": true,
	// Ignore named creatures and monsters
	"ignoreNamed": true,
	// Enable Glowing Elite/Ultra/Eldritch Mobs upon discovery
	"turnOnGlowingMobs": false,
	// Out of 100 Mobs
	"EliteSpawnRates": 100.0,
	// Out of 100 Elites
	"UltraSpawnRates": 20.0,
	// Out of 100 Ultras
	"EldritchSpawnRates": 40.0,
	"healthIncrease": false,
	"healthMult": true,
	// Health Boost Level for Elite Mobs
	"EliteHealthMod": 15,
	// Health Boost Level for Ultra Mobs
	"UltraHealthMod": 30,
	// Health Boost Level for Eldritch Mobs
	"EldritchHealthMod": 60,
	// Health Multiplier for Elite Mobs
	"EliteHealthMult": 0.9,
	// Health Multiplier for Ultra Mobs
	"UltraHealthMult": 2.4,
	// Health Modifier for Eldritch Mobs
	"EldritchHealthMult": 2.9,
	// # of Modifiers for Elite Mobs
	"EliteModTotal": 2,
	// # of Modifiers for Ultra Mobs
	"UltraModTotal": 2,
	// # of Modifiers for Eldritch Mobs
	"EldritchModTotal": 3,
	// EXP multiplier for Elite Mobs
	"EliteExpMult": 2,
	// EXP multiplier for Ultra Mobs
	"UltraExpMult": 3,
	// EXP multiplier for Eldritch Mobs
	"EldritchExpMult": 6,
	// Intensity: 1 - 3
	"intensity": 3,
	"disableModifiers": { 
		"disableAlchemist": true,
		"disableBeserk": true,
		"disableYeeter": false,
		"disableBlinding": true,
		"disableBurning": true,
		"disableCloaked": true,
		"disableDeflector": false,
		"disableDraining": true,
		"disableDrowning": true,
		"disableEnder": true,
		"disableGhastly": true,
		"disableGravity": true,
		"disableLethargic": true,
		"disableLifesteal": true,
		"disableOneUp": true,
		"disableRegen": false,
		"disableResistant": false,
		"disableRust": true,
		"disableSnatcher": true,
		"disableSpeedster": true,
		"disableSprinter": true,
		"disableStarving": true,
		"disableStormy": true,
		"disableThorny": true,
		"disableToxic": true,
		"disableWeakness": true,
		"disableWebslinging": true,
		"disableWithering": false,
		"disableSniper": false,
		"disableDuplicator": false
	}
}
commented

Fixed (hopefully) in the latest version.