1 items

File information

Last updated

Original upload

Created by

xyzkljl1

Uploaded by

abeardedpirate

Virus scan

Safe to use

Tags for this mod

About this mod

I modified xyzkljl1's BetterChest mod ( https://www.nexusmods.com/dragonsdogma2/mods/282 ) to include Tiers from Tier 0 - 6. There are no important quest items or quest rewards in this mod.

Share
Requirements
Permissions and credits
Changelogs
To install:
1. Install REFramework

1.5 Install _XYZApi if you would like to be able to adjust values or check or uncheck Tiers.
2. Install this mod via Fluffy Mod Manager or manually.
2a. Via Fluffy Mod Manager, simply drag and drop onto Fluffy Mod Manager.
2b. If installing Manually simply extract the REFramework folder and copy and paste it into the game's install folder.
Ensure you have REFramework installed beforehand.

Please note:
This will not work with xyzkljl1's BetterChest mod as it uses a modified version of the BetterChest.lua file.

Tier 0 - 1% chance. rotten food, forgeries (think of a nat 1 from D&D)
Tier 1 - 25% chance. ripened food, plants, arrows, incense
Tier 2 - 30% chance. Gear and items consisting from Area 1
Spoiler:  
Show
Borderwatch Outpost, Melve, Vernworth.

Tier 3 - 15% chance. Gear and items consisting from Area 2
Spoiler:  
Show
Nameless Village, Sacred Arbor, Harve, Checkpoint Rest Town.

Tier 4 - 15% chance. Gear and items consisting from Area 3
Spoiler:  
Show
Battahli.

Tier 5 - 10% chance. Gear and items consisting from Area 4
Spoiler:  
Show
Volcanic Island Region.

Tier 6 - 5% chance. Gear and items consisting from Area 5
Spoiler:  
Show
Unmoored World.


These are default values but the values themselves can be adjusted. Like xyzkljl1's BetterChest mod there is a slider and checkboxes if you install the _XYZApi so you can turn off tiers you don't want and adjust the rest as needed inside REFramework under Script Generated UI -> BetterChest.

To understand how the sliders work. The script rolls a number and then checks if that number is less than the Tier's slider number, if it is then you will get the item in that tier and no tiers past it as there is a check in place to see if the previous Tier has run or not.
For example:
If you get a 0 (the number rolled is between 0 - 99) then you will receive a random piece of loot from the Tier 0 category.
If you turn Tier 0 off, you will receive a piece of loot from the Tier 1 category instead (since Tier 0 is no longer checked).
If you adjust Tier 0's slider to 100 then you will always receive the loot from the Tier 0 category since 0-99 is always less than 100.

This means at the current values if you roll:
0 = Tier 0
1- 25 = Tier 1
26 - 55 = Tier 2
56 - 70 = Tier 3
71 - 85 = Tier 4
86 - 95 = Tier 5
96 - 100 = Tier 6

If you would like more information for what exactly is included in each tier:

Tier 0
Spoiler:  
Show

  "3": "Rotten Apple",
  "6": "Rotten Grapes",
  "9": "Rotten Quince",
  "12": "Rotten Fig",
  "15": "Rotten Raspberry",
  "18": "Rotten Cranberry",
  "21": "Rotten Blueberry",
  "24": "Rotten Strawberry",
  "27": "Rotten Scrag of Beast",
  "30": "Rotten Beast-Steak",
  "33": "Rotten Shorefish",
  "36": "Rotten Tideswimmer",
  "51": "Rotten Harspud",
  "54": "Rotten Princess Harspud",
  "89": "Lantern (No Fuel)",
  "93": "1 G",
  "388": "Let There Be Lite",
  "389": "Fruminous Shield",
  "390": "Nation's Death Knock",
  "391": "Hurling Blizzard",
  "392": "Lowering Earth",
  "450": "Wokestone",
  "451": "Wokestone Shard",
  "452": "Ferristone",
  "453": "Partcrystal",
  "454": "Ceiling Phial",
  "455": "Unmasking Arrow",
  "469": "Seeder's Token",
  "473": "Wormslife Crystal",
  "474": "Golden Stove Beetle",
  "476": "Dragon's Gauze",
  "477": "Wooden Wordsmith's Tome",
  "478": "Surgeon's Tome",
  "479": "Logician's Tome",
  "480": "Gawker's Tome",
  "481": "Forayer's Tome",
  "482": "Aphony's Tome",
  "3554": "Ring of Derision" 


