e_buff_type
local e_buff_type = {
internal = 0,
aura = 1,
combat_enchancer = 2,
combat_dehancer = 3,
spell_shield = 4,
stun = 5,
invisibility = 6,
silence = 7,
taunt = 8,
berserk = 9,
polymorph = 10,
slow = 11,
snare = 12,
damage = 13,
heal = 14,
haste = 15,
spell_immunity = 16,
physical_immunity = 17,
invulnerability = 18,
attack_speed_slow = 19,
near_sight = 20,
currency = 21,
fear = 22,
charm = 23,
poison = 24,
suppression = 25,
blind = 26,
counter = 27,
shred = 28,
flee = 29,
knockup = 30,
knockback = 31,
disarm = 32,
grounded = 33,
drowsy = 34,
asleep = 35,
obscured = 36,
clickproof_to_enemies = 37,
un_killable = 38,
unknown = 39,
}