SEMMz Posted December 14, 2017 Share Posted December 14, 2017 I am trying to get a lining mod for leather armor that gives +15 physical resistance, so I copied all the mods and what not of the flame resistance (asbestos lining ) stuff, but instead of giving +15 phys. resistance like the flameresistance +15 energy resist does, it gives +37 Here is the data value I changed from 15 energy resist to 15 phys resist Target vddamagetypevaluesOp ADDForm dtPhysical15.0000Step 0.00 There are fweight and ivalues as well, under property modifiers, but i dont think those have to do with it. Sorry, if that isn't very good description, but I am very tired. lol Link to comment Share on other sites More sharing options...
SEMMz Posted December 14, 2017 Author Share Posted December 14, 2017 Nevermind I figured it out!....maybe EDIT: NOPE. lol. Sorry, just letting you guys know, I could still use help! Link to comment Share on other sites More sharing options...
SKKmods Posted December 15, 2017 Share Posted December 15, 2017 Try changing the Op from ADD 15 to SET 15.0 and see what happens. Add will add to any other modifiers that are floating around, looks like there are 22 points of them, set will force a new baseline. Link to comment Share on other sites More sharing options...
SEMMz Posted December 15, 2017 Author Share Posted December 15, 2017 I changed it to set 15.000, but now it gives +37 in-game. Those mystery 22 points are still there. I'll keep digging around. Link to comment Share on other sites More sharing options...
Genamine Posted December 16, 2017 Share Posted December 16, 2017 Do you want your new lining mod to set the damage resist of your leather armour to 15?, or do you want it to add another 15 to what it already has? Furthermore, you dont want to use DamageTypeValue for physical damage, you want to use Rating, itll look like this: IntADDRating1500.000000 Alternatively, if you want it to set the damage resist to 15, rather than adding 15 to its base value, try this instead: IntSETRating1500.000000 Link to comment Share on other sites More sharing options...
SEMMz Posted December 16, 2017 Author Share Posted December 16, 2017 On 12/16/2017 at 4:26 AM, Genamine said: Do you want your new lining mod to set the damage resist of your leather armour to 15?, or do you want it to add another 15 to what it already has? Furthermore, you dont want to use DamageTypeValue for physical damage, you want to use Rating, itll look like this: IntADDRating1500.000000 Alternatively, if you want it to set the damage resist to 15, rather than adding 15 to its base value, try this instead: IntSETRating1500.000000Yup. that solved it! Thanks. I might go and push this for all the armors now!....eventually.. Link to comment Share on other sites More sharing options...
Recommended Posts