Tier 1
Spoiler:  
Show

  "2": "Ripened Apple",
  "5": "Ripened Grapes",
  "8": "Ripened Quince",
  "11": "Ripened Fig",
  "14": "Ripened Raspberry",
  "17": "Ripened Cranberry",
  "20": "Ripened Blueberry",
  "23": "Ripened Strawberry",
  "26": "Aged Scrag of Beast",
  "29": "Aged Beast-Steak",
  "32": "Aged Shorefish",
  "35": "Aged Tideswimmer",
  "50": "Ripened Harspud",
  "53": "Ripened Princess Harspud",
  "87": "Lantern (Half-Full)",
  "184": "Greenwarish",
  "185": "Moonglow",
  "186": "Pitywort",
  "187": "Morningtide",
  "191": "Grandpetal",
  "192": "Goldthistle",
  "193": "Syrupwort Leaf",
  "195": "Copper Ore",
  "505": "Sunbloom",
  "510": "Noonbloom",
  "512": "Dried Flower",
  "520": "Hill Beech Bark",
  "521": "Cinnamon Bark",
  "83": "Bunch of Flowers",
  "85": "Lantern Oil",
  "166": "Blighting Arrow",
  "167": "Drenching Arrow",
  "168": "Tarring Arrow",
  "169": "Explosive Arrow",
  "350": "Fruit Wine",
  "361": "Newt Liqueur",
  "400": "Kindhearted Rift Incense",
  "401": "Calm Rift Incense",
  "402": "Simple Rift Incense",
  "403": "Straightforward Rift Incense",
  "404": "Ambivalent Rift Incense",
  "5118": "Miner's Shirt",
  "7000": "Miner's Shirt DLC Starting gear?",
  "6118": "Laborer's Trousers",
  "7001": "Laborer's Trousers Starting gear?" 


