Alchemy: Consistent Slow effects, fixed speedmult update
This commit is contained in:
parent
1988976e8e
commit
474e037338
Binary file not shown.
BIN
scripts/_00E_UpdateSpeedmult.pex
Normal file
BIN
scripts/_00E_UpdateSpeedmult.pex
Normal file
Binary file not shown.
@ -4794,3 +4794,4 @@ scripts\prkf__00e_se_dismantleperk_03009d21.pex
|
||||
scripts\prkf__00e_fs_nq07_craftpotio_0300146e.pex
|
||||
scripts\prkf__00e_craftquestpotionpe_0300146d.pex
|
||||
scripts\pf_mq14_sc06_toriusstandstil_0003c597.pex
|
||||
scripts\_00E_UpdateSpeedmult.pex
|
10
source/scripts/_00E_UpdateSpeedmult.psc
Normal file
10
source/scripts/_00E_UpdateSpeedmult.psc
Normal file
@ -0,0 +1,10 @@
|
||||
Scriptname _00E_UpdateSpeedmult extends activemagiceffect
|
||||
|
||||
Event OnEffectStart(Actor akTarget, Actor akCaster)
|
||||
|
||||
; Force movement speed update
|
||||
akTarget.ModActorValue("InventoryWeight", -0.1)
|
||||
Utility.Wait(0.01)
|
||||
akTarget.ModActorValue("InventoryWeight", 0.1)
|
||||
|
||||
EndEvent
|
Loading…
Reference in New Issue
Block a user