Siudhne Posted June 3, 2015 Posted June 3, 2015 Title says it all. I want to add custom magic effects to already existing items dynamically. Basically, I would like "cursed" versions of normal (possibly already enchanted) items which are unequippable and possibly add other detrimental effects - but without the item saying so prior to equipping. It is possible? If yes, is it adviseable? If yes, any pointers?
manserpent Posted June 3, 2015 Posted June 3, 2015 This sounds very interesting. Any examples for items?
Guest Posted June 3, 2015 Posted June 3, 2015 You can use on the Weapon the SKSE function setEnchantment(Enchantment e) And you can define your enchantment with the Magic Effect you want in CK.
Siudhne Posted June 4, 2015 Author Posted June 4, 2015 This sounds very interesting. Any examples for items? How about a cursed pair of gauntles that lock armbinder-style when you put them on. A ring that increases arousal over time until you unlock it with a restraint key. A torso armor that *looks* modest, but actually counts as naked for SL Aroused. Or just generic debuffs to basic stats (Hp, stamina, magicka, skills, speed, whatever) and only unlock with restraint key. Basically, the more items you try on (equip), the higher the chance you grab a cursed one at some point. High-cost items should probably have a higher chance to be cursed, too. Since this is supposed to work by adding the effect dynamically rather than creating additional items, it would hopefully work with items prodivided by other mods and the chances for cursed loot to appear could be adjusted in MCM easily. You can use on the Weapon the SKSE function setEnchantment(Enchantment e) And you can define your enchantment with the Magic Effect you want in CK. Cool! Going to check it out.
manserpent Posted June 4, 2015 Posted June 4, 2015 This sounds very interesting. Any examples for items? How about a cursed pair of gauntles that lock armbinder-style when you put them on. A ring that increases arousal over time until you unlock it with a restraint key. A torso armor that *looks* modest, but actually counts as naked for SL Aroused. Or just generic debuffs to basic stats (Hp, stamina, magicka, skills, speed, whatever) and only unlock with restraint key. Basically, the more items you try on (equip), the higher the chance you grab a cursed one at some point. High-cost items should probably have a higher chance to be cursed, too. Since this is supposed to work by adding the effect dynamically rather than creating additional items, it would hopefully work with items prodivided by other mods and the chances for cursed loot to appear could be adjusted in MCM easily. You can use on the Weapon the SKSE function setEnchantment(Enchantment e) And you can define your enchantment with the Magic Effect you want in CK. Cool! Going to check it out. How about a helmet that makes the Enemy rape you all of a sudden? Or one that paralyzes and strips you from time to time during combat, also temporarily making you an exhibitionist? Or Gauntlets that make you masturbate out of nowhere? There are a lot of possibilities for this.
Siudhne Posted June 6, 2015 Author Posted June 6, 2015 Of cause the possibilities are endless, but I do intend to start with the simple to implement ones.
manserpent Posted June 6, 2015 Posted June 6, 2015 I really hope this idea turns into a ful mod. Keep going!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.