Tier 2
Spoiler:  
Show

  "1": "Apple",
  "4": "Grapes",
  "7": "Quince",
  "10": "Fig",
  "13": "Raspberry",
  "16": "Cranberry",
  "19": "Blueberry",
  "22": "Strawberry",
  "25": "Scrag of Beast",
  "28": "Beast-Steak",
  "31": "Shorefish",
  "34": "Tideswimmer",
  "49": "Harspud",
  "52": "Princess Harspud",
  "86": "Lantern (Fueled)",
  "92": "Harpysnare Smoke Beacon",
  "72": "Stability Extract",
  "73": "Savagery Extract",
  "74": "Stoutness Extract",
  "78": "Wakestone Shard",
  "117": "Woodland Wordsmith's Tome",
  "118": "Chirurgeon's Tome",
  "119": "Logistician's Tome",
  "120": "Hawker's Tome",
  "121": "Forager's Tome",
  "122": "Aphonite's Tome",
  "166": "Blighting Arrow",
  "167": "Drenching Arrow",
  "168": "Tarring Arrow",
  "169": "Explosive Arrow",
  "175": "Emergent Vitality",
  "176": "Governing Soul",
  "177": "Prescribed Tranquility",
  "178": "Threshing Blaze",
  "179": "Winter's Path",
  "180": "Fulgurous Lord",
  "181": "Igneous Melody",
  "182": "Hiemal Euphony",
  "183": "Thunderous Concord",
  "196": "Silver Ore",
  "197": "Gold Ore",
  "344": "Jasper",
  "345": "Onyx",
  "346": "Tiger Eye",
  "350": "Fruit Wine",
  "361": "Newt Liqueur",
  "400": "Kindhearted Rift Incense",
  "401": "Calm Rift Incense",
  "402": "Simple Rift Incense",
  "403": "Straightforward Rift Incense",
  "404": "Ambivalent Rift Incense",
  "1701": "Lupine Bow",
  "1702": "Hunter's Bow",
  "1403": "Stilettos",
  "1405": "Peltflayers",
  "1503": "Anchor to Heaven",
  "6016": "Traveler's Gaiters",
  "6043": "Miner's Hosen",
  "6018": "Bandit Greaves",
  "6081": "Sprinter's Boots",
  "3302": "Homespun Cloak",
  "3312": "Saurianscale Cape",
  "3337": "Murky Grouse Feathercloak",
  "3314": "Legacy Cloak",
  "3512": "Ring of Deflection",
  "4004": "Soldier's Helm",
  "4007": "Iron Helm",
  "4016": "Gladiator's Helm",
  "4090": "Hard-Leather Helm",
  "4081": "Plumed Cap",
  "4091": "Unseen Shadow",
  "4043": "Wizard's Hat",
  "4041": "Devotee's Hood",
  "4129": "Serpentine Circlet",
  "4031": "Friar's Hood",
  "5019": "Tribal Brace",
  "5004": "Plate Armor",
  "5006": "Grand Surcoat",
  "5007": "Guardian Plate Armor",
  "5081": "Hunter's Mail",
  "5122": "Ranger's Vest",
  "5090": "Lamellar Armor",
  "5016": "Scaled Jacket",
  "5046": "Meadow Cloth",
  "5043": "Magician's Coat",
  "5041": "Verger's Gown",
  "5053": "Animistic Robe",
  "5034": "Fencer's Jacket",
  "6075": "Napped-Leather Boots",
  "6016": "Traveler's Gaiters",
  "6004": "Patroller Knee Guards",
  "6007": "Guardian Leg Plates",
  "6001": "Combat Breeches",
  "6081": "Sprinter's Boots",
  "6046": "Peddler's Boots",
  "6045": "Savant's Boots",
  "6031": "Stylish Boots",
  "3301": "Voyager's Cape",
  "3349": "Regal Cloak",
  "3305": "Dashing Capelet",
  "3304": "Vermundian Cloak",
  "3309": "General's Mantle",
  "3501": "Ring of Exultation",
  "3505": "Ring of Accrual",
  "1001": "Iron Sword",
  "1003": "Broadsword",
  "1002": "Cutlass",
  "1008": "Vermundian Brand",
  "1702": "Hunter's Bow",
  "1705": "Bespoke Bow",
  "1703": "Savage Fang",
  "1401": "Throatcutters",
  "1403": "Stilettos",
  "1407": "Snagdaggers",
  "1501": "Ironclad Staff",
  "1503": "Anchor to Heaven",
  "1506": "Unfettered Claw",
  "1200": "Two-Hander",
  "1300": "Steel Urchin",
  "1202": "War Blade",
  "1600": "Grievous Horns",
  "1601": "Meniscus",
  "1602": "Favored Branches",
  "2000": "Initiate's Blade",
  "2001": "Percipient Blade",
  "1900": "Magian Crutch",
  "1902": "Terminal Gyre",
  "2201": "Iron Shield",
  "2202": "Feather-Light Pelta",
  "2203": "Shield of Vernworth",
  "1000": "Trusty Sword",
  "8000": "Superior Trusty Sword DLC",
  "1007": "Steeled Virtue",
  "1400": "Criteria",
  "8100": "Superior Criteria DLC",
  "1500": "Wooden Staff",
  "8150": "Superior Wooden Staff DLC",
  "1502": "Favored Flower",
  "1611": "Helical Archistaff",
  "1700": "Fluted Bow",
  "8200": "Superior Fluted Bow DLC",
  "2200": "Round Shield",
  "8050": "Superior Round Shield DLC",
  "3300": "Hide Cape",
  "3303": "Soft Neck Wrap",
  "3310": "Guerco Peafowl Feathercloak",
  "3318": "Feathered Shawl",
  "3319": "Ceremonial Cape",
  "3326": "Expeditioner's Cloak",
  "3328": "Comforting Neck Wrap",
  "3332": "Hollow Cape",
  "3342": "Azure Shawl",
  "3343": "Kindred Cape",
  "3520": "Ring of Insomnolence",
  "3525": "Ring of Pliancy",
  "3532": "Ring of Regeneration",
  "3538": "Ring of Brawn",
  "8600": "Ring of Assurance DLC",
  "4000": "Wanderer's Hood",
  "4001": "Sentry's Coif",
  "4040": "Beseecher's Hood",
  "4053": "Scale Band",
  "4074": "Felt Cap",
  "4075": "Scout's Hood",
  "4088": "Dyed-Cloth Mask",
  "4119": "Marcher's Helm",
  "5000": "Foot Soldier Armor",
  "5001": "Chain Mail",
  "5040": "Missionary's Robe",
  "5074": "Deepwood Jacket",
  "5088": "Brigand's Vest",
  "5117": "Marcher's Armor",
  "5138": "Courtly Tunic",
  "6000": "Worker's Greaves",
  "6040": "Pilgrim's Tights",
  "6041": "Landwalkers",
  "6074": "Woodland Boots",
  "6088": "Explorer's Boots",
  "6104": "Forest Greaves",
  "6117": "Marcher's Cuisses",
  "6124": "Courtly Breeches" 


