4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
881 B

Scriptname _00E_A2_PrimalForceExtraDMGSC extends activemagiceffect
;=====================================================================================
; EVENTS
;=====================================================================================
Event OnEffectStart(Actor akTarget, Actor akCaster)
Game.GetPlayer().PushActorAway(akTarget, 6.0)
_00E_A2_PrimalForceThunderSmashM.Play(akTarget)
_00E_A2_PrimalForceExtraDMG_Message.Show()
; Game.ShakeCamera(afStrength = 0.2)
EndEvent
;=====================================================================================
; PROPERTIES
;=====================================================================================
Sound Property _00E_A2_PrimalForceThunderSmashM Auto
Message Property _00E_A2_PrimalForceExtraDMG_Message Auto