Mod articles
-
Patch mod added items or effects to increase timer for mod authors
(1)
use Keyword Item Distributor (KID) to add a keyword to potions like this:
Keyword = Pickpocket_TimeIncrease_7|Potion|FortifySkillPickpocket03
use KID to add a keyword to effects like this:
Keyword = Pickpocket_TimeIncrease_7|Magic Effect|0x802~StealingNotBrowsing.esp
(2)
use a script on your effect to edit the properties of the main StealingNotBrowsing script
Important:
do not add the keyword to potions that have a 0 duration effect cause it will not work.
here's why:
if akBaseObject.HasKeyword(Pickpocket_TimeIncrease_10)
AddMagicEffectToPotion(akBaseObject as Potion, StyyPickpocketPotionEffect, 1, 0, (akBaseObject as Potio...