Tier 3
Spoiler:  
Show
 
  "67": "Panacea",
  "72": "Stability Extract",
  "73": "Savagery Extract",
  "74": "Stoutness Extract",
  "77": "Wakestone",
  "78": "Wakestone Shard",
  "79": "Dragon's Gaze",
  "80": "Ferrystone",
  "81": "Portcrystal",
  "94": "Hunk of Rift Crystal",
  "117": "Woodland Wordsmith's Tome",
  "118": "Chirurgeon's Tome",
  "119": "Logistician's Tome",
  "120": "Hawker's Tome",
  "121": "Forager's Tome",
  "122": "Aphonite's Tome",
  "175": "Emergent Vitality",
  "176": "Governing Soul",
  "177": "Prescribed Tranquility",
  "178": "Threshing Blaze",
  "179": "Winter's Path",
  "180": "Fulgurous Lord",
  "181": "Igneous Melody",
  "182": "Hiemal Euphony",
  "183": "Thunderous Concord",
  "196": "Silver Ore",
  "197": "Gold Ore",
  "199": "Southron Iron",
  "200": "Copperstone",
  "344": "Jasper",
  "345": "Onyx",
  "346": "Tiger Eye",
  "350": "Fruit Wine",
  "361": "Newt Liqueur",
  "377": "Let There Be Light",
  "378": "Fulminous Shield",
  "379": "Nation's Death Knell",
  "380": "Howling Blizzard",
  "381": "Towering Earth",
  "400": "Kindhearted Rift Incense",
  "401": "Calm Rift Incense",
  "402": "Simple Rift Incense",
  "403": "Straightforward Rift Incense",
  "404": "Ambivalent Rift Incense",
  "1704": "Myfyr",
  "1801": "Dinistrydd",
  "1516": "Favored Canopy",
  "1505": "Tintreach",
  "1508": "Cardinal Blaze",
  "1603": "Craos Tine",
  "1607": "Talarian White",
  "1612": "Lion-Lord's Archistaff",
  "1901": "Siocadh",
  "1906": "Militant Dove",
  "2005": "Wings Asunder",
  "4106": "Ruminant Circlet",
  "4105": "Leafshade Hood",
  "4127": "Arcane Hat",
  "5075": "Archer's Vest",
  "5106": "Graceful Tunic",
  "5054": "Esoteric Vestment",
  "5105": "Burgundy Coat",
  "5115": "Elven Garb",
  "6053": "Over-Knee Boots",
  "6055": "Nightfall Greaves",
  "6115": "Evergreen Greaves",
  "3334": "Warbler Capelet",
  "3306": "Windbreaking Cloak",
  "3339": "Linen Cloak",
  "3510": "Ring of Percipience",
  "3511": "Ring of Conservation",
  "3514": "Ring of Cooling",
  "3515": "Ring of Tepidity",
  "3533": "Ring of Articulacy",
  "1402": "Signs of Valor",
  "1408": "Bardiche Daggers",
  "1002": "Cutlass",
  "1004": "Silver Rapier",
  "1701": "Lupine Bow",
  "1705": "Bespoke Bow",
  "3405": "Prowler Kerchief",
  "4122": "Allesian Oxhide Hood",
  "4019": "Howling Hood",
  "5091": "Battahli Jacket",
  "5132": "Half-Plate Armor",
  "5092": "Rampart Breaker",
  "6091": "Journeyer's Sirwal",
  "6095": "Lionel Hosen",
  "6006": "Bush Raiders",
  "3321": "Shadewalker's Neck Wrap",
  "3311": "Lupine Cape",
  "3503": "Ring of Tenacity",
  "1008": "Vermundian Brand",
  "1005": "Almace",
  "1705": "Bespoke Bow",
  "1707": "Veteran's Arc",
  "1404": "Helmbarte Daggers",
  "1408": "Bardiche Daggers",
  "1410": "Spite",
  "1003": "Broadsword",
  "1501": "Ironclad Staff",
  "1506": "Unfettered Claw",
  "1504": "Cast Stone",
  "1517": "Goblin Bane",
  "1201": "Lifetaker",
  "1301": "Eyecrusher",
  "1203": "Flamberge",
  "1601": "Meniscus",
  "1602": "Favored Branches",
  "1604": "Plucked Heart",
  "2001": "Percipient Blade",
  "2002": "Fool's Prize",
  "2202": "Feather-Light Pelta",
  "2203": "Shield of Vernworth",
  "3406": "Leather Eyepatch",
  "4013": "Winged Sallet",
  "4134": "Sergeant's Armet",
  "4078": "Aerie's Watch",
  "4097": "Falconian Beak",
  "4050": "Sage's Hood",
  "4046": "Redstitch Hood",
  "4052": "Bishop's Crown",
  "4045": "Dawn Hood",
  "5139": "Meloirean Plate",
  "5013": "Dominion Armor",
  "5018": "Intrepid Scalecoat",
  "5128": "Outlander's Garb",
  "5078": "Stoutdraw Armor",
  "5097": "Wildeagle Padded Armor",
  "5045": "Chanter's Half Robe",
  "5123": "Enchanter's Quilted Gown",
  "5031": "Bladewielder's Coat",
  "6095": "Lionel Hosen",
  "6009": "Raptor Claws",
  "6024": "Dauntless Greaves",
  "6097": "Hillfolk Breeches",
  "6078": "Beast-Leather Breeches",
  "6060": "Scarlet Over-Knee Boots",
  "6052": "Euphoric Hosen",
  "3336": "Glorious Cape",
  "3307": "Heraldic Cape",
  "3323": "Pioneer's Cape",
  "3341": "Commander's Mantle",
  "3344": "Wayfarer's Cape",
  "3503": "Ring of Tenacity",
  "3505": "Ring of Accrual",
  "3519": "Ring of Awareness",
  "1100": "Bane of Bones",
  "1304": "Black Matter",
  "1406": "Bolts from the Blue",
  "1708": "Darkening Storm",
  "1709": "Repeller Bow",
  "2003": "Infernal Edge",
  "3310": "Guerco Peafowl Feathercloak",
  "3315": "Legend's Mantle",
  "3318": "Feathered Shawl",
  "3342": "Azure Shawl",
  "3345": "Abyssinal Neck Wrap",
  "3403": "Filcher Kerchief",
  "3404": "Wolfpack Kerchief",
  "3411": "Bandit Eyepatch",
  "3412": "Lordly Eyepatch",
  "3502": "Ring of Acclamation",
  "3504": "Ring of Momentum",
  "3508": "Ring of Aggression",
  "3509": "Ring of Resiliency",
  "3513": "Ring of Indifference",
  "3520": "Ring of Insomnolence",
  "3532": "Ring of Regeneration",
  "3541": "Ring of Predominance",
  "3548": "Ring of Proximity",
  "3550": "Ring of Skullduggery",
  "3552": "Ring of Amplification",
  "4018": "Meloirean Cyclops Veil",
  "4092": "Gazer's Hood",
  "4116": "Beastren Mask",
  "4126": "Tail of Simurgh",
  "5104": "Spirit Coat",
  "5125": "Eminent Coat",
  "5137": "Gauntleted Petticoat",
  "6090": "Furred Greaves",
  "6092": "Thief's Gaiters",
  "6116": "Ranger's Tights",
  "6119": "Apprentice's Breeches",
  "6122": "Darkmetal Greaves",
  "6123": "Blessed Waistcloth" 


