Upgrades

Config.UpgradeFishingRod = {
    ["fishingrod2"] = {
        hash = "fishingrod2",
        label = "Fishingrod Lv 2",
        materials = {
        	[1] = { item = "fishingrod1",   amount = 1, label = "Fishingrod Lv1" },
            [2] = { item = "cod",	        amount = 1, label = "Cod" },
            [3] = { item = "seabass",	        amount = 1, label = "Seabass" },
        }
    },
    ["fishingrod3"] = {
        hash = "fishingrod3",
        label = "Fishingrod Lv 3",
        materials = {
        	[1] = { item = "fishingrod2",   amount = 1, label = "Fishingrod Lv2" },
            [2] = { item = "cod",	        amount = 1, label = "Cod" },
        }
    },
	["fishingrod4"] = {
        hash = "fishingrod4",
        label = "Fishingrod Lv 4",
        materials = {
        	[1] = { item = "fishingrod3",   amount = 1, label = "Fishingrod Lv3" },
            [2] = { item = "cod",	        amount = 1, label = "Cod" },
        }
    },
	["fishingrod5"] = {
        hash = "fishingrod5",
        label = "Fishingrod Lv 5",
        materials = {
        	[1] = { item = "fishingrod4",   amount = 1, label = "Fishingrod Lv4" },
            [2] = { item = "cod",	        amount = 1, label = "Cod" },
        }
    },
}

Config.UpgradeFishingNet = {
    ["fishnet2"] = {
        hash = "fishnet2",
        label = "Fishingnet Lv 2",
        materials = {
        	[1] = { item = "fishnet1",      amount = 1, label = "Fishingnet Lv2" },
            [2] = { item = "cod",	        amount = 1, label = "Cod" },
        }
    },
    ["fishnet3"] = {
        hash = "fishnet3",
        label = "Fishingnet Lv 3",
        materials = {
        	[1] = { item = "fishnet2",      amount = 1, label = "Fishingnet Lv3" },
            [2] = { item = "cod",	        amount = 1, label = "Cod" },
        }
    },
	["fishnet4"] = {
        hash = "fishnet4",
        label = "Fishingnet Lv 4",
        materials = {
        	[1] = { item = "fishnet3",      amount = 1, label = "Fishingnet Lv4" },
            [2] = { item = "cod",	        amount = 1, label = "Cod" },
        }
    },
	["fishnet5"] = {
        hash = "fishnet5",
        label = "Fishingnet Lv 5",
        materials = {
        	[1] = { item = "fishnet4",      amount = 1, label = "Fishingnet Lv5" },
            [2] = { item = "cod",	        amount = 1, label = "Cod" },
        }
    },
}

Last updated