fBaseXtensions.Settings.SettingLoot.SettingLoot C# (CSharp) Method

SettingLoot() public method

public SettingLoot ( )
        public SettingLoot()
        {
            PickupWhiteItems = 1;
            PickupMagicItems = 1;
            PickupRareItems = 1;
            PickupLegendaryItems = 1;

            MaximumHealthPotions=100;
            MinimumGoldPile=1000;
            PickupCraftPlans=true;
            PickupBlacksmithPlanSix=true;
            PickupBlacksmithPlanFive=true;
            PickupBlacksmithPlanFour=true;
            PickupBlacksmithPlanRazorspikes=true;
            PickupBlacksmithPlanArchonGauntlets=true;
            PickupBlacksmithPlanArchonSpaulders=true;
            PickupJewelerDesignFlawlessStar=true;
            PickupJewelerDesignPerfectStar=true;
            PickupJewelerDesignRadiantStar=true;
            PickupJewelerDesignMarquise=true;
            PickupJewelerDesignAmulet=true;
            PickupInfernalKeys=true;

            PickupCraftMaterials=true;
            PickupKeystoneFragments = true;

            MinimumGemItemLevel=67;
            PickupGems = new bool[] { true, true, true, true, true };
            PickupGemDiamond = true;
            ExpBooks = true;
        }
SettingLoot