public TailorsCraftsmanSatchel() : base() { if (Items.Count < 2 && 0.5 > Utility.RandomDouble()) { AddItem(Reward.TailorRecipe()); } }
public Recipebag(int amount) { DropItem(Reward.FletcherRecipe()); DropItem(Reward.TailorRecipe()); DropItem(Reward.SmithRecipe()); DropItem(Reward.TinkerRecipe()); DropItem(Reward.CarpentryRecipe()); }