Reducing opponents Fire Resistance

Post » Wed Mar 05, 2014 10:07 am

Hi all,

I'm creating a perk to help Fire Mages, by allowing them to bypass part of victims Resist Fire. Currently,I have it setup as follows.

Perk with Perk Entry Point Mod Target Damage Resistance, and under the Weapon tab EPMagic_SpellHasKeyword is set to MagicDamageFire ==1.

Will that work as I think it will, as its kinda difficult to test?

Cheers

Kal

User avatar
Aaron Clark
 
Posts: 3439
Joined: Fri Oct 26, 2007 2:23 pm

Post » Wed Mar 05, 2014 12:19 am

The fact that it's a "Weapon" tab makes me suspect that perk might only affect physical damage and not spells. I also just checked https://gist.github.com/anonymous/7590051, and that entry point only shows up in perks dealing with physical type stuff. You could test it pretty easily though by clicking on your enemy with the console open, and typing something like "setav FireResist 100" before attacking them. (I assume 100 is 100% resistance, it might be 1.0 though, you could test it by wearing a piece of resist armor yourself and typing "player.getavinfo FireResist").

If it doesnt work, you might have to go with a Mod Spell Magnitude entry point instead. You could add several entry points to account for different resistance levels on the enemy. Like:

Mod Spell Magnitude 1.2 with condition

Target GetActorValue FireResist >= 5 AND

Target GetActorValue FireResist < 20

Mod Spell Magnitude 1.4 with condition

Target GetActorValue FireResist >= 20 AND

Target GetActorValue FireResist < 40

etcetera.

Or there might be another way to reduce the opponent's resistance someone else can come up with.

User avatar
Star Dunkels Macmillan
 
Posts: 3421
Joined: Thu Aug 31, 2006 4:00 pm


Return to V - Skyrim