Hey I did a quick treasure table to add this to the tutorial chest since I don't like messing with the console. You just have to put a text document in Public\BladesingerRobes\Stats\Generated with the following contents
new treasuretable "TUT_Chest_Potions" CanMerge 1 new subtable "1,1" object category "I_Mod_BladeSingerRobes",1,0,0,0,0,0,0,0 new subtable "1,1" object category "I_Mod_RevelerRobes",1,0,0,0,0,0,0,0
If you have BG3 Mod Manager, you need to install the Script Extender, then in settings you click Open Preferences > Script Extender > Create Console. Make sure it's checked. Start the game through BG3 Mod Manager then in-game type Osi.TemplateAddTo("db8cd251-0d76-4edf-a5da-ea4df100575d", GetHostCharacter(), 1, 1); for the Bladesinger's Robe and Osi.TemplateAddTo("05262283-3ac6-47c8-bce0-aa14191c799f", GetHostCharacter(), 1, 1); for the Reveler's Robe
12 comments
new treasuretable "TUT_Chest_Potions"
CanMerge 1
new subtable "1,1"
object category "I_Mod_BladeSingerRobes",1,0,0,0,0,0,0,0
new subtable "1,1"
object category "I_Mod_RevelerRobes",1,0,0,0,0,0,0,0
If you have BG3 Mod Manager, you need to install the Script Extender, then in settings you click Open Preferences > Script Extender > Create Console. Make sure it's checked.
Start the game through BG3 Mod Manager
then in-game type
Osi.TemplateAddTo("db8cd251-0d76-4edf-a5da-ea4df100575d", GetHostCharacter(), 1, 1); for the Bladesinger's Robe and
Osi.TemplateAddTo("05262283-3ac6-47c8-bce0-aa14191c799f", GetHostCharacter(), 1, 1); for the Reveler's Robe
for more info see this post.