TrainerGuy22 / Reliquary

The source code of Reliquary! That mod, with the magical swag, and a weapon, and stuff.
Other
42 stars 24 forks source link

Chill/Freeze potion effects #116

Closed MercuriusXeno closed 9 years ago

MercuriusXeno commented 9 years ago

Tombenpotter suggests hooking into the render event and using GL11.color to apply a blue overlay to the mobs in effect.

Chill: combines the effects of slow and taking increased damage from all sources.

Frozen: cripples the mob's mobility entirely and take increased damage from all sources.

Chill will basically work on stacks, with stack 5 being frozen. Certain mod items will apply stacks faster depending on their level, and some will only go up to a certain level.

MercuriusXeno commented 9 years ago

I've decided to just completely not do this.