It's an item exclusively for taoist, basically like a shield for warrior except it doesn't give defence
Code:
public bool EpicTaoist()
{
if (EntityFlag == Game.EntityFlag.Player)
{
var weapons = Owner.Weapons;
if (weapons.Item1 != null && weapons.Item2 != null)
if (weapons.Item1.ID / 1000 == 421 || weapons.Item1.ID / 1000 == 620 && weapons.Item2.ID / 1000 == 619)//Backsword,Hossu
return true;
}
return false;
}
I'll try this lol, nope didn't work fml