Tier 4
Spoiler:  
Show

  "67": "Panacea",
  "72": "Stability Extract",
  "73": "Savagery Extract",
  "74": "Stoutness Extract",
  "77": "Wakestone",
  "78": "Wakestone Shard",
  "79": "Dragon's Gaze",
  "80": "Ferrystone",
  "81": "Portcrystal",
  "94": "Hunk of Rift Crystal",
  "108": "Art of Metamorphosis",
  "117": "Woodland Wordsmith's Tome",
  "118": "Chirurgeon's Tome",
  "119": "Logistician's Tome",
  "120": "Hawker's Tome",
  "121": "Forager's Tome",
  "122": "Aphonite's Tome",
  "175": "Emergent Vitality",
  "176": "Governing Soul",
  "177": "Prescribed Tranquility",
  "178": "Threshing Blaze",
  "179": "Winter's Path",
  "180": "Fulgurous Lord",
  "181": "Igneous Melody",
  "182": "Hiemal Euphony",
  "183": "Thunderous Concord",
  "198": "Fuligin Ore",
  "202": "Sunstone",
  "199": "Southron Iron",
  "200": "Copperstone",
  "201": "Whitecobble",
  "344": "Jasper",
  "345": "Onyx",
  "346": "Tiger Eye",
  "350": "Fruit Wine",
  "361": "Newt Liqueur",
  "377": "Let There Be Light",
  "378": "Fulminous Shield",
  "379": "Nation's Death Knell",
  "380": "Howling Blizzard",
  "381": "Towering Earth",
  "400": "Kindhearted Rift Incense",
  "401": "Calm Rift Incense",
  "402": "Simple Rift Incense",
  "403": "Straightforward Rift Incense",
  "404": "Ambivalent Rift Incense",
  "4131": "Gnostic Wings",
  "4009": "Gryphic Helm",
  "4024": "Valorous Helm",
  "4034": "Battahli Turban",
  "4085": "Griffin-Feather Hood",
  "4125": "Midnight Turban",
  "4104": "Crown of Insight",
  "4048": "Illuminary Crown",
  "4055": "Sorcerer's Hood",
  "4035": "Crusader's Helm",
  "4065": "Veil of Awakening",
  "5009": "Valiant Armor",
  "5012": "Grand Cuirass",
  "5133": "Final Roar",
  "5032": "Noble Jacket",
  "5085": "Majestic Armor",
  "5102": "Vanquisher's Armor",
  "5050": "Priestly Habit",
  "5048": "Monastic Toga",
  "5055": "Incanter's Coat",
  "5035": "Creedbound Armor",
  "5130": "Soulskin",
  "5067": "Nirvane",
  "6013": "Sabatons of Judgment",
  "6012": "Brutal Cuisses",
  "6102": "Wildland Greaves",
  "6085": "Rathe Greaves",
  "6032": "Dapper Chausses",
  "6050": "Ascetic Gaiters",
  "6048": "Neophyte's Hosen",
  "6062": "Practitioner's Hosen",
  "6065": "Monkish Gaiters",
  "3331": "Redwolf Cape",
  "3320": "Velvet Cape",
  "3330": "Philosopher's Cape",
  "3347": "Imperial Shoulder Cape",
  "3351": "Wyrmwing Cape",
  "3325": "Sentinel's Shoulder Cape",
  "3521": "Ring of Desiccation",
  "3522": "Ring of Repellency",
  "3528": "Ring of Thawing",
  "1012": "Battahli Shotel",
  "1103": "Threaded Cudgel",
  "1013": "Silver Cinquedea",
  "1707": "Veteran's Arc",
  "1803": "Predator",
  "1802": "Dragon's Blink",
  "1410": "Spite",
  "1415": "Battahli Biters",
  "1417": "Divine Razors",
  "1517": "Goblin Bane",
  "1507": "Battahli Scepter",
  "1509": "Solar Numen",
  "1202": "War Blade",
  "1203": "Flamberge",
  "1204": "Gryphic Victory",
  "1604": "Plucked Heart",
  "1605": "Solar Providence",
  "2006": "Tail Trimmer",
  "2004": "Soul of Antiquity",
  "1909": "Gimble Gyre",
  "1905": "Herald's Helix",
  "2100": "Bewitching Balm",
  "2101": "Redolent Whisper",
  "2204": "Battahli Shield",
  "2206": "Continental Shield",
  "1102": "The Exalted",
  "1104": "Labyrinthus",
  "1205": "Ogresbane",
  "1206": "Cyclopean Thunder",
  "1409": "Frosted Edges",
  "1416": "Crimson Teeth",
  "1510": "Frigid Finger",
  "1608": "Anathema",
  "1804": "Medusan Spellbow",
  "1904": "Metered Catharsis",
  "2207": "Dragon's Faith",
  "2210": "Daughter of the Evening",
  "3315": "Legend's Mantle",
  "3318": "Feathered Shawl",
  "3324": "Saint Idreum's Stole",
  "3329": "Waterfowl Cloak",
  "3333": "Fair Cloak",
  "3335": "Moonhowl Cape",
  "3338": "Drakescale Cape",
  "3345": "Abyssinal Neck Wrap",
  "3346": "Uniter's Mantle",
  "3502": "Ring of Acclamation",
  "3504": "Ring of Momentum",
  "3518": "Ring of Purification",
  "3534": "Ring of Recitation",
  "3540": "Ring of Recompense",
  "3543": "Ring of Disfavor",
  "3548": "Ring of Proximity",
  "3549": "Ring of Gallantry",
  "4022": "Ravager-Lord's Helm",
  "4032": "Wardancer's Hat",
  "4064": "Visage of Ja'Nuwa",
  "4066": "Visionary's Mask",
  "4067": "Doomdove Turban",
  "4120": "Mask of Concealment",
  "4123": "Decapitator",
  "4124": "Oracular Veil",
  "4126": "Tail of Simurgh",
  "4132": "Hood of Nonentity",
  "4133": "Farseer's Circlet",
  "5052": "August Dalmatica",
  "5058": "Stargazer's Garb",
  "5065": "Robe of the Enlightened",
  "5066": "Enigmatic Robe",
  "5119": "Researcher's Robe",
  "5127": "Immaculate Blaze",
  "6035": "Venator's Leggings",
  "6058": "Spellweaver's Waistcloth" 


