LetoShade Posted December 2, 2018 Share Posted December 2, 2018 I'm trying to make a mod that will give extra effects to some of the boring and near useless perks. I am hitting a bit of a snag though in that I have no idea how to affect movement speed. I've figured out how to adjust reload speed after finding the correct way to add an ability and assign the correct effect. However I am not seeing (or I'm being blind in the flooding list of effects) the effect that would do anything to movement speed. I am a first time modder trying to fit this in with work so any help is appreciated. Link to comment Share on other sites More sharing options...
SKKmods Posted December 2, 2018 Share Posted December 2, 2018 The console version is TargetREF.SetAV SpeedMult 110 ;;110% normal The scripted version is TargetREF.SetValue(SpeedMult, 110) ;110% normal Dunno if there is a perk entry point for SpeedMult Link to comment Share on other sites More sharing options...
LetoShade Posted December 2, 2018 Author Share Posted December 2, 2018 Thank you this lead me to finding what I needed. In-case someone else needs it the effect is AbFortifyActorSpeedMult haven't yet tested but pretty sure I'm right. Link to comment Share on other sites More sharing options...
Recommended Posts