Today I was playing around with adding passives from items via console command to my character. I tried the following console command Osi.AddPassive(GetHostCharacter(),"MAG_Frost_GenerateFrostOnDamage_Gloves")
After doing so, I was able to apply Encrusted with Frost to an enemy without needing the Winter's Clutches equipped.
However, when it got to 7 stacks it showed the saving throw as DC 12. If I want to add the effect from your mod is there a different command I'd need?
I'll check and see if this still works when I can. I've had people in other mods of mine recently also say they don't work, but they ended up still working on my end.
So I got around to testing the mod. Seems to still work just fine for me. Idk why people keep saying my mods don't work for them, but they still work for me. Is there just some confusion over how mods are implemented in patch 7? Do other Nexus mods still work for you?
Hey, I like this mod. So much so that LillyBird and I included it in Listonomicon. "Listo" is a Wabbajack-powered mod list, that works almost identically to Nexus Collections but uses a community alternative to Vortex to help users download mods from Nexus, put them in the correct order, and prepare their game to play. No mods are repacked, stolen, or distributed directly - users are still directed here, just like with Collections, to download from your Nexus page and ensure you are given the proper download credit.
Due to confusion over what Wabbajack is and what it does, users at the Down By The River community encouraged me to give a courtesy "heads up" to the authors whose work is included in Listonomicon. And to assure them that per Listonomicon's install instructions, users are explicitly told to direct their bug reports issues to us first as mod authors (like you) don't want to deal with being inundated with help requests or bug reports from users with 300+ active mods.
You can read a little more about our project on Github, though the preferred way to access Listonomicon is via the Wabbajack gallery. A list of all included mods are here. A synopsis of the philosophy of Listo and what we are trying to accomplish (and avoid) can be found in our Whitepaper on the first two pages, and is elaborated starting page 17 "List Philosophy."
If you have any concern about your mod being included in Listonomicon (which is still downloaded from this page, and credits you as the author), please send me a message via Nexus's PM mail. I'm not sure how to get notifications if someone has replied to a comment.
A much needed mod indeed. However, due to hybrid classes being popular in BG3, would you consider making a version with a flat DC - say like 16? Because I have an Eldritch Knight who uses Mourning Frost as her weapon and only uses defensive spells like Shield, therefore her Intelligence is 8 lol.
I could maybe also set it to scale like weapon actions do which is 8+proficiency+strength or dex modifier depending on which is higher. I have another mod that does that for the DC on consumable items like poisons and such.
That sounds very appealing as well, also realistic since it's going to be applied via a weapon attack, not a spell :D
Quick question if I may, unpacking your mod and opening Status_BOOST file then making the edit like this; data "OnApplyRoll" "not SavingThrow(Ability.Constitution, 16)"
19 comments
Today I was playing around with adding passives from items via console command to my character.
I tried the following console command
Osi.AddPassive(GetHostCharacter(),"MAG_Frost_GenerateFrostOnDamage_Gloves")
After doing so, I was able to apply Encrusted with Frost to an enemy without needing the Winter's Clutches equipped.
However, when it got to 7 stacks it showed the saving throw as DC 12.
If I want to add the effect from your mod is there a different command I'd need?
Thanks
Just curious... Any plans to give Mourning Frost and Insidious Cold the same treatment?
Due to confusion over what Wabbajack is and what it does, users at the Down By The River community encouraged me to give a courtesy "heads up" to the authors whose work is included in Listonomicon. And to assure them that per Listonomicon's install instructions, users are explicitly told to direct their bug reports issues to us first as mod authors (like you) don't want to deal with being inundated with help requests or bug reports from users with 300+ active mods.
You can read a little more about our project on Github, though the preferred way to access Listonomicon is via the Wabbajack gallery. A list of all included mods are here. A synopsis of the philosophy of Listo and what we are trying to accomplish (and avoid) can be found in our Whitepaper on the first two pages, and is elaborated starting page 17 "List Philosophy."
If you have any concern about your mod being included in Listonomicon (which is still downloaded from this page, and credits you as the author), please send me a message via Nexus's PM mail. I'm not sure how to get notifications if someone has replied to a comment.
Much appreciated regardless! <3
Quick question if I may, unpacking your mod and opening Status_BOOST file then making the edit like this;
data "OnApplyRoll" "not SavingThrow(Ability.Constitution, 16)"
This makes the change I want?