diff --git a/On Slaught update.esp b/On Slaught update.esp new file mode 100644 index 00000000..a37bc3f6 Binary files /dev/null and b/On Slaught update.esp differ diff --git a/scripts/_00e_a1_onslaughtsc.pex b/scripts/_00e_a1_onslaughtsc.pex index 1bc3c453..80a39164 100644 Binary files a/scripts/_00e_a1_onslaughtsc.pex and b/scripts/_00e_a1_onslaughtsc.pex differ diff --git a/source/scripts/_00e_a1_onslaughtsc.psc b/source/scripts/_00e_a1_onslaughtsc.psc index 1e7d46ac..456a12ea 100644 --- a/source/scripts/_00e_a1_onslaughtsc.psc +++ b/source/scripts/_00e_a1_onslaughtsc.psc @@ -65,11 +65,12 @@ Function SetValues() Else fCollisionForce = fCollisionForce_Level_03 EndIf - - fCollisionDamage = GetMagnitude() - fWaitTimer = GetDuration()/10 - _00E_A1_OnslaughtCloakDMG.SetNthEffectMagnitude(0, fCollisionDamage/2) + if SKSE.GetVersion() + fWaitTimer = GetDuration() / 10 + else + fWaitTimer = 0.2 + endif EndFunction @@ -81,7 +82,6 @@ bool bDashing Actor akDummy -float fCollisionDamage float fWaitTimer float fCollisionForce @@ -109,4 +109,4 @@ Sound Property VOCShoutImpactPushImpactDragonSDM Auto Sound Property MAGShoutSprintFire Auto ImageSpaceModifier Property _00E_A1_OnslaughtImpactIMOD Auto -ImageSpaceModifier Property MAGShoutSprint03 Auto \ No newline at end of file +ImageSpaceModifier Property MAGShoutSprint03 Auto