Lazarus187 Posted June 17, 2016 Share Posted June 17, 2016 Greetings All: I'm trying to improve the vanilla armor mod "Overdrive Servos" as follows: 1. Increase player character sprint speed by 50%2. Reduce Action Point cost by 50% The aforementioned effects seemed to be governed by multiple "entries" in the Creation Kit. For example, in Items > Object Mod > PA_T45_Leg_Misc_SprintBoost, I found the following values in the "Property Modifiers" box: ivalue MUL+ADD 0.25000 peEnchantments ADD EnchPA_OverdriveServos vaActorValues ADD PA_OverdriveServos_AVI have no idea what most of the aforementioned means except for the EnchPA entry, which I figured must point to a magic effect. Under Magic > Enchantment I found EnchPA_OverdriveServos, with the following effects: Fortify Actor Speed Mult: SpeedMult 10.00Overdrive Servos 0.00Fortify Actor Speed Mult: SpeedMult 20.00 I'm not sure what the "Overdrive Servos" effect actually does, nor why there are 2 separate Fortify Actor Speed Mult entries. I tried changing the values of the SpeedMult entries, but it didn't produce the desired effect in game. I'm also not sure what I have to change to reduce the Action Point cost. Any assistance would be greatly appreciated. Thanks in advance! Link to comment Share on other sites More sharing options...
noahdvs Posted June 17, 2016 Share Posted June 17, 2016 ivalue changes the value in Caps. MUL+ADD multiplies the number selected with the original value and then adds the product of that to the original value. 0.25*100=25; 100+25=125; Enchantment enables enchantments, but some enchantments such as armor penetration have to be modified as actor values. That's where the actor value thing comes in. Link to comment Share on other sites More sharing options...
Recommended Posts