Tier 5
Spoiler:  
Show

  "67": "Panacea",
  "70": "Allheal Elixir",
  "72": "Stability Extract",
  "73": "Savagery Extract",
  "74": "Stoutness Extract",
  "77": "Wakestone",
  "80": "Ferrystone",
  "81": "Portcrystal",
  "94": "Hunk of Rift Crystal",
  "108": "Art of Metamorphosis",
  "174": "Unmaking Arrow",
  "198": "Fuligin Ore",
  "202": "Sunstone",
  "201": "Whitecobble",
  "344": "Jasper",
  "345": "Onyx",
  "346": "Tiger Eye",
  "350": "Fruit Wine",
  "361": "Newt Liqueur",
  "377": "Let There Be Light",
  "378": "Fulminous Shield",
  "379": "Nation's Death Knell",
  "380": "Howling Blizzard",
  "381": "Towering Earth",
  "606": "Heartfelt Pendant DLC",
  "1800": "Revenant Wail",
  "1412": "Framae Blades",
  "1511": "Volant White",
  "1208": "Wounded Heart",
  "1609": "Bane Archistaff",
  "2009": "Dead Ringer",
  "1903": "Dragon's Breath",
  "2102": "Resonant Hymn",
  "2206": "Continental Shield",
  "3535": "Ring of Resolution",
  "3536": "Ring of Grit",
  "3537": "Ring of Requital",
  "4012": "Fiendish Armet",
  "4135": "Persecutor's Horns",
  "4083": "Galewind Helm",
  "4095": "Lion-Lord's Helm",
  "4128": "Zodiac Charm",
  "4058": "Solar Ascension",
  "4060": "Witch's Hat",
  "4115": "Confidant's Hood",
  "4068": "Uncanny Eyes",
  "5026": "Thrasher's Surcoat",
  "5135": "Beastren Pride",
  "5083": "Valkyrian Scalecloth",
  "5095": "Bestial Boon",
  "5136": "Ares Morpho Robe",
  "5064": "Orphic Robe",
  "5124": "Adept's Coat",
  "5113": "Eonian Coat",
  "5068": "Mysterial Robe",
  "6015": "Vigilant Greaves",
  "6028": "Diabolic Cuisses",
  "6113": "Mercenary Hosen",
  "6114": "Crimson Hosen",
  "6034": "Arena Breeches",
  "6073": "Jewel-Woven Sandals",
  "6064": "Epiphanic Waistguard",
  "6071": "Rapturous Raffia Skirt",
  "3322": "Admiral's Mantle",
  "3348": "Duty's Mantle",
  "3340": "Ascendant Cloak",
  "3545": "Ring of Vehemence",
  "3544": "Ring of Quickening",
  "3524": "Ring of Loquacity",
  "3527": "Ring of Quenching",
  "3526": "Ring of Motility",
  "4006": "Laurel Circlet",
  "5129": "Elegant Petticoat",
  "6067": "Braided Boots",
  "3327": "Monarch's Mantle",
  "3350": "Wyrmhunter's Cloak",
  "3506": "Ring of Profusion",
  "1006": "Stalwart Sword",
  "1101": "Molten Fury",
  "1102": "The Exalted",
  "1206": "Cyclopean Thunder",
  "1302": "Cinderspine",
  "2205": "Lustrous Targe",
  "3400": "Eventide Mask",
  "3401": "Salamander Mask",
  "3410": "White-Leather Kerchief",
  "3502": "Ring of Acclamation",
  "3551": "Ring of Reassurance",
  "5024": "Indomitable Armor",
  "5134": "Brunhilda's Embrace" 


