public override void OnDeath(Container c)
{
base.OnDeath(c);
if (Utility.RandomDouble() < 0.10)
c.DropItem(new RecipeScroll(302));
}
I did this to some of my bosses:How would I adjust the loot?
We use essential cookies to make this site work, and optional cookies to enhance your experience.