From 50e0bf029007483b61b52c4b087a8cf5a94503bc Mon Sep 17 00:00:00 2001 From: Quinci135 Date: Wed, 14 Oct 2020 15:21:16 -0700 Subject: [PATCH] Added 1.4.1.0 player inflicted debuffs to bouncer OnFire3/Hellfire - New magma stone debuff that deals 15 dps instead of 4 dps Frostburn2/Frostbite - Frost armor new set bonus 25 dps instead of 8 dps BoneWhipNPCDebuff - Debuff applied from new Spinal Tap whip --- TShockAPI/Bouncer.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index 3c2d7c23..9161c8dd 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -2100,6 +2100,9 @@ namespace TShockAPI { BuffID.RainbowWhipNPCDebuff, 240 }, // BuffID: 316 { BuffID.MaceWhipNPCDebuff, 240 }, // BuffID: 319 { BuffID.GelBalloonBuff, 1800 } // BuffID: 320 + { BuffID.OnFire3, 360 }, // BuffID: 323 + { BuffID.Frostburn2, 900 }, // BuffID: 324 + { BuffID.BoneWhipNPCDebuff, 240 } // BuffID: 326 }; ///