Tier 6
Spoiler:  
Show

  "70": "Allheal Elixir",
  "95": "Giant Hunk of Rift Crystal",
  "108": "Art of Metamorphosis",
  "174": "Unmaking Arrow",
  "606": "Heartfelt Pendant DLC",
  "1413": "Dowsing Spikes Seeker Token Reward",
  "3413": "Disciple's Spectacles",
  "3407": "Amber-Rimmed Glasses",
  "3414": "Round-Frame Glasses",
  "3409": "Nose-Pinchers",
  "3408": "Monocle",
  "3415": "Half-Frame Glasses",
  "3545": "Ring of Vehemence",
  "3507": "Ring of Triumph",
  "4130": "Twilight Star",
  "3506": "Ring of Profusion",
  "3316": "Champion's Mantle",
  "3555": "Eternal Bond",
  "5116": "Charming Corset",
  "1513": "Legion's Might",
  "3531": "Ring of Endeavor",
  "1006": "Stalwart Sword",
  "1009": "Carnation",
  "1010": "Dragon's Dogma",
  "1207": "Dragon's Bite",
  "1303": "Dragon's Flight",
  "1411": "Dragon's Vein",
  "1414": "Heaven's Key",
  "1512": "Necrotic Shriek",
  "1514": "Dragon's Nous",
  "1606": "Dragon's Wit",
  "1610": "Caged Fury",
  "1706": "Dragon's Rancor",
  "1805": "Hydra Husk",
  "1907": "Blackwing Bow",
  "1908": "Grianmhar",
  "2007": "Rhewynt",
  "2010": "Lindworm Fang",
  "2103": "Whimsical Daydream",
  "2104": "Achromic Reverie",
  "2105": "Dragonswail Litany",
  "2208": "Dread Aspis",
  "2209": "Dragon's Aegis",
  "3530": "Ring of Ambition",
  "3539": "Ring of Benevolence",
  "4014": "Monarch's Crown",
  "4015": "Subjugator's Sallet",
  "4026": "Blazing Soul",
  "4029": "Agamenian Galea",
  "4038": "Dragon Knight's Helm",
  "4039": "Deadly Nightshade",
  "4051": "Cleric's Hood",
  "4062": "Promethean Hood",
  "4071": "Living Altar",
  "4073": "Summoner's Crown",
  "4087": "Cavalier Hat",
  "4096": "Hood of Darkness",
  "4102": "Predator's Maw",
  "4103": "Shrouded Helm",
  "4107": "Ancient Galea",
  "5014": "Knightly Brigandine",
  "5015": "Stygian Omen",
  "5028": "Vashara Scaleskin",
  "5029": "Dominator's Armor",
  "5038": "Soaring Surcoat",
  "5039": "Duelist's Coat",
  "5051": "Sacral Robe",
  "5060": "Silhouette of Sorcery",
  "5062": "Cardinal Robe",
  "5071": "Totemic Shroud",
  "5073": "Arch-Conjuror's Robe",
  "5087": "Heroic Coat",
  "5096": "Enshadowed Battle Garb",
  "5103": "Dvarapala",
  "5107": "Resonance Armor",
  "5114": "Godsbeast Scalecoat",
  "5126": "Edified Vestment",
  "5131": "Hyperboreal Lorica",
  "6019": "Mettlesome Cuisses",
  "6014": "Conqueror's Sabatons",
  "6026": "Executioner's Greaves",
  "6029": "Vanguarder's Greaves",
  "6038": "Strider's Greaves",
  "6051": "Scholar's Breeches",
  "6068": "Runic Gaiters",
  "6087": "Eagle-Eye Cuisses",
  "6096": "Assassin's Breeches",
  "6103": "Cliff Leapers" 



Please send any thanks or or whatever to xyzkljl1

PS. This is the first and only update. It worked for me without issue while save scum testing. If there is a problem for you with this mod, it is probably due to a conflict in mods.