Jump to content

[LE] Enchantment help.


Recommended Posts

I dunno if this is the correct place to put this, it is kind of a mod request but also a question to help with a current mod project i'm working on.

 

so here is goes

 

I started a mod series called the wanderer series and gave it a little bit of lore behind the series but have decided to somewhat scrap the series and expand upon it into one big mod and i was wondering if there is a way to make extra damage to daedra using vanilla enchantments like the silver one, i know the silver enchantment does extra damage to undead but does it also effect the daedra?

 

if not is there a mod resource or mod that the mod author is still fairly active for me to contact to ask about using the asset on my mod?

 

Thanks in advance if you decide to help, and if you want more of an idea on the mod or interested in helping (you will be credited for any help you do) please message me as I am more then happy for you to want to help out as it would further develop the mod and make in ready for use faster.

 

Thanks for your time and have a good day :)

 

 

Link to comment
Share on other sites

I think it doesn't affect daedra, it's really easy to make though, off the top of my head:

 

Silver "enchantment" is actually a perk that is added via script. So you'd to add that very same script (or rewrite it in a new but it's not needed, just reuse vanilla) to your weapon and point the property to your new daedra perk once you've made it.

 

(If you don't know how to add scripts, fill properties, etc; check the wiki's tutorials: http://www.creationkit.com/index.php?title=Category:Bethesda_Scripting_Tutorial_Series)

 

Now locate the silver perk (by name or look at the vanilla property), duplicate it and look into the conditions of the perk entry (there's probably just one). Now simply change the undead keyword with one for daedra (probably follows the same naming convention so shouldn't be hard to find)

Link to comment
Share on other sites

Thanks alot for the help, I took a look at it and instead of removing the undead, I changed the werewolf keyword to daedra, would that affect it in anyway? I know werewolves are also weak to silver and I wanted the undead perk in the enchantment as well. I can't test it myself as my pc can't run skyrim so basically i'm blind modding until my beta tester is is back and my xbox is currently put away so any help is great.

Link to comment
Share on other sites

Should work, just make sure the conditions are in OR mode if you want more than one, so it triggers if the target is undead or daedra not both undead and daedra. As in:

 

undead - OR

daedra - AND

 

or

 

daedra - OR

undead - AND

 

The OR/AND of the last does't matter.

Link to comment
Share on other sites

I'll keep that in mind thanks, i checked it out and i believe i have it set properly, the daedra keyword i believe if i understood it correctly said or and it was highlighted purple (if that means anything). I havent attached the enchantment to the sword yet but everything seems fine, the only thing to do now is test it

Edited by EvilPandaButt092
Link to comment
Share on other sites

Should work, just make sure the conditions are in OR mode if you want more than one, so it triggers if the target is undead or daedra not both undead and daedra. As in:

 

undead - OR

daedra - AND

 

or

 

daedra - OR

undead - AND

 

The OR/AND of the last does't matter.

so it worked like a charm, I did the enchantment and turned in into a script, similar to the silver sword and it works perfect, thanks for the help

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...