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
This commit is contained in:
parent
54ad8604aa
commit
50e0bf0290
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue