📄config_upgrades

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

